How to create rollover effect simillar to this ...

Discussion in 'HTML & Website Design' started by dartdesign, Mar 21, 2007.

  1. #1
    Hello,
    I have saw a website and i am interested to create similar or the same expression as on this website http://design3.co.uk/ . I want rollover over a button and image to appear in the middle of the screen when mouse over.
    How can i do this ? is there a tutorial for this ?
    King regards...
     
    dartdesign, Mar 21, 2007 IP
  2. dartdesign

    dartdesign Well-Known Member

    Messages:
    336
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Any other suggestions ?
     
    dartdesign, Mar 22, 2007 IP
  3. cakker

    cakker Well-Known Member

    Messages:
    165
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #3
    hi,
    I have a javascript for it. If you need it, just let me know and I can provide you more details.
    krisztian
     
    cakker, Mar 22, 2007 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It looks like a disjointed CSS rollover. I suggest you search on Google for "disjointed CSS rollover" and pick a tutorial. :)
     
    Dan Schulz, Mar 22, 2007 IP
  5. The_FoX

    The_FoX Peon

    Messages:
    666
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It is javascript enabled disjoint rollover. you can use macromedia fireworks(demo)/dreamweaver to get this done.

    Check out the CSS enabled one here - http://pmob.co.uk/pob/disjointed1.htm
     
    The_FoX, Mar 22, 2007 IP
  6. PoemofQuotes

    PoemofQuotes Peon

    Messages:
    637
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I prefer to change classes instead of changing the visibility. Something like document.getElementById("name").className = "blah"

    Or even by changing the innerHTML.
     
    PoemofQuotes, Mar 22, 2007 IP