Greg Wilker wrote: > Along with the container issue I am having in a previous email, I am also > having trouble with the nav element. > > Does anyone have a good resource that will help me emulate the image that I > posted for reference on this page? > > http://www.gorillasuits.com/HTN/default-css.html > > > The blue and red backgrounds are where I am actually working on the nav.. > just so I could see how my current css & elements are laying out. > > TIA, > Greg >
First things first. Forget the nav for the moment. Is this how the page proper is supposed to look? html <http://chelseacreekstudio.com/ca/cssd/gorilla.htm> css <http://chelseacreekstudio.com/ca/cssd/gorilla_files/main0000.css> Cursory checked in IE 6/7/8 Safari, Opera, FF Note the many markup changes. The goofy colors are a key to the CSS changes. A width is needed on some floats (and some now go right, not left) and that they are cleared within the CSS with "the easy clearing method" or overflow hidden. ______________________________________________________________________ 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/
