Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to give height equal to parent height css

.parent { display: table; }
.parent > div {display: table-cell; width:50%; }
/*omit width:50% for auto-scaled column widths*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #give #height #equal #parent #height #css
ADD COMMENT
Topic
Name
3+9 =