English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to tweak my Dreamweaver code. Right now I have a three-column layout with a footer, and I would like the footer to automatically be positioned below the longest of the three columns, instead of having to specify the position of the footer in pixels. How can I do this?

2007-10-19 18:28:02 · 2 answers · asked by drshorty 7 in Computers & Internet Programming & Design

2 answers

Depending on how you made your layout you might be able to use "clear" to solve your problem. Make sure you clear to the area with the longest content which will most likely be your main content area.

#footer {
padding: 15px;
margin: 10px;
clear: left;}

2007-10-19 19:18:18 · answer #1 · answered by Anonymous · 0 0

Interestingly enough, this is talked about all the time on the internet and is one of the reasons that tables are still widely used on websites. Try some of the tutorials below.

2007-10-19 18:55:00 · answer #2 · answered by jjan123 2 · 0 0

fedest.com, questions and answers