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
Post a Comment