Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

div jump after it slide down

I create a new page using HTMl and I whant when user clicks on one of my Links ,one div slide down at the bottom of it. the problem is when I using this code in my page it silde down in left side of my header and then it jump beneath my link.I save the code in jSfiddle :

http://jsfiddle.net/GMSvk/1/ in jsFiddle it jump up after slide down .please help me to solve this.

thanks

like image 835
Arian Avatar asked Oct 08 '22 05:10

Arian


1 Answers

Add clear:both to #Specifications

http://jsfiddle.net/GMSvk/3/

like image 100
Andreas Wong Avatar answered Oct 12 '22 20:10

Andreas Wong