Helpful Information
 
 
Category: Web Design, HTML Reference and CSS
aligning image to bottom of div causing issues: HTML, CSS, JavaScript, PHP

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

solved by using:

{
margin-top:-72px;
}










privacy (GDPR)