On 10/07/06, David Laakso <[EMAIL PROTECTED]> wrote: > > 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 > > That didn't work. Thanks for the tip, but I knew it didn't validate, the > client doesn't care that it doesn't validate, they want it like that, ie out > of context headers etc, it's a nightmare but then again they hire our heavy > plant and don't care whether the font is Verdana and whether they get a nice > xhtml and css badge! > > ______________________________________________________________________ > 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/ >
-- http://www.web-buddha.co.uk http://www.projectkarma.co.uk ______________________________________________________________________ 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/
