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?!

AnotherAndrew
 
AnotherAndrew replied on at Permalink Reply
AnotherAndrew
figured it out...taking a break gave me those second set of eyes.

thanks IE 6 for a great time......
AnotherAndrew replied on at Permalink Reply
AnotherAndrew
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?
powermick replied on at Permalink Reply 1 Attachment
powermick
try with the attached image to this post and this css rule:
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!
AnotherAndrew replied on at Permalink Reply
AnotherAndrew
Mick, thanks I will check that solution out!