FIT TO BROWSER??
Permalink
I have a background image on my website, but when someone is on a bigger monitor or expands their browser, the background image stays the same size, and the extended area shows nothing but blank space. How can I make the background image expand WITH the browser size? The current code I'm using looks like this:
#body{ position: relative; width: 100%; } html, body { height: 100%; font-family:Arial, Helvetica, sans-serif; } body { padding: 0px; background: url(web_bknd.jpg) no-repeat; }