overflow:auto;
margin: 0 auto;
padding-top:20px;
min-height: 100%;
border: 1px solid black;
background: #E8E8E8;
-moz-box-shadow: 0 0 30px 5px #999;
-webkit-box-shadow: 0 0 30px 5px #999;
I may not have provided the sufficient information to help anyone answer my question and so if there is any need for more info, please tell me.
Your help is very much appreciated.
The div width is probably not changing because you don’t seem to have a width property:value assigned to it. You need to include width:200px or width:100% or something along those lines.