Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

display inline-block not working

.ex, .ex2, .ex3 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    height: 100%;  /* no need of height: 200px; here */
}                  /* if you need to extend it to parent height */
                   /* then use height: 100% */
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #display #working
ADD COMMENT
Topic
Name
6+3 =