Hi Mike,

The following appears to work at least for the small test case:

li {clear: both;  border: 1px solid white;}
.question { margin-right: 200px; }
.button { width: 15%; float:right; }

<ol>

 <li>
 <div class="button"><input type="button" value="Answer" /></div>
 <div class="question">Question text</div>
 </li>
</ol>

Without the border the question text drops down in IE and if you put
any  width, or float the question then the numbers disappear.

Hope that helps.

Phil Wills
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to