Kim--

I believe it may be in your styling of your 'li's padding:

.tabs li {
        float:left;
        background:url(tab_left.gif) no-repeat left top;
        margin:0;
        padding:0 0 0 6px;
        border-bottom:1px solid #666;
        white-space: nowrap;}

You're assigning it a left padding of 6 pixels, which is preventing your 'a' from spanning the entire space of your 'li'. Could that be your culprit?

HTH
--
Pura Vida
John D Wells
http://www.jdwjr.com
On Oct 13, 2004, at 1:02 PM, Kim Kruse wrote:

OK... I get the problem with the fieldsets.

Changing the tabs li:hover to tabs li a:hover solved half the problem :o) I just can't figure it out how to get the whole button to change in IE. I think I tried every possible combination I could think off. Maybe it's just not possible to get it to play in both IE/FF. So I just need to get everybody to use FF. Now that's a challenge

Kim

Jason Turnbull wrote:

Kim Kruse wrote:
1. Why won't IE pick up the .tabs hover style?


Change the style .tabs li:hover To .tabs li a:hover


3. On this http://www.mouseriders.dk/test/kontakt.php why
is the background color flowing out of the fieldset (top)


This happens in IE, as this page explains http://www.themaninblue.com/experiment/InForm/fieldset.htm

Regards
Jason


****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************




******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to