View Single Post
Old 11-06-2012, 11:24 AM   PM User | #2
coothead
Senior Coder

 
coothead's Avatar
 
Join Date: Jan 2004
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 1,551
Thanks: 0
Thanked 195 Times in 191 Posts
coothead will become famous soon enough
Hi there backa,

the cause of the page loading "half way down" is the highlighted in red attribute here...
Code:

<input type="text" id="name" name="name" 
value="" placeholder="Enter your name" autofocus="autofocus" 
 required="required"  />
As for the animation, why not put all the changes in a single "from to", as indicated in this other thread of yours...
coothead
coothead is offline   Reply With Quote
Users who have thanked coothead for this post:
backa (11-06-2012)