css - Some of my text fields and text areas cannot be clicked for data entry -


after applying css 1 of forms, of fields cannot accessed without tabbing them. applying relative positions, padding, , float. cause of problem?

when using positioning might have positioned form under other element , click in 1 instead on form.

  • try on top layer. can specifying z-index higher value.

    input { z-index:2;}

  • or move somewhere else temporarily see if under other element.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -