Richard Brown wrote: > > Duly created a layout that doesn't break down - hopeful. > > Could folks check it out for me please? > <http://www.efe-gbnets.com/> > <http://www.efe-gbnets.com/wp-content/themes/Curvy%20EFE/style.css> > > Many thanks. > I guess you are using a mac and not seeing the issues in ie7 and down. Among them, #navigation is not enclosed in #container. And other issues. Not sure I remember everything, but start with: -- delete position relative from the header -- #container should be the first div to open and last to close-- simply delete one of </div> just before <div id="wrapper"> and all will be well. -- make div#nifty a class div.nifty (you used the same id more than once on the same page) -- delete the horizontal margin on #content (it's pushing ie out), and assign it to the #content p instead. --delete the li's that precede <li class="whaterver-it-is"> in the list -- delete the copyright dingbat near your name and replace it with a numerical entity for same. --see if the file will validate now, and if not correct until it does. -- you've assigned a class to the image in #navigation in order to float it, but neglected to include it in the markup, but since top left is default you may not need any css for it. -- you've done the same as above with the right column image-- call it #extra img {float: right;}instead of what you've got now, and add clear: right (or is left?) to the selector beneath it. There may be more to do, I just don't remember. But at least this may help get it started. Regards,~dL
-- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
