Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • OK esmi. Apologies if I should have done this but my problem is exactly what the original post from Simon was outlining so I thought it would be relevant to this post.

    ….and in case someone else is having the same problem, I found the solution. Add an id to the IMG tag and then use this in the area tag specifying the flip image as follows:

    <area onmouseover="document.getElementById('map-id-here').src='new-picture-ref-here.jpg';"

    This works for me.

    Thanks

    Forum: Plugins
    In reply to: Visitor calendar
    Thread Starter mytex

    (@mytex)

    Wow, it looks like there is nothing available like this.

    Is there somewhere I can go to suggest this functionality for future releases of WP or for plugin generation?

    Thanks

    Hi all,

    Trying to achieve exactly the same thing I came across this thread but am a bit mystified about your post dabesa! I have already tried as you suggest but it didn’t work so feel that javascript or using CSS is needed. Here is the code I am trying for the HTML solution:

    <html>
    <body>
    
    <img name="xxx" class="aligncenter" alt="xxx" src="C:\pic1.jpg" usemap="#tryit" />
    
    <map name="tryit">
    <area alt="try it out" coords="97,42,246,119,32,119,51,74" shape="poly" href="mailto:[email protected]" onMouseOver="C:pic2.jpg" onMouseOut="C:\pic1.jpg" />  
    
     </map>
    </body>
    </html>

    The href works just fine but the mouseover doesn’t swap the image for pic2.jpg!

    Any advice much appreciated. Thanks everyone.

    Forum: Plugins
    In reply to: Visitor calendar
    Thread Starter mytex

    (@mytex)

    Hi – does anyone have any ideas on this? Sounds like a useful plugin if it exists.

    Thanks

    Thread Starter mytex

    (@mytex)

    Thank you very much for responding so quickly – it all works perfectly now. Not sure how I missed that in the documentation I read – but I did!

    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)