Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How do i add div that will come from left of the page and should be fixed while scrolling using jquery?

See below link
http://pdfutility.blogspot.in/2013/12/nsf-to-pdf-conversion.html[^]

in this above page, once the page load is completed a div with facebook image is coming from left side. am looking for that.
How can i do that? Its simple i guess but tricky.
Hope my question is clear.
Any answers?
Posted
Updated 5-Mar-15 2:56am
v3

1 solution

Instead of jquery its easy to use ASP.Net AJAX AlwaysVisible Control

<ajaxtoolkit:alwaysvisiblecontrolextender id="avceAlways" runat="server" targetcontrolid="pnlAlways" verticalside="Middle" verticaloffset="0" horizontalside="Left" horizontaloffset="50" scrolleffectduration=".1" xmlns:ajaxtoolkit="#unknown" />

where "pnlAlways" is the panel which has to be displayed
 
Share this answer
 
v2
Comments
Am Gayathri 9-Mar-15 3:58am    
Thanks
Am Gayathri 9-Mar-15 9:39am    
It should come from left to right like animation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900