Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [SOLVED] Form elements are stepping down in safari

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25343
    brianatlarge
    Member

    Site: http://brianfarris.net/contact/

    It looks great in firefox… unfortunately, not so much in safari.

    Anyone see this happen before?

    #60122
    TheDoc
    Member

    It shouldn’t be causing a problem but I think it is… the labels are being floated left, and yet, each label is actually within a <p>, so it really shouldn’t matter anyways. Try removing the float and see what you get.

    #60186
    nikki
    Member

    Steps down in Firefox, but not Safari for me. Adding "clear: left" to the label fixes it in FF.

    #60295
    brianatlarge
    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.