OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
two styles in line without span?
This page's ID:
11136
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <style type="text/css"> body {color: #000000; background: #ffffff;} .cap {width: 400px; text-align: center; font-weight: 600; background: blue;} .main { width: 400px; margin:0px; border: 1px #9b9b9b solid; padding: 0px; margin: 0px; } .rbox {width: 30%; float: right; text-align: left; line-height: 20px; } .lbox {width: 70%; float: left; line-height: 20px; } ul { margin: 5px; padding: 0px; } .left li { text-align:left; margin: 0px; padding: 0px; list-style-type: none; display: block; width: 100%; } .right li{ text-align: center; margin: 0px; padding: 0px; list-style-type: none; display: block; } #x {background: black; color: white; font-weight: 500;} #x2 {background: red; color: blue; font-size: 115%;} </style> </head> <body> <div class=cap>Dimensions of Product XYZ</caption></div> <div class="main"> <div class="rbox"> <ul class="right"> <li id="x">Size (in mm)</li> <li>4-7</li> <li>~60</li> <li>11-13</li> <li>16-31</li> </ul> </div> <div class="lbox"> <ul class="left"> <li id="x2">Dimension</li> <li>Hatch Size (min-max in mm SL): </li> <li>Preanal Length (SL): </li> <li>Flexion Length (in mm SL): </li> <li>Length of Transformation (in mm SL):</li> </ul></div> </div> </body> </html> [This message has been edited by skyetyger (edited 01-25-2004).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »