In order to better balance out a page I am working on I would like to find a way to increase the top margin of a DIV depending on the screen resolution. What is my best way to set these dimensions with jQuery or Javascript?
Thanks in advance. Brad
|
In order to better balance out a page I am working on I would like to find a way to increase the top margin of a DIV depending on the screen resolution. What is my best way to set these dimensions with jQuery or Javascript? Thanks in advance. Brad
| |||
|
feedback
|
|
To get screen resolution in JS use
Based on that values you can calculate your margin to whatever suits you. | |||||||||
feedback
|
|
Here is an example on how to center an object vertically with jQuery:
But you could easily change that to whatever your needs are. | |||
|
feedback
|
|
Check out the jQuery dimensions plugin | |||
|
feedback
|
|
Another example for vertically and horizontally centered div or any object(s):
| |||
|
feedback
|