|
#1 - validate your code. you've got a batch of errors there, mostly due to the incorrect width and height on your images. You do NOT use "px" on the dimensions on an <img> tag.
Your #wrapper doesn't 'wrap' around the content because you're using position:absolute and position:relative for just about everything rather than properly using the document flow. Also, if you use floats, you must CLEAR your floats in order for the #wrapper to 'wrap' properly.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|