Re: display property proposal: block-inline

So no other advice? That's it?

On Thu, Dec 9, 2010 at 6:37 PM, Aryeh Gregor <Simetrical+w3c@gmail.com> wrote:
> On Wed, Dec 8, 2010 at 7:53 PM, Antoine Sanchez <ckkoshi@gmail.com> wrote:
>> Ok, today I can do something like:
>>
>> <span style="display:block;font:10px monospace;background:blue;">
>>  <span style="display:inline-block;width:25%; font:11px arial;background:red;">
>>  <a href="#">1</a>
>>  <a href="#">2</a>
>>  </span>
>>  <span style="margin-left:-1ex;display:inline-block;width:75%;
>> font:11px arial;background:green;">blabla</span>
>> </span>
>>
>> But, I think there's something wrong, no?
>
> I don't understand what you're saying.
>

Received on Thursday, 9 December 2010 19:50:39 UTC