PDA

View Full Version : DIVs/CSS grrr :|


Tiago
31st December 06, 02:28 PM
Hello,

I've a design with 3 columns (http://froolo.com/ajax2/index2.php) that was going fine until I decided to add a new div that fills column Left and right (http://froolo.com/ajax2/index3.php).

As you can see at the second link, the 3 column (far right) freaks out when I try to add the other div.. Feel free to check the source code !

This is what I want: http://img135.imageshack.us/img135/...ntitled1nq0.jpg

The css file is here: http://froolo.com/ajax2/novo.css

Any help would be appreciated,

Thanks.

- Tiago

Jen
31st December 06, 05:00 PM
Your image is not available, you highlighted the link instead copy. Your CSS source is messy as I'm confused to fix because you have like two right divs of right_columns and far_right. I'm not sure what exactly you want (need to see image).

Tiago
31st December 06, 05:30 PM
http://img135.imageshack.us/img135/2212/untitled1nq0.jpg

Its messy? Yes, I think :s !

tbobker
1st January 07, 12:06 PM
the reason that the far right has fallen bellow will probably be because one of the widths or margins are two wide for all to fit in. Change some widths and padding. I always set all padding and margins to 0 before changing stuff then reapply when the layout is finished.
Also make sure that place for other stuff clears all the above divs clear:both and check all the overflow properties.