/ Published in: CSS
Expand |
Embed | Plain Text
#container { width: 140px; border: 1px solid #666666; position: absolute; top: 0px; left: 50%; margin-left: -70px; /* width/2 */ }
You need to login to post a comment.
noelj on 07/05/11
1 person have marked this snippet as a favorite
#container { width: 140px; border: 1px solid #666666; position: absolute; top: 0px; left: 50%; margin-left: -70px; /* width/2 */ }
You need to login to post a comment.