[EMAIL PROTECTED] wrote:
> Hi,
> 
> Having some real problems with styling and formatting the following form 
> elements. I don't seem able to have any impact on them at all...
> 
> <legend>, <fieldset>  ...

I dunno. It's always worked for me. They're awkward to style, but it's far from
impossible. For example, I've just tried this code in IE 6 and Firefox 2 in
Windows 2000:

   <style>
    fieldset { border: 3px double green }
    legend { color: red }
   </style>

   ...

   <fieldset>
   <legend>Foo</legend>
   <p>This is a test
   </fieldset>

I get quite a different appearance in both, but the changes I specifically
requested, are applied correctly.

I think we'd need to see sample code and a list of which browsers you've tried
the code on.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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