Results 1 to 2 of 2

Thread: Mouseover

  1. #1
    Join Date
    Sep 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Mouseover

    Hello Everbody,

    I have script in my Homepage (see the sample)

    sample:
    <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><IMG id=ucHeader_imgLogo src="images/Nav_telefonbuch_off.gif" border=0>

    My question:
    I would like with the Event "onMouseover" to change the images.
    that is possible. Have you an tip for me

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi

    Try

    onmouseover="FP_swapImg(1,0,/*id*/'imagenametoswap',/*url*/'images/newimage.jpg'); onmouseout="FP_swapImgRestore();

    rgds,Simonf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •