uss.org Subject: [css-d] Need advice - css horizontal menu initially displays oddlywhen loading into a browser
Would anyone have any ideas as to why a horizontal css menu initially displays to the right side of the page first and then readjusts itself to the centre (as it should) when being loaded into a browser?? I would prefer that the menu displays in the centre of the page without it first showing up on the right hand side of the page. To see what I'm talking about go to http://www.tewksburycommercial.com.au/ Admittedly the whole site should have been developed in css but I'm only updating from a site that has originally been built using tables etc. Would appreciate if anyone can tell me if this can be fixed and, if so, how. Jasmin For starters you don't have a Doctype. The menus are all over the place in FF and break out of the main content when you go to sub pages. Having a look at source, you have a div menu but no corresponding div in the style sheet (class yes). To centre the menu, define a wrapper within the style sheet (not in the body) and put menu in wrapper. Also develop the layout using FireFox and when that works check in other browsers. Cheers Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/401 - Release Date: 26/07/2006 ______________________________________________________________________ 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/
