Need mouseover script

Discussion in 'HTML & Website Design' started by nicheguy1, Jun 8, 2007.

  1. #1
    I would like to know how to make the mouseover like in the image in this website http://www.myweddingfavors.com/ .

    If you hover your mouse on the titles to the right of the main pic it changes to the title pic, then if you click on it it takes you to the site. Really cool and first class layout. I tried to reverse engineer but can't do it.

    What do you think?
     
    nicheguy1, Jun 8, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's essentially a disjointed CSS rollover. I suggest paying a visit to www.pmob.co.uk and then Google for a tutorial on how to make them.
     
    Dan Schulz, Jun 8, 2007 IP
  3. nicheguy1

    nicheguy1 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Dan!
     
    nicheguy1, Jun 9, 2007 IP
  4. mulbane

    mulbane Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You will find plenty of templates included with the Flash developer program.

    Whether your up for the task is another question.

    Cheers!
     
    mulbane, Jun 9, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This is actually an inappropriate use for Flash. :)

    Flash is a rich multimedia application, not a Web design program. Instead of using it to build your Web site or add cutsey effects that can be done with HTML, CSS, JavaScript and the DOM, you should use it to create multimedia that can enhance the Web site in its own, more appropriate, way.
     
    Dan Schulz, Jun 9, 2007 IP
  6. Tiki

    Tiki Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I'd also like to add that you can do the same in JavaScript and extend the transition even further (like make the images fade in instead of just popping up). An easy way to do this is just to download the jQuery library and use their built in effect functions.
     
    Tiki, Jun 9, 2007 IP