Nancy Smith asked:

What is wrong with this site in Firefox?  It works in IE and Safari?
 http://www.wminc.biz/ 
 
Nancy,

I found and corrected two errors in your style sheet and the site rendered
in FF the same as in IE. The corrected section:

#navcontainer a{
        display:block;
        color:#fff;
        background-color:#000099;
        width: 120px;
        padding: .2em .8em; /*you had pading: I do it ALL the time :) */
        text-decoration:none; /* test-decoration to text-decoration */
        border-bottom: 1px solid #eee

HTH,
Bill Scheider


______________________________________________________________________
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