Think I solved why its happening. The labels inside the fieldset had a
{margin-left:20px; text-indent: -20px;} (forget y had it rule hehe).
The negative text-indent for some reason caused an IE7-bug to show itself if
a border was set on containing fieldset element.Its still unusual, wonder what causes it. Here is a test to play with: http://arianhojat.com/temp/fieldset-bug.html On Wed, Mar 25, 2009 at 11:23 AM, Arian Hojat <[email protected]>wrote: > I set a css border (through jquery) on a fieldset. it looks fine in IE6 and > FF. > but in IE7, i see that the green top border of the fieldset seems to repeat > on form elements inside the fieldset that are radio/checkboxes. > Very weird. > A pic is attached: > http://arianhojat.com/temp/fieldset-bug.jpg > Anyone ever seen this? > I can simplify the code the Content Management System is outputting and > post some code soon if its not an easy fix. > Thanks! > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
