|
I have to say that your first problem is that you have EVERYTHING set to either position:relative or position:absolute. That is just ASKING for a migraine and is not the best way to do a layout.
I'd start by removing all of that positioning, 99% of the time it just isn't necessary. Use the normal document flow, probably need some floats, and then IF you need it, use positioning.
__________________
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
|