----- Original Message ----- From: "Troy Harshman" <[email protected]> > also. Here's some sample code.. > > <html> > <head> > <style type="text/css"> > .line {clear:left;} > ul {margin:7px 9px 0; padding:3px; list-style:none; > background:#eee; text-align:center; float:left;} > li.numerator {border-bottom:1px solid #000;} > p {float:left;} > </style> > </head> > <body> > <div class="line"> > <p>In the fraction</p> > <ul> > <li class="numerator">3</li> > <li>2</li> > </ul> > <p>3 is the numerator and 2 is the denominator.</p> > </div> > <div class="line"> > <p>In the fraction</p> > <ul> > <li class="numerator">1</li> > <li>2</li> > </ul> > <p>1 is the numerator and 2 is the denominator.</p> > </div> > <div class="line"> > <p>In the fraction</p> > <ul> > <li class="numerator">6</li> > <li>18</li> > </ul> > <p>6 is the numerator and 18 is the denominator.</p> > </div> > </body> > </html> > Troy, I am trying to paste your code in my markup and style sheets. Tomorrow I will not work in it, but on Saturday the page will have been done or questions I will have to you. Thanks !
Eduardo ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
