Hey, Does anyone know why this is happening: http://www.wallpapers63.com/ in IE I dont know why IE spaces the left menu cells so much. It works perfectly in FireFox. Please help, Thanks Nima
I'd start by fixing your HTML validation errors. Once your HTML and CSS code are valid (didn't check your stylesheet for validation problems), it'll be a lot easier for me to help you, especially since I'm away from my Web development computer.
i dont know whats happening exactly but to fix that quikly do this: 1- go to to the firt row in the left (where there is nav-header.gif) then inside this table create another table with 3 rows(under nav-heade.gif). 2-select your menu then cut it and put it in the first row of the table that you just created, 3-Delete the whole row (table) of the old menu. 4-cut and past "usefull websites" and "you ads here" in the second and third row of the table that you just created, then delete the old rows (tables). this should fix your problem. cheers.
I fixed all the little mistakes and it is now validated... But I still can't figure out the problem, Funkymario, I don't want to do that, because that will put my left menu html code before my main page, which i dont want to (for SEO purposes). Any further help is appreciated, Nima,
do you mean the gap between the sexy lady and the menu underneath? if so replace: <td width="160" style="height:30px" align="center" valign="top"> with: <td width="160" align="center" valign="top" height="30">
That's how it was in the beginning which caused the same problem. I changed it to (style="height ....) to fix CSS validations... That is not what is causing the gap. thanks for the help
I just added bunch <p></p> to the "Useful Websites" section... So the problem is fixed. Thanks for the help. Rep has been given to everyone