Hi,

Thanks for the niffty module. It works great under with your examples. But, I'm having problems with this set up. It causes the background to disappear.

.block-inner h2 {
font-family:arial,helvetica,sans;
font-size:12px;
font-weight:noraml;
margin-bottom:5px;
background:#47A7E3;
padding:3px 0px 3px 5px;
color:#fff;
border:1px solid #eee;
border-radius: 0.50em;
-moz-border-radius: 0.50em;
-opera-border-radius: 0.50em;
-webkit-border-radius: 0.50em;
behavior: url(/sites/all/modules/css3pie/PIE/PIE.htc);

}

Any Ideas?

Thanks, Jim

Comments

blackice2999’s picture

Hi jwilde,

please explain "disappear" a little more for me.

Thanks, Dennis

blackice2999’s picture

Status: Active » Postponed (maintainer needs more info)
jwilde’s picture

Hi,

What I mean is that the background color does not display in IE but displays in FF. For example, let's say the background color is blue. In IE the background color does not display blue or any other color.

Thanks for the quick reply. I appreciate it.

Kind regards, Jim

blackice2999’s picture

Hi,

have you tried to use background-color instead ?
btw. you have a typo error in your font-weight.

regards, Dennis

jwilde’s picture

Nothing. I get the same result as before. I even changed the h2 to .title and get the same result.

.block-inner .title {

font-family:arial,helvetica,sans;
font-size:12px;
font-weight:normal;
margin-bottom:5px;
background-color:#47A7E3;
padding:3px 0px 3px 5px;
color:#fff;
border:1px solid #eee;
border-radius: 0.50em;
-moz-border-radius: 0.50em;
-opera-border-radius: 0.50em;
-webkit-border-radius: 0.50em;
behavior: url(/sites/all/modules/css3pie/PIE/PIE.htc);

}

Thanks, Jim

blackice2999’s picture

Hi,

hmm it seems to be a PIE Library problem so i cant give full support. Currently i cant debug them here please go to css3pie.com Forum http://css3pie.com/forum/ and i keep this issue open if you have a solution it was nicely if you post them here.

regards, Dennis

jwilde’s picture

Thanks for the lead.

Got it here, http://css3pie.com/forum/viewtopic.php?f=3&t=240

we need to add position:relative + z-index for it to work. Although, the background stuff seems like an ongoing problem.

Best jim

blackice2999’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Hi jwilde,

thanks for info!

regards Dennis

mattcasey’s picture

Brilliant, thanks jwilde