|
First, use a better doctype than the sloppy HTML 4.01 transitional - at least go for HTML 4.01 STRICT.
Second, put the image dimensions on the images in your HTML, it's not a good practice to force the browser to calculate your image dimensions.
I would also recommend NOT using positioning that way. The position:relative for your overall container is ok, all the rest is just asking for headaches - and I don't see that you need it for that layout. Use the normal document flow, use margins, padding and floats to put things where you want them.
__________________
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
|