Is it possible?

Out of context: Reply #6

  • Started
  • Last post
  • 8 Responses
  • ETM0

    Something like:

    <img id="poly1" src="products.gif" usemap="#map">

    <map name="menu">
    <area shape="rect" coords="6,6,120,45" //whatever the real ones are
    href="page.html"
    onMouseOver="document.getElementById('poly1').src ='products_lit.gif'"
    onMouseOut="document.getElementById('poly2').src = 'products.gif'"
    alt="Home">
    </map>

    I didn't actually try it though. Think you might need a combination with CCS sprites as well.

View thread