Forums Get help. Give help.
Banner/Links not working in IE9
-
Hey wonderful people of css-tricks.com. I came across a browser issue i'm currently having on a banner. The banner is linked and there's also a mapped link on top of that. I wasn't aware this could break IE9 (is this the problem?).
<p><a href="25-years-of-au"><img alt="promo-banner" src="images/aubanner.png" usemap="#Map" height="275" width="930" /></a>
<map name="Map" id="Map">
<area shape="rect" coords="681,13,935,66" href="http://www.staging.ausregistry.com.au/research/" alt="Click here to view the 2011 .au Research Report" />
</map>
</p> -
The problem can be viewed at http://www.staging.ausregistry.com.au/ if anyone is able to help :x
-
I assume it should have been http://staging.ausregistry.com.au/
Not sure why you are using a map there, with four areas -- the first one is the "Click here to view the .au Research Report" area, and the other three make up the rest of this banner (divided into three sections; top strip, left part, and everything under the first area).
I would suggest using some absolute and relative positioning instead of the map area.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Categories
- All Discussions15,493
- CSS Combat7,193
- Other Discussions3,820
- JavaScript Jungle2,455
- PHP Problems2,025
Tips
Just some helpful hints to get the most out of the forums.