ubilli Posted April 1, 2013 Share Posted April 1, 2013 please how can i use css to make my page orderly when zoomed out and in without the elements scatering what code can i use please... Link to comment Share on other sites More sharing options...
newseed Posted April 2, 2013 Share Posted April 2, 2013 You will need to use em's to size everything so that it will resize itself based on the screen resolution size. You may want to read up on viewport. Just google it. Here's a meta tag to get your started. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now