Forums

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

Home Forums CSS I can’t use my form!!!

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

    I put up a form but i can’t even click on it. Whats wrong?

    http://www.sgw.com/Testing/Tom/index.html

    #118141
    theCSSguru
    Member

    You need this in your footer:

    #footer {
    clear: both;
    }

    Otherwise your footer is overlapping your form.

    or remove the float from #form, since you have left margin

    #118142
    djrolstad
    Participant

    I tried this but it doesn’t seem to work. I’m using Chrome atm

    #118145
    theCSSguru
    Member

    Both solutions worked just fine for me using Chromes inspect tool.

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