Posted by Jonathan N. Little on 09/09/05 16:38
rafael.llaurado@gmail.com wrote:
> Can someone tell me how they did the effect we can see in the
> leftbotton corner of the page
> http://www.sitepoint.com/article/core-relationship-strategy? I fount it
> really interesting.
>
Didn't look at the code but can guess with javascript attached to page's
onload event that
1. Get browser window height
2. Locate bottom panel DIV
3. set DIV's top == window height
4. make DIV visible
5. then in a timed interval move DIV's top by some increment until top
value >= (window height - DIV height)
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|