• Ich hab mal wieder ein Problem.
    Ich hab ein Bild mir Imagemag und möchte einen hover Effect einbauen.
    Geht das irgendwie?

    Das ist die Imagemap:

    Code
    [img]index.gif[/img]
    <map name="index_Map">
    <area shape="rect" alt="" coords="578,516,707,560" href="http://">
    <area shape="rect" alt="" coords="440,516,558,560" href="http://">
    <area shape="rect" alt="" coords="288,516,411,560" href="http://">
    <area shape="rect" alt="" coords="176,516,258,560" href="http://">
    <area shape="rect" alt="" coords="176,329,343,396" href="http://">
    </map>

    Und jetzt möchte ich halt nen hover Effect. Oder sowas wie Mouseover

    Ich hab es so z.B. probiert:

    Code
    <area shape="rect" alt="" coords="578,516,707,560" href="http://" 
    onMouseOver="'hover.gif'"
    OnMouseOut="bla.gif'">


    :D Aber das geht nicht...

    Könnt ihr mir helfen???[/code]