New Zenner
- Join Date:
- Jul 2007
- Posts:
- 64
- Plugin Contributions:
- 0
Make width 95% and yet shrink to 750px?
I would like to make the page width 95% and when the browser window is reduced the page shrinks to 750px. How can I achieve this?
The stylesheet currently has the page width of 95%.
mainWrapper {
background-color: #ffffff;
text-align: left;
width: 95%;
vertical-align: top;
border: 2px solid #00AFF0;
}
Your help is very appreciated!