Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to center with position fixed

position: fixed;
width: 500px;
height: 200px;
margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
left: 0;
right: 0;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #position #fixed
ADD COMMENT
Topic
Name
5+2 =