Hi,
I am having some problems with the width of my header imahge on my website:
http://www.jbiddulph.com/dorset/
it looks to be over size by about 30px or so?!
here is my CSS
Code:
#banner {
width: 100%;
position: relative;
text-align: left;
}
#banner ul li { list-style-type: none; width: 100%; }
#banner ul li span { padding:16px; color: #ffffff!important; background-color: #000000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6; position: absolute; top:36px; right:0px; font-size: 1.6em;}
#banner ul.slideshow { width:100%!important; }
#banner ul.slideshow li { width:100%!important; }
thanks
J