|
Posted by Neredbojias on 07/11/07 18:17
Well bust mah britches and call me cheeky, on Wed, 11 Jul 2007 12:24:28
GMT Jonathan N. Little scribed:
>>> form { display: inline; }
>>
>> One thing I'm not clear on. If that technique is utilized, can one
>> still include a block-level <div> (for instance) within the form?
>>
>
> My understand a block level element must be between the form and the
> form input elements
>
> <!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form -->
>
> so you would need to add to the rule
>
> form, form * { display: inline; }
Which would remove some of the desired benefits of "block" from within the
form. Hmm, your answer differs from Ben C's somewhat. How about a div in
a div, the outer div being styled to inline? Something like that is what I
am really questioning in the first place.
--
Neredbojias
A self-made man who worships his creator
Navigation:
[Reply to this message]
|