Results 1 to 2 of 2

Thread: aligning image to bottom of div causing issues

  1. #1
    Join Date
    Apr 2005
    Posts
    3

    aligning image to bottom of div causing issues

    Please view: http://www.archanix.com/aib/about/

    Notice the red square aib logo towards the bottom of the page. I have been successful in aligning the image to the bottom of the div. But because I'm using position:relative; bottom:72px; it pushes my footer down farther than I want.

    Any way i can get around that? Any help would be greatly appreciated.

    Thanks,

    Jesse

  2. #2
    Join Date
    Apr 2005
    Posts
    3
    solved by using:

    {
    margin-top:-72px;
    }

Posting Permissions

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