View Single Post
Old 10-10-2012, 02:07 PM   PM User | #4
jamaks
New Coder

 
Join Date: Sep 2012
Location: Scottish Borders
Posts: 36
Thanks: 1
Thanked 9 Times in 9 Posts
jamaks is on a distinguished road
Hi, you could set the container width to 100% since as you rightly suggest setting it to 980px restricted this as your maximun width. However the problem comes when you are viewing on smaller monitor sizes when your content is going to be sqeezed and depending on how it is constructed likely to move out of position. The answer could be
Code:
#container{width:100%;min-width:980px;}
Jim
__________________
Jims Way is following a strict but simple code
jamaks is offline   Reply With Quote