This:

#current a:link {
        color: #FFFFFF;
        background: #0000CC;
}

should be this:

a#current:link {
        color: #FFFFFF;
        background: #0000CC;
}

As for the gap - I don't see it in either IE6 *or* 7.  Is your cache 
cleared?

~Shelly
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to