transform sentence into paragraph on hover

Discussion in 'HTML & Website Design' started by marcusHere, Jan 13, 2013.

  1. #1
    Please does anyone know how I can do this ? I've seen it somewhere. When I hover over a title I want the paragraph of details to drop down below it (Smoothly if possible).
    Many thanks.
     
    marcusHere, Jan 13, 2013 IP
  2. rashed reza

    rashed reza Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should will any person learn how I am able to try this? We have viewed it someplace. When i hover spanning a name I'd like your paragraph of facts to be able to decline listed below it (Smoothly when possible). Thank you.
     
    rashed reza, Jan 13, 2013 IP
  3. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #3
    You could use onMouseover() to show a div or span that was display:none. Then on onMouseout(), set it to none again.
     
    Rukbat, Jan 13, 2013 IP