Jump to content

Browser Differences


theweirdone

Recommended Posts

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...
Link to comment
https://forums.phpfreaks.com/topic/9262-browser-differences/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.