IE6 seems to be adding double padding to my 2 
menu bars, but i can't seem to find which property it's inheriting it 
from.  She looks right in firefox 1.5 on pc.  (haven't tested for mac yet.)

http://tinyurl.com/rhcjn

Relevant css:


#navbar { border: 1px solid #222; margin: 0; padding: 0; background: 
#3E5C92; color: #fff; text-align:right;}

#subnav { border: 1px solid #222; margin: 0 0 10px 0; padding: 0; 
background: #738FBF; color: #fff; }

/* This should do it ;) */
#navbar ul, #subnav ul {margin:5px;}

#navbar ul li, #subnav ul li { list-style-type: none; display: inline; 
margin: 0; padding: 0; }

#navbar ul li a, #subnav ul li a  { padding: 2px 10px 2px 10px; margin: 
0; color: #fff; font-weight: bold; font-size: 12px; text-decoration: none; }

#navbar ul li a:hover, #subnav ul li a:hover { color: #FF6;}

Shawn

______________________________________________________________________
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