html - CSS - td width/height 100% - height not working -
here fiddle of page.
http://jsfiddle.net/3bukd/embedded/result/
in content can see key matrix 2 sets of buttons, 1 of top, 1 of left. problem buttons of left button set won't have height strechted 100% of parent td. i've set both width , height 100%, width working.
.layout input[type=button] { display: block; margin: 0 auto; width: 100%; height: 100%; }
how can fix please ? !
Comments
Post a Comment