Hi, I'm designing a website, which looks fine on firefox but when i test it on internet explorer the adsense banner randomly shifts up (~150px), this only happens sometimes but i have run out of ideas... It should be in that black border & in firefox it is... The containing DIV tag stays in the same place and it happens on multiple computers which i've tried it on. Any ideas? Marty Btw: I'm just using that domain to host the image, not the site
You will need to create a separate for IE. Have a look here on how to do this (detect IE) http://css-tricks.com/how-to-create-an-ie-only-stylesheet/
It's difficult to advice something not seeing the code of your website. You haven't mentioned also browser version with which you have the problem. If it's IE6 then perhaps it's caused by IE box model bug. Also earlier versions of internet explorer have problems with css position property. Additional CSS stylesheet for IE might be a good solution to fix it.