Image MouseOver change.

Discussion in 'HTML & Website Design' started by Jeremy Sellers, Nov 5, 2010.

  1. #1
    Looking for a little help on how to create a menu with mouseover images changing. Basically like that on www.mmo-champion.com the forum/what's new, etc. Looking for any help/script on how to get this done. Thanks.
     
    Jeremy Sellers, Nov 5, 2010 IP
  2. sikatangpinoy

    sikatangpinoy Peon

    Messages:
    300
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  3. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #3
    workingsmart, Nov 5, 2010 IP
  4. Jeremy Sellers

    Jeremy Sellers Peon

    Messages:
    207
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Those aren't images.
     
    Jeremy Sellers, Nov 5, 2010 IP
  5. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #5
    Well apparently you just got banned for whatever reason...

    But to clarify => The images are merely backgrounds so in the CSS you add the images...

    a { background: #fff url(image/source); }
    a:hover { background: #fff url(hover/image/source); }

    Hope this helps someone.........

    Cheers!~
     
    workingsmart, Nov 5, 2010 IP
  6. FuriousX

    FuriousX Active Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #6
    you can do it in dreamweaver : it has such function as rollover image
     
    FuriousX, Jan 12, 2011 IP