Richard Brown wrote:

http://www.swmug.co.uk/antiques.html

The small boxes are pushing the side column further down.

One </div> missing just _above_ <div id="sidebar">
Nothing will work without it.

Next, adjust the right way for that type of layout.
#container {
        width: 100%;
        float: left;
margin-right: -10px;
margin-left: -300px;
}

#content {
margin-left: 400px;
}

Now you have to deal with the height of those 'div.box', as there's no
way you can set a small height on those floats and make it reliable
across browser-land. IE6 is breaking the line-up.

There's also a width-problem with your sidebar in IE6. Content is
pushing outwards.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
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