Daniel Hammond wrote:
> www.meowmeowdesigns.com/site
> www.meowmeowdesigns.com/site/index.css
>
> Works correctly in FF, IE7, and Opera. IE6 messes it all up though.
> Suggestions, please.
>
> Thanks in advance.
>
> Daniel Hammond
See if IE6.0 is more cooperative if you change the padding-right on 
these three selectors from 100% to 0.
a.nav:link, a.nav:visited {  padding: 10px /*100%*/0 5px 15px; }
a.nav:hover {   padding: 10px /*100%*/0 5px 15px; }
a.nav:active {   padding: 10px /*100%*/0 5px 15px;  }
Aside: Points are not used to set fonts for the screen. There are eight 
or nine pages on the list wiki regarding font-sizing methods, beginning 
with this page: <http://css-discuss.incutio.com/?page=FontSize>
Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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