OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
CSS means Constantly Sickening & Stupid!!
This page's ID:
28869
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
[code]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <style type="text/css"> #wrapper { width: 711px; margin: 0 auto; } </style> </head> <body> <div id="wrapper"> <h1> <a href="#">Los Angeles Street Art</a> </h1> <ul id="nav"> <li id="gallery"> <a href="#">Gallery</a> </li> <li id="street"> <a href="#">Street</a> </li> <li id="sketches"> <a href="#">Sketches</a> </li> <li id="submit"> <a href="#">Submit</a> </li> <li id="kontakt"> <a href="#">Kontakt</a> </li> </ul> <div id="content"> <p>foo</p> <div class="bottom"></div> </div> </div> </body> </html>[/code] [b]margin: 0 auto;[/b] sets top and bottom margins to [b]0[/b], and left and right to [b]auto[/b]; it's just less to type than [b]margin-left: auto; margin-right: auto;[/b]. [url=http://w3.org/TR/CSS21/box.html#propdef-margin][*][/url] [small](Edited by [url=http://www.ozoneasylum.com/user/5575]reisio[/url] on 02-01-2007 02:51)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »