When you hover over an input field in the table, the entire cell turns grey except for a few pixels at the top. Why is that? I've tried setting everything I can think of (margin, padding, box-shadow, etc) to 0
or none
, but to no avail.
CSS background property applied to HTML Input element within Table cell
167 views Asked by ericgrosse At
2
You've not defined a height on the Input field, therefore it's smaller than the containing td
http://jsfiddle.net/oe2ofup6/2/