OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Right Align a Block Element within another Block Element
This page's ID:
22827
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
umm ... is this what you're trying to achieve? [code]<html> <head> <title>test</title> <style type="text/css"> #TEST { position: absolute; right: 0px; border: 1px solid black; width: 400px; height: 300px; } #TEST2 { position: absolute; right: 0px; border: 1px solid black; width: 100px; } </style> </head> <body> <div id="TEST"> <div id="TEST2">testing</div> </div> </body> </html>[/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »