Forum Moderators: not2easy
I'm having trouble styling a <fieldset> in a form in Opera. The other browsers correctly display it, but Opera always uses the default grey 'system' colours.
CSS:
fieldset { border:0; margin-bottom:5px; margin-left:5px; padding:5px; }
I've tried border:0px and border:1px solid black; (black being the background colour of the page, so it doesn't show up), but Opera chokes on all of these..
Can anyone help?
Alex ...