Results 1 to 3 of 3

Thread: positioning div

  1. #1
    Member sudhakararaog's Avatar
    Join Date
    Sep 2009
    Posts
    224

    Default 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
      Reply With Quote

  2. #2
      Reply With Quote

  3. #3
    Junior Member OlgaNaft's Avatar
    Join Date
    Aug 2010
    Posts
    2

    Default 2 Aug 2010 @ 11.09

    1. If you wish to use gQuery, why did not immediately went to their site? )))
    2. Same...
      Reply With Quote

Similar Threads

  1. IE6 fixed positioning
    By shinyshadow in forum HTML & CSS
    Replies: 6
    Last Post: 13 May 2010, @ 09.16
  2. Positioning graphics
    By Dre in forum Imagery, Graphics & Typography
    Replies: 21
    Last Post: 27 Aug 2009, @ 23.12
  3. Image positioning in IE and FF
    By Dre in forum HTML & CSS
    Replies: 12
    Last Post: 10 Aug 2009, @ 05.34
  4. Image Positioning...?
    By Wrams in forum HTML & CSS
    Replies: 8
    Last Post: 15 Jul 2009, @ 12.16
  5. Positioning graphics
    By Dre in forum HTML & CSS
    Replies: 4
    Last Post: 12 Jul 2009, @ 23.02

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •