Previous Message
Next Message

Clears and three column negative margin layout

Sent by Gunlaug_Sørtun on 21 March 2008 15:03


Bob Cohen wrote:

> http://www.3mbrecording.com/php/hel/events/index.php

The #main column needs to be isolated from its surroundings, as any
'clear' in there will otherwise clear the #left column.

Changing relevant styles to...

#main {
background: #000;
padding-right: 10px;
padding-left: 10px;
overflow: hidden;
}

* html #main {
overflow: visible;
height: 1%;
}

....will do. See [1][2] for details.

regards
	Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#block-formatting
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: