The website is http://www.ysgolydderwen.co.uk, basically it works on IE7 but doesnt work on IE8 or MAC browsers (safari?) the theme is "Nap" and basically the wrapper doesnt display in IE8, putting in the meta fix doesn't solve this.
This is the CSS:
/* The Wrapper */
.wrapper {
width:1000px;
margin:0 auto;
background:url(images/wrap.jpg);
background-repeat:repeat-y;
}
Can I change it to something different so that it will work in all browsers?
Thanks
Jon Roberts