Hey guys I am having trouble with my CSS. I am doing work with Drupal and I am re-styling the CSS for the site. I have it laid out the way I want buy on some web browsers my wrapper or the center of the page where the content is does not proportion itself to the browser it is usually off to the right.
Here is the wrapper code. Let me know if you need any more info.
#wrapper {
margin-top:50px;
margin-right: 230px;
margin-left: 230px;
padding: 0 10px;
width: 940px;
background: #666666;
border:solid #50021B 5px;
Thanks in advance,
Justin