Home › Forums › CSS › [SOLVED] Form elements are stepping down in safari › Re: [SOLVED] Form elements are stepping down in safari
July 6, 2009 at 1:25 am
#60295
Member
Really weird. I fixed it by putting in
Code:
fieldset p {margin: 5px 0;}
Apparently there wasn’t enough space on the top and bottom for Safari or there were some conflicting issues with how safari was rendering something dealing with the labels. Not sure… but, it’s fixed now.