Hi all,
Does IE interpret the document.write JS command differently?
Because... if you visit my site here in IE:
http://exophase.com
Both ads will be pushed down a bit, as if a line break is there. This does not occur in Firefox, and if I remove the document.write which displays the ads and leave an empty div there with a background it displays the same in both browsers.
So... it seems like IE works a bit different with the document.write command. Any way I can get this displaying the same in both browsers without using CSS conditionals?