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
Comment #1
blackice2999 commentedHi jwilde,
please explain "disappear" a little more for me.
Thanks, Dennis
Comment #2
blackice2999 commentedComment #3
jwilde commentedHi,
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
Comment #4
blackice2999 commentedHi,
have you tried to use background-color instead ?
btw. you have a typo error in your font-weight.
regards, Dennis
Comment #5
jwilde commentedNothing. 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
Comment #6
blackice2999 commentedHi,
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
Comment #7
jwilde commentedThanks 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
Comment #8
blackice2999 commentedHi jwilde,
thanks for info!
regards Dennis
Comment #9
mattcasey commentedBrilliant, thanks jwilde