OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
I don't even know what to call this...
This page's ID:
10628
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
mobrul: You've taken the page down but working from memory I constructed this: [code] <html> <head> <title>mobrul</title> <style type="text/css"> body { background-color: #ffffff; font: 12px; } #mainfloat { width: 50%; float: right; border: 1px solid #000000; } #leftColumn, #rightColumn { width: 49%; float: left; border: 1px solid #0000ff; } #topLeft, #bottomLeft, #topRight, #bottomRight { border: 1px solid #ff0000; } </style> </head> <body> <div id="mainfloat"> <div id="leftColumn"> <div id="topLeft">text top left</div> <div id="bottomLeft">text bottom left</div> </div> <div id="rightColumn"> <div id="topRight">text top right</div> <div id="bottomRight">text bottom right</div> </div> </div> <p>Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text Main text</p> </body> </html> [/code] The only main problem (once the borders are removed because the fluid float problem and IE/Win's box model problems come into play while they are there) I've found in my testing if the one I have run across before in that NS6.1 runs the text right under the floated box (this is an improvement as Op5 no longer does this so the NS problem should be fixable). Anyway have a look at that and a play and see if it suits and if you or anyone discovers how to fix the NS6.x problem I would be very grateful but I'll keep plugging away and see what I come up with. [edit: code to stop scrolling] Emps [img]http://www.miscminutiae.com/sig/emps_oz_sig.gif[/img] [b]You're my wife now Dave[/b] [This message has been edited by Emperor (edited 11-25-2001).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »