Re: [css-d] Floated blocks inside list items

2005-06-24 Thread Mike
On 6/23/05, Philip Wills [EMAIL PROTECTED] wrote: 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; } Phil, That border did the trick. I don't begin

Re: [css-d] Floated blocks inside list items

2005-06-23 Thread Philip Wills
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=buttoninput type=button value=Answer //div div class=questionQuestion text/div /li

Re: [css-d] Floated blocks inside list items

2005-06-20 Thread Jason Mark Roehrig
Mike wrote: li div { float: left; } Change to: li div {display:inline;} __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] Floated blocks inside list items

2005-06-20 Thread Mike
On 6/20/05, Jason Mark Roehrig [EMAIL PROTECTED] wrote: Mike wrote: li div { float: left; } Change to: li div {display:inline;} thanks for the response. However, that wouldn't produce the desired result. that would just make the button appear at the end of the question text because the