March 18, 200917 yr Hi, I am wondering if there is a way to use css to make the background image width 100%, i have tried width:100% So i am very confused Cheers Mike
March 18, 200917 yr no you can't do this in css as you image will only be as big as it is and then repeat (should you tell it to). You could set the width and height of an image in the html file, I also think there is a JS way of doing it too. But actually manipulate the image that way with css is not possible.
March 18, 200917 yr Wouldn't this pixelate on larger resolutions? Unless you mean repeat, not stretch?...
March 18, 200917 yr If you really need to do this this link could help you. http://webdesign.about.com/od/css3/f/blfaqbgsize.htm Pat
March 18, 200917 yr Author Thankyou all, i have been struggling trying to get it working for a while lol, should have asked here sooner. Mike
Create an account or sign in to comment