theweirdone Posted May 7, 2006 Share Posted May 7, 2006 Right, so my problem is that the site I'm working on works fine showing certain pictures on Firefox and Opera, but doesn't work at all on IE... Here's the source of what won't show:[code]<div id="sponsors"><a href="http://www.alprosoja.com" target="_blank"><img src="images/sponsors/Alpro-soya-logo-3D-R.png" border="0" class="sponsors" /></a><a href="http://www.capfi.be" target="_blank"><img src="images/sponsors/capital-finance.png" border="0" class="sponsors" /></a><a href="http://www.degroof.be" target="_blank"><img src="images/sponsors/Degroof.png" border="0" class="sponsors" /></a><a href="http://www.emilierolin.com" target="_blank"><img src="images/sponsors/emilie-rolin.png" border="0" class="sponsors" /></a><a href="http://www.b-a.be" target="_blank"><img src="images/sponsors/Bruxelles-Animation-logo.png" border="0" class="sponsors" /></a></div>[/code]Here's the css source for sponsors:[code]#sponsors{ position: absolute; top: 170px; right: 360px; width: 500px;}#sponsors img{ margin-left: 20px;}[/code]Hope someone can help... Quote Link to comment https://forums.phpfreaks.com/topic/9262-browser-differences/ Share on other sites More sharing options...
theweirdone Posted May 8, 2006 Author Share Posted May 8, 2006 never mind... found a solution incase anyone needs this someday... just changed position to relative, and put it in actual order, so that it's more "natural"... Quote Link to comment https://forums.phpfreaks.com/topic/9262-browser-differences/#findComment-34371 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.