OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Vertical Align?
This page's ID:
28473
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
So I have a footer in my page which includes three logos and looks like this: [code] <div class="footer"> <div class="airinc"><a href="http://www.air-inc.com"> <img src="images/airinc.jpg" alt="Go to AIRINC website" width="100px" height="53px"></img></a> </div> <div class="etf"><a href="http://www.etf-online.com"> <img src="images/etflogo.jpg" alt="Go to the ETF website" width="100px" height="41px"></img></a> </div> <div class="traqs"><a href="http://www.traqs.com"> <img src="images/TraQsConsulting.jpg" alt="Go to TraQs Consulting website" width="100px" height="45px"></img></a> </div> </div> [/code] And here is the CSS: [code] div.footer { position:relative; float: left; top: 0px; left: 0px; width: 700px; padding: 0px; padding-top: 50px; margin:0px; margin-top: 10px; border-top: solid silver 1px; } div.airinc { position: relative; float:left; left: 0px; top: 0px; padding: 0px; margin: 0px; } div.etf { position: relative; float:left; left: 0px; padding: 0px; margin: 0px; margin-left: 20px; vertical-align: bottom; } div.traqs { position: relative; float:left; left: 0px; padding: 0px; margin: 0px; margin-left: 20px; vertical-align: bottom; } [/code] My problem is I really cannot figure out my logos won't align at the bottom rather than the top. Can anyone help me with this please? [small](Edited by [url=http://www.ozoneasylum.com/user/5434]kimson[/url] on 09-26-2006 11:56)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »