Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css keep element on same position among different screen size

nav {
    position: absolute;
    top: "your percentage";
    left:0;
    right:0;
    margin:0 auto;
    border: solid;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #element #position #screen #size
ADD COMMENT
Topic
Name
7+1 =