On Jul 1, 2006, at 8:52 PM, francky wrote:

> Micky Hulse wrote:
>
>> Micky Hulse wrote:
>>
>>
>>> Search for "Legend":
>>> <http://archivist.incutio.com/viewlist/css-discuss/?search=legend>
>>>
>>> Search for "Fieldset":
>>> <http://archivist.incutio.com/viewlist/css-discuss/?search=Fieldset>
>>>
>>>
>> This thread in particular might be helpful (one of my favorite CSS-d
>> list emails):
>>
>> Legend of the Fieldset
>> <http://archivist.incutio.com/viewlist/css-discuss/71082>
>>
>>
> Yes!  :-)   - It triggered my inspiration to try a variant: another
> young html monkey
> <http://home.tiscali.nl/developerscorner/css-discuss/test-monkey- 
> new.htm>.

This doesn't work as you intended in Firefox 1.5 and up (and Camino,  
SeaMonkey1.0x,...). The div covers up the legend.

Here are the rules that govern the display of the <legend> in Gecko  
1.8+ (found in res/forms.css):
> legend {
>   padding-left: 2px;
>   padding-right: 2px;
>   border: none;
>   position: static ! important;
>   float: none ! important;
> }


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to