Ian Young wrote: > http://www.iyesolutions.co.uk/templates/lvsc/index4.html > http://www.iyesolutions.co.uk/templates/lvsc/index4a.html > > As I hope you will see, first works - second all content falls > outside of wrapper. > > Funny thing is, they are identical pages in html and css, so I can > only think that the first is being cached on the server.
They do not have identical source-code (html). The content below the navigation _is_ outside the wrapper in your second page. You have a stray end-tag - </div> - inside the navigation in that page, so the number of end-tags are wrong / in the wrong places. The validator shows 3 errors because of that stray end-tag... <http://validator.w3.org/check?uri=http://www.iyesolutions.co.uk/templates/lvsc/index4a.html> ...so make sure you only delete the stray </div> above the last </ul>. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
