> I have a site design at:
> <http://www.lostwithiel.org.uk/index1.html>


It looks like you need to clear it, since you float the <ul>.  Try this
(and let us know if it works):

#topnavcontainer:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        }

/* hoop for ie \*/
* html #topnavcontainer {height: 0;}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to