I put adsense ads into my site recently and discovered that when I open my site in firefox, and click refresh, sometimes all of the images scatter across the screen and then come back together. When I remove the ads, I don't have this problem... It happens more frequently and more severely with pages that have the ad link unit in it (like the home, products, contact page). Can anyone explain why this is happening and maybe how to fix it? I know it doesn't seem like a big deal, but i'm kinda ocd about this kind of stuff lol Thanks ahead!
Did you refresh the page multiple times? I've tried it on several different computers and the same thing happens
It's basically the way Firefox renders the page, it displays stuff even if it's not completely ready to be displayed (for faster loading times and such), the adsense is loading a bit slower than your other content. I wouldn't actually worry about it too much if it were me it's not really an issue IMO.
I just noticed, you're using Tables for your site design, I would recommend a complete CSS layout which I think would solve your problem.
Yeah, because thats how photoshop writes the code when you save it as a web design. I guess PS is a terrible code-writer. How much work would it be to convert it to CSS? I am very inexperienced in CSS.
there is an option in PS to render your code with CSS (although i won't reccomend because it's crappy code)
You can use http://validator.w3.org/ to check the code. I see the problems with the tags not closed properly, maybe this is the reason. e.g. wrong /body tag in line 312.