|
You've got more problems than that !
First, IE does NOT support XHTML 1.1.
Second, you've got a ton of errors, you need to run your code thru the validator.
You've got a mess of embedded styles that should come out and go into the external CSS file - where they belong.
You've got floated elements but you are not clearing your floats.
You need to clean up the code before you can actually figure out what is going on there. Just stop assuming that because IE shows you what you want that IE is rendering anything correctly -- like Firefox, Opera, and Safari do !
Your page is too wide to be displayed even at 1024x768 w/o scrolling horizontally.. not good.
__________________
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
|