css applying a percentage to the height? -
in css code how percentage work, 100% of what?
.menu-side { background-color:#333; border-right: 1px solid #000; color:#fff; position:fixed; top:0px; left:0px; width:210px; height:100%; }
Comments
Post a Comment