Created
May 29, 2015 08:24
-
-
Save brgnepal/fc15d00524603b9959f0 to your computer and use it in GitHub Desktop.
Split div into three equal parts: snippet 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.splitter_panel .vsplitter { | |
position: absolute; | |
right: 0; | |
top: 0; | |
bottom: 0; | |
width: 6px !important; | |
background-color: gray; | |
cursor: ew-resize; | |
line-height: 15px; | |
font-size: 14px; | |
overflow: hidden; | |
} | |
.splitter_panel .vsplitter:before { | |
content: ' * * * '; | |
color: white; | |
position: absolute; | |
top: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment