Results 1 to 2 of 2

Thread: CSS Positioning Tutorial

  1. #1
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default CSS Positioning Tutorial

    I found this really helpful...
    http://www.barelyfitz.com/screencast...s/positioning/
    especially
    4. position:relative + position:absolute
    If we set relative positioning on div-1, any elements within div-1 will be positioned relative to div-1. Then if we set absolute positioning on div-1a, we can move it to the top right of div-1:

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: CSS Positioning Tutorial

    Stickit on the Factory

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
  •