OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Need CSS Layout help
This page's ID:
25867
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
real sloppy: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <style type="text/css"> @media screen { body { margin: 0; padding: 15px; } div { border: 1px solid black; margin: 3px; } p { margin: 1em; } #uber { padding: 0 0 3px 0; } #left { width: 300px; float: left; position: relative; bottom: 3px; } * html #left { right: 3px; } #right { margin: 0 3px 0 308px; } } </style> </head> <body> <div id="uber"> <div id="header"> <p>Lorem</p> </div> <div id="left"> <p>Lorem</p> </div> <div id="right"> <p>Lorem</p> <p>Lorem</p> </div> </div> </body> </html>[/code] [small](Edited by [internallink=25202]reisio[/internallink] on 05-26-2005 20:11)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »