Created
August 25, 2008 02:00
-
-
Save erichocean/7021 to your computer and use it in GitHub Desktop.
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
#left { | |
position: absolute; | |
top: 0px; | |
width: 200px; | |
bottom: 0px; | |
left: 0px; | |
padding: 0px; | |
margin: 0px; | |
border: none; | |
} | |
#divider { | |
position: absolute; | |
top: 0px; | |
width: 9px; | |
bottom: 0px; | |
left: 200px; | |
padding: 0px; | |
margin: 0px; | |
border-top: none; | |
border-right: 1px solid gray; | |
border-bottom: none; | |
border-left: 1px solid gray; | |
} | |
#right { | |
position: absolute; | |
top: 0px; | |
right: 0px; | |
bottom: 0px; | |
left: 211px; | |
padding: 0px; | |
margin: 0px; | |
border: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment