Hello I have this odd problem that I can not seem to figure out. This problem also only seems to be happening at the 1024 X 768 screen resolution. When you open a page that has google ads on them, http://www.showandtell-graphics.com/ , the right side div mashes into the center content div.
Now if you hit the Restore Down button everything is then ok and functions properly while you are on that page. If you go to another page and come back it is screwed up again. If I remove the google ads, the div acts properly. It all looks ok to me so I am not sure.
Here is the HTML:
<div id="right"><a href=" http://validator.w3.org/check?uri=ht...com/index.html" target="_blank"><img src="http://www.webmaster-talk.com/images/valid-html401.gif" alt="W3C Validator" width="88" height="31" border="0"></a>
<img src="http://www.webmaster-talk.com/images/an1.gif" alt="an1" width="40" height="40">
<script type="text/javascript"><!--
google_ad_client = "pub-0253047582812542";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src=" http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
And here is the CSS:
#right {
position: absolute;
right: 0px;
top: 180px;
width: 200px;
Any ideas would be greatly appreciated.
Last edited by Zoddman1 : 04-28-2006 at 01:06 AM.
|