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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -