Quote:
|
i don't know how one person can know so much about this stuff! you rock!!
|
Thanks -- but I've been doing this stuff for over 10 years - you learn a few things
Let me dig into it and see what's going on....
*** ok..
The photo is sitting where it is even with/below the 2nd news section because you have float:left and clear: both applied ON the #newsb div. This is an ineffective way to clear the float - and it's causing the problem.
I would make this suggestion - add div around the news and tips on the left to create a left column. Define it's width as wide as the news sections and float IT left. Your #content will sit next to it if you float IT left (remove the clear:both) also, and your photo will go where you want it.
To clear the floated columns, add a clearing element (I use a <br>) AFTER the closing </div> on #content - or you can put the clear:both on the footer since it comes after the left column and #content.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 02-21-2008 at 10:26 AM..
|