OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
More CSS questions you've answered 1000 times
This page's ID:
28863
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
1) you have a set height for the content: [code]#main { position: relative; width:500px; height:300px; background-color: #ffffff; float:left; }[/code] since the text is longer than the height, it has no where to go but out... if you want the div to scroll, add overflow: auto; to it. if you don't want it to scroll, remove the height, or replace the height: 300px; with min-height: 300px; 2) margin bottom: 0px; is not proper css. it is margin-bottom. you can also try something like this: [code]#nav1 { position: absolute; left: 5px; bottom: 0; width: 76px; height: 17px; background: url(button.gif) no-repeat left bottom; text-align: center; }[/code] 3) looks fine. i have seen floats done different ways with the same result. as long as it works [small](Edited by [url=http://www.ozoneasylum.com/user/1841]Ensellitis[/url] on 01-28-2007 15:00)[/small] [small](Edited by [url=http://www.ozoneasylum.com/user/1841]Ensellitis[/url] on 01-28-2007 15:01)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »