CSS Div question

Out of context: Reply #2

  • Started
  • Last post
  • 17 Responses
  • CygnusZero40

    I cant figure this out. What you posted works on it's own, I cant get it to work with what Im doing.

    I have an image with 4 image maps on it. I need each map when hovered over to display 1 of 4 div's that are hidden. Here's my code. I'm not a developer and a bit lost.

    <table width="400" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="circle.jpg" width="400" height="402" border="0" usemap="#Map" /></td>
    </tr>
    </table>

    <map name="Map" id="Map">
    <area shape="rect" coords="105,92,188,129" href="#" />
    <area shape="rect" coords="216,95,299,125" href="#" />
    <area shape="rect" coords="252,175,334,214" href="#" />
    <area shape="rect" coords="203,247,301,308" href="#" />

View thread