Quote:
|
Also it shows ugly boxes under the images which doesn't happen in Firefox.
|
You are using transparent PNGs. IE6 and below does not support transparent PNGs w/o using some javascript to force it. Do a search for "PNGfix" or "unitpngfix" and you'll have a solution.
Quote:
|
It looks aligned in Firefox but off on Explorer.
|
Looks ok to me in IE6. However, your biggest problem is the use of all that absolute positioning. It's simply unnecessary and WILL cause problems in IE.
Lose the tables for layout. If you're going to use css and divs for layout go all the way.
I would also suggest that you specify a background color, white in your case, for your pages. I do NOT use the default system colors, so what I see on your site in IE is your header graphic sitting on a PINK background because pink is my specified system background color. It is ALWAYS good practice to define a background color.
__________________
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
|