Previous Message
Next Message

Footer problems in IE - please help.

Sent by Martin Heiden on 18 March 2005 13:01


Julian,

JV> Can anyone here recommend how I can stop my footer from riding up over
JV> content in IE on the following page:

JV> http://tinyurl.com/6yefn

JV> The page works fine when there is a lot of content, but in IE with not
JV> much content it rides up over the links on the right hand side.

JV> The main layout css file is at:
JV> http://touchstone.tvw.net/styles/ts_mainlayout.css

You chose to position your columns absolute, so they are removed from
the normal flow and you have to guess the height of #middle which is
almost impossible.

You should consider to use floats to align the columns, then you're
able to control the vertical flow by clear: both and position your
footer with a certain space under the content-columns.

Martin

 

______________________________________________________________________
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: