View Single Post
Old 03-15-2013, 01:59 PM   PM User | #1
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
Question responsive header image width not right?!

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
jarv is offline   Reply With Quote