with the nab bar I've made it larger to 1000 from 950 and I want it to bleed over the main page .eg 25px over the main page on each side. But when I increase the side it only adds the extra 50px to the right side and not to the left. I have made the following changes:
#navMainWrapper {
font-weight: bold;
color: #fff;
background-color:#EB3175;
height: 40px;
width: 1000px;
background-repeat: repeat-x;
margin-top: 0em;
margin-right: auto;
margin-bottom: 0em;
margin-left: auto;
How can I get the nab bar to centre on the page so that the extra 1000px nab bar is centred on the page of 950px



Reply With Quote

