Quote:
|
The container div is not expanding with the content div. You can see this because the content div is overlapping my footer which is clear: both.
|
Clear:both isn't going to do anything in this case because your content div is set to absolute positioning - completely OUT of the document flow. You can't CLEAR it.
There's no reason to use AP there anyway. Float it instead.
__________________
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
|