On Sep 1, 2006, at 7:02 AM, Richard Grevers wrote:

>> I've found the following to work quite well in IE6...
>>
>> @media screen {
>> * html legend {
>> margin: -24px 0 0 0;
>> position: fixed;
>> line-height: 1.4;
>> }
>> }
>>
> Thanks Georg,
> It worked fine with the margin changed to -1em.
> You also need to define a top margin on the <fieldset> to avoid
> truncation of the legend.

Afaik, the same bug is present in IE 7 RC1.
That selector, however, won't be seen by IE 7.
Not difficult to work around, though, using CC.
>
> Now there's just the weird little IE quirk that the border of the
> fieldset stops 1 pixel before it touches the border of the legend. But
> I can live with that!
Some negative horizontal margins on <legend> ought to take care of  
that (-3px, I think).

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