Previous Message
Next Message

why does this work in all browsers except Firefox?

Sent by Alan Gresley on 9 April 2008 17:05


James Stone wrote:

> http://fndtn357.brinkster.net/
> 
> My page has a visual error in Mozilla 2.0013 but works in all other up to
> date browsers (IE 7, Safari for Windows, Safari on Mac, and Opera). Week 1
> tab is above all the other tabs in the horizontal navigation bar.
> 
> Any tips will be very much appreciated. Thanks.


#nav ul li{
/*display:inline; DELETE */
list-style:none;
float: left; /* ADD */
margin:0 0 0 0;
}

#nav ul li a{
margin: 0; /* ADD */
padding: .25em 2em .3em 1em;
background:#ffffff url(../images/topnav_bg_grey.gif);
color: #000000;
text-decoration:none;
/*float: left; DELETE */
border-right:1px solid #cccccc;
}

and way down below do something about this selector.

li {padding-left: 2em;}

It's a loose cannon. Then re-check in all browsers.


Alan

http://css-class.com/test/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: