Hi all,

I have a navbar that I wish to change the background color and drop the 
bottom border when the given page is active. I have done this but when I 
make those small changes to the last list item (link) in the navbar, the 
text that is below the navbar is mis-aligned in ff 1.0.6 win but appears the 
way I would like it in ie 6.x (I am sure ie is showing it incorrectly even 
though that is what I want).

page without changes: http://www.rell.com/tst/index.html
page with changes: http://www.rell.com/tst/index1.html

The css is in the page as the project is just getting started, but I am 
using the following to control the last list item:
#navlist li a.last {
border-width: 1px 0;
}

#navlist li a.last1 {
border-width: 1px 0 0;
background-color: #339;
color: #cc3;
}

Thank you for you time and consideration,
Scot
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to