Forums

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

Home Forums CSS [Solved] Form inputs and hyperlink not working

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

    Hi all,

    My form inputs, email, password etc don’t work following adding my css styles. Also, my hyperlinks seem disabled. What can be the problem. Please help. p.s. I used both fixed and relational positioning.

    #173428
    Billy
    Participant

    From what you’ve described, it is possible that a transparent layer is above your form elements and hyperlinks (which only happens with relative, fixed and absolute positioning), which would not be letting the clicks pass through to the elements below.

    Try giving positive z-index values to the containers of the element, or see if there is such a container that is below them in your HTML, which could be taking up the space and covering them up.

    #173429
    Paulie_D
    Member

    Without seeing it we can’t comment except to make some guesses.

    Do you have a link?

    #173434
    fatihtir
    Participant

    Thank you very much. I finally managed to find the problem. It is a z-index=-1 line forgotten in the main container class.

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