Results 1 to 3 of 3
Thread: positioning div
-
positioning div
27 Jul 2010 @ 14.32 please look at this link
Supersized - Full Screen Background/Slideshow jQuery Plugin
1.
my question is how do i position a div below the bottom of the screen
in the link above i have <div style="display: block;" id="content"></div> and i have positioned this div to be at the bottom of the screen and it is working fine however what i actually need is this div should be placed below the bottom of the screen so that this div does not appear at all when the page loads and using jquery animate method i would like to bring this div from below the bottom of the screen to 100px vertically up
2.
as of now i am using
$("#content").animate({bottom:'100px', left:'0px'},1500);
with this the div is animating but to this animation i want to add an easing effect like
jQuery Easing Plugin
i have added jquery.easing.1.3.js but not sure how i can combine animate method with the easing method so that i can get the content div to animate and also have an easing effect
please advice
thanks
-
27 Jul 2010 @ 17.35 Look up slideToggle: .slideToggle() – jQuery API
or this: http://jqueryui.com/demos/show, http://jqueryui.com/demos/hide and http://jqueryui.com/docs/Effects/Slide
or this: http://bavotasan.com/tutorials/blindtoggle-for-jquery/
-
2 Aug 2010 @ 11.09 1. If you wish to use gQuery, why did not immediately went to their site? )))
2. Same...
Similar Threads
-
IE6 fixed positioning
By shinyshadow in forum HTML & CSSReplies: 6Last Post: 13 May 2010, @ 09.16 -
Positioning graphics
By Dre in forum Imagery, Graphics & TypographyReplies: 21Last Post: 27 Aug 2009, @ 23.12 -
Image positioning in IE and FF
By Dre in forum HTML & CSSReplies: 12Last Post: 10 Aug 2009, @ 05.34 -
Image Positioning...?
By Wrams in forum HTML & CSSReplies: 8Last Post: 15 Jul 2009, @ 12.16 -
Positioning graphics
By Dre in forum HTML & CSSReplies: 4Last Post: 12 Jul 2009, @ 23.02



LinkBack URL
About LinkBacks












Displaying Search Results
Agree with you.... Generally, we don't have control over display...