OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Help with Absolute Positioning
This page's ID:
22558
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
okay, here is something without tables that seems to work: <style type="text/css"> p { margin: 0; width: 75px; height: 100px; display:block; float:none; border:1px solid #cecece; } #schedule_squad1 { position:absolute; top: 100px; left: 100px; height: 400px; width: 77px; display:block; float:none; border:2px solid black; } #schedule_squad1 p { height: 100px; } #schedule_squad2 { position:absolute; top: 100px; left: 200px; height: 600px; width: 77px; display:block; float:none; border:2px solid black; } #schedule_squad2 p { height: 150px; } </style> </head> <body> <div id="schedule_squad1"> <p>G1 - S1</p> <p>G1 - S1</p> <p>G1 - S1</p> <p>G1 - S1</p> </div> <div id="schedule_squad2"> <p>G1 - S1</p> <p>G1 - S1</p> <p>G1 - S1</p> <p>G1 - S1</p> </div> css could probably be cleaned up a bit.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »