Results 1 to 4 of 4

Thread: positioning the div

  1. #1
    Join Date
    Feb 2009
    Posts
    16
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default positioning the div

    i am starting this site:
    http://maestro2007.co.il/index.php

    I am trying to position the div "fadeshow1" in the large box at the top, but its not going in there.

    what am i doing wrong?

    thanks

  2. #2
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am definitely not an expert on css, but I recently wanted to reposition where a lightbox popup appeared on the screen. It was popping up too far down the page. After much playing around and searching, I was able to move it up using:

    position: relative;
    top: -50px;

    I would assume the same might work for left? Hope it helps.

  3. #3
    Join Date
    Feb 2009
    Posts
    16
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    you are a genius

  4. #4
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, glad it helped. I'm just an old-timer trying to update my bag of tricks.

Bookmarks

Posting Permissions

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