Div content change?

Discussion in 'HTML & Website Design' started by DrLakitu, Feb 14, 2009.

  1. #1
    How would I pull something like this off...

    http://www.getmiro.com/

    How they change the background and content of the div on the right with mouseovers to the menu on the left. I have been looking but no idea where to start, js and dom stuff scares me :p
     
    DrLakitu, Feb 14, 2009 IP
  2. CodeGuy

    CodeGuy Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It can be done with jQuery
     
    CodeGuy, Feb 14, 2009 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To change the background and content you can just have 5 DIV's placed on-top of one another, then on hover you change the relative DIV to display. No need for jQuery, just simply change the CSS style of the DIV onmouseover via JS.
     
    wd_2k6, Feb 14, 2009 IP