PDA

View Full Version : aligning image to bottom of div causing issues



archanix
23 Aug 2005, 10:21 AM
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

archanix
23 Aug 2005, 11:14 AM
solved by using:

{
margin-top:-72px;
}