Tom Bond wrote: > > I'm trying to get a menu to sit up in the head of the page. The site will > eventually be dynamic with the client able to add/subtract pages, which will > dynamically alter the menu. The design is by the clients daughter who is a > print designer for whom the grid is all (fair enough), so I want to deliver > on it but without getting semantically funky. > > > http://www.atomdesign.co.nz/rh-art/a-shell.htm > > > Anybody got some ideas for me? > > > > Tom. >
Wading through that incredible maze of styles was awesome. My guess is you have created a "human" bug. In a number of places, for example, you list some selectors more than once in different parts of the style sheet, and assign those selectors contradictory coding. The nav coding is one of those examples. A simple test page only using the necessary CSS and markup may prove helpful. If of interest, another way of achieving content first in source order, is to use a negative-margin layout in lieu of absolute positioning. Best, ~dL: -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/
