Dave Goodchild wrote: > Hi all, please excuse the childish design of this site: > > http://www.machine-plant.co.uk/index.php > > as the client has insisted on it. However, in IE there are significant > spaced between the nav buttons, which line up nicely in FF. Any ideas while > I continue to troubleshoot? > > There are several ways to do it. Try this one: add this to your style sheet for ie : #nav ul a { display: block; float: left; clear: left; } And add this at the very bottom of your style sheet to reset: #nav li>a { float: none; } It is always a good idea to at least validate your css and markup files /before/ posting to the list. Regards, ~dL
-- http://chelseacreekstudio.com/ca/ccs/pow/pow.html ______________________________________________________________________ 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/
