Forums

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

Home Forums CSS [Solved] Button Misaligned, please help?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #192076
    EGS
    Participant

    I have played with this blasted code for hours and can’t firgure our what’s causing the submit button on the top bar to be misaligned with the input boxes. Can someone take a glance and tell me what’s causing it?

    http://www.brooketidball.com/

    #192080
    Tom
    Participant

    Only had time for a quick look but the text fields have a margin-bottom of 10 pixels, if you add margin-bottom: 10px; to the submit button it’ll line up.

    #192083
    EGS
    Participant

    Thanks for answering! I have no play time left with it today. I did change that in the input[type=”submit”] css and it didn’t work. I’ll be back at this in a couple of days and see if it should have gone someplace else.

    #192463
    EGS
    Participant

    Ok. I’ve hunted through code and played for hours again. What I ended up doing was removing the margin from the text areas AND adding a margin-top: -10px; to my submit. Feels hacked, but it works.

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