CSS help
Permalink
Alright, I know that this is not relevant to C5 development, but I could still use some help. And any advice would be greatly appreciated.
I am trying to get these three text content blocks to show up in IE 6 + 7. Check this page out in every other browser:
http://www.andrewsandlin.com/healthright/...
I am stumped and it is driving me crazy!!! Maybe another set of eyes can help...anyone got any suggestions?!
I am trying to get these three text content blocks to show up in IE 6 + 7. Check this page out in every other browser:
http://www.andrewsandlin.com/healthright/...
I am stumped and it is driving me crazy!!! Maybe another set of eyes can help...anyone got any suggestions?!
OK, I know I answered my own post last time, but...
please check out the rollovers at top left on that page. I can't get those to work, at least in IE 6.
Any advice?
please check out the rollovers at top left on that page. I can't get those to work, at least in IE 6.
Any advice?
try with the attached image to this post and this css rule:
the probleme is the height of the A tag : 21 px + the text => it's a probleme : the text.
so if you play if height highter it's work!
a.donateRolloverRed {display: block; height: 21px; text-decoration: none; background: #e00028 url(../images/red_donate3.gif) no-repeat 10px -421px;}
the probleme is the height of the A tag : 21 px + the text => it's a probleme : the text.
so if you play if height highter it's work!
Mick, thanks I will check that solution out!
thanks IE 6 for a great time......