Created
December 5, 2012 09:30
-
-
Save hulufei/4214261 to your computer and use it in GitHub Desktop.
Make fixed element relative some elements other than document
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
.page { | |
width: 40em; | |
} | |
.tip { | |
position: fixed; | |
left: 50%; | |
bottom: 0; | |
margin-left: 20em; /* $pageWidth / 2*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate /hulufei/9063571