[thelist] Opera fieldset border bug

Andy Budd andy at message.uk.com
Wed Jul 23 05:33:12 CDT 2003


Hi folks,

Had some feedback that there were some issues with out new site on 
Opera 7.x so have been trying to tweak the site/code.

Apparently Opera seems to give fieldsets a border, even if you've 
specified {border: none} in the stylesheets.

I had a bit of a play

http://www.message.uk.com/fieldset_test.htm

and found that the best fix is to add this ti your stylesheets

fieldset {
	border:solid 0 transparent;
}




<tip type="CSS: Opera fieldset border bug" author="Andy Budd">
Apparently Opera seems to give fieldsets a border, even if you've 
specified {border: none} in the stylesheets.

To get around this use:

fieldset {
	border:solid 0 transparent;
}

in your stylesheets
</tip> 



More information about the thelist mailing list