|
Ok, 1 you don't need all that position:relative.
When you float a div, you MUST give it a defined width.
You also have not CLEARED your floats and your "page container" isn't 'containing' anything.
You have a serious case of div-itis- definitely overkill. You don't need a div within a div within a div to make an orange button with text on it.
Please.. get rid of that dead <font> tag and use CSS to style your text. Putting an inline style on a <font> tag is putting lipstick on a pig!
__________________
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; 10-16-2008 at 10:56 AM..
|