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

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -