|
You can't use a float on an absolutely positioned element. Absolute MEANS absolute, and float.. well.. floats within the document flow. Absolute means it is OUT of the document flow, and goes only where you tell it to go, using top, right, left and right values.
Set your #wrapper to position: relative first, that way the absolutes will be positioned relative to the #wrapper. I don't see that you need the absolute, the float seems to be working, but whatever you decide you one or the other but you can't use both.
__________________
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
|