Jump to content

change page according to monitor resolution


asko1981

Recommended Posts

Using relative sizes probably. In other words: percentage values(like 100%) I think.

Link to comment
Share on other sites

in css

.someClass{width:100%}

HTML with inline css

<div style="width:100%"></div>

This will cause the elements to take up 100% of the available space and if the window is resized the page will resize it self to match.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...