i tried doing it with css, the closest i got was: http://jsfiddle.net/XyDec/
It kind of works, but don’t hide the content inside it and i would like some smooth animation
, so i guess it’s scripts time.
i can’t write them or don’t know where to look for them, could anybody help me ?
i tried doing it with css, the closest i got was: http://jsfiddle.net/XyDec/ It kind
Share
you may take a look at the jquery javascript framework (user friendly and powerfull)
here is an example of smooth slide down of div using jquery:
http://api.jquery.com/slideDown/
this is made with one line :
$("div").slideDown("slow");hope it help