Re: [css-d] Fieldset woes

2005-08-05 Thread Jan Brasna
Can you please provide some explanation for the styles you posted? What are they supposed to do? It fixes the background overflow from fieldset in IE. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-

Re: [css-d] Fieldset woes

2005-08-05 Thread Zoe M. Gillenwater
Jan Brasna wrote: fieldset { padding: 1em; margin-top: 1em; background: #f0f5f8; border: 1px solid #d7e7f2; } legend { font-weight: bold; color: #2a699e; padding: 0.3em; } * html fieldset { position: relative; padding-top: 2.5em; } * html legend { position: absolute; t

Re: [css-d] Fieldset woes

2005-08-04 Thread Jan Brasna
fieldset { padding: 1em; margin-top: 1em; background: #f0f5f8; border: 1px solid #d7e7f2; } legend { font-weight: bold; color: #2a699e; padding: 0.3em; } * html fieldset { position: relative; padding-top: 2.5em; } * html legend { position: absolute; top: -0.6em; left:

Re: [css-d] Fieldset woes

2005-08-04 Thread Zoe M. Gillenwater
Vincent Hide wrote: I have however noticed some issues in IE with fieldset. The form is here and as you can see if you look in IE, the background color of the fielset is overlapping outside of it's area (at the top edge). This is a known problem in IE with fieldsets, and I'm not aware of a

[css-d] Fieldset woes

2005-07-29 Thread Vincent Hide
Hi All, I have been experimenting with creating forms without tables. I like it. I have however noticed some issues in IE with fieldset. The form is here and as you can see if you look in IE, the background color of the fielset is overlapping outside of it's area (at the top edge). Also the mar