OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
position something at bottom of the page
This page's ID:
22755
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
i have had trouble with this before.. there are a few options i know of, a simple way is to create that bottom element and make it relative, then place thise below your content element which is also releative. This means it will always be pushed below the content element. An alternative to this is to set the image u want at the bottom as the background image for the content element, and position it center bottom or something. This also works, however can be a problem when you also want a background image at the top. Another option yet again is to do basically the same as the first option but place it within the content element, i prefer just putting it as a footer below the content element myself but it depends what you are doing.... [code] CSS->> .content{ position:relative: background-image:url(contentimage.jpg); } .footer{ position:relative: background-image: url(footer.jpg); } HTML->> <div class="content"> <h1>blah blah</h1> <p>blah blah blah..</p> </div> <div class="footer"></div> [/code] etc.. hope it helps
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »