|
You can't float an absolutely positioned div, the two are diametrically opposed. Float it and leave off the absolute - you don't need it. However, if you float a div, you have to give it a dimension, so, if the #container is taking up the entire width of the screen, you don't need to float it either, it will go from left to right by default.
The width:auto is pretty useless because the NORMAL behavior for a div is to stretch with it's content.
Are these dynamically generated floating divs given dimensions when they are created ?
__________________
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
|