OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Positioning Tables With CSS
This page's ID:
27194
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
[quote][b]Skatefx said:[/b] What purpose does this code serve? [code]html { overflow: hidden; }[/code][/quote] Kills the scrollbar that IE has on by default. [quote][b]Skatefx said:[/b] and the two 0's in this: [code]margin: -300px 0 0 -200px;[/code][/quote] That's shorthand for: [code]margin-top: -300px; margin-right: 0; margin-bottom: 0; margin-left: -200px;[/code] http://www.w3.org/TR/CSS21/box.html#propdef-margin [small](Edited by [url=http://www.ozoneasylum.com/user/5575]reisio[/url] on 12-22-2005 13:49)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »