Previous Message
Next Message

Three columns layout problem

Sent by Alex Robinson on 29 October 2004 22:10


>My problem is a header. I want to add a logo there like on www.moposite.com.
>Also flags like on http://www.pulu.org/mopo4/ but that won't be a problem
>when I get the header working.


Well, seeing that you're already using absolute positioning, and your 
header will be a fixed height, just shift the top co-ordinates of the 
flanking columns downwards.

You could even get the header to appear after the columns - use 
margin-top to shift the central column down and then absolutely 
position the header.

Alternatively, wrap the columns in a containing div and set its 
position to relative so that the absolute positioning works, er, 
relative to the containing div. Then your header will simply nudge 
the containing div (and therefore the columns) down as much as it 
needs and so can cope with headers that aren't necessarily of a fixed 
height.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: