I have a small repeating image at the top of the page that is currently at 100% width but I want to call it in to 953px width and centre it in any browser. Obviously the width is easy but I cannot get it to centre, it stays off to the side. The line currently looks like this
#all_top{ background:url(images/all_top.png) repeat-x right top; width:100%; height:40px;position:absolute; margin-bottom:-5px;z-index:1;}
This will probably answer its self after I find out about the other but this is the same look at the bottom of the page, but is just a band of colour made without an image?
#all_bottom{background:#603604; width:100%; height:27px;position:absolute; bottom:0px;}
Both these codes are on one line in the sheet.
Thanks
Nat