John S. Britsios wrote:
I did that but it still doesn't work. See example here: http://www.webnauts.net/redesign/testing.html

Try adding:

.content {overflow: hidden;}

...as you have a case of floats being forced down to line up with
elements in the right column. 'overflow: hidden' will _isolate_ the main
column so that won't happen, but test it well across browser-land to
avoid unwanted side-effects.

The "fix" is based on 'block formating context'[1] in CSS2.1, where
other stylings for the same effect are listed.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#q15
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to