Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: plogspot template compatibility problem  (Read 4489 times)

0 Members and 1 Guest are viewing this topic.

3thman

  • Guest
plogspot template compatibility problem
« on: September 15, 2010, 02:06:33 PM »
Hi,

I'm a newbie in using xml. I'm building a new blog but I faced the following problem:

I liked the attached template but I faced compatibility problems w/ it.

It runs well in firefox ,but it has a problem w/ IE 8. The semi-transparent green in the snap-shot does not appear in IE.

Firefox snap-shot


IE 8 snap-shot


I found the code of the widget and I noticed that it is different in IE and Firefox.

In firefox:

.widget-content{
  padding: 15px 20px 15px 20px;
  margin:0px 20px 0px 15px;
  background: rgba(84, 137, 5, .50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size:14px;
  border-radius: 20px;
  color:#ffffff;
}

===============
In IE:

.widget-content{
  margin:0 20px 0 15px;
  padding:15px 20px;
}
  background:none repeat scroll 0 0 rgba(84, 137, 5, 0.5);
  -moz-border-radius:20px 20px 20px 20px;
  font-size:14px;
  border-radius: 20px;
  color:#FFFFFF;
}


When I tried using the IE code in firefox, the problem appeared and when I did the reverse nothing changed in IE.


Please, tell me how to solve this problem.

thanks and sorry for prolixity.


[recovering disk space - old attachment deleted by admin]