English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am doing a web site and have designed a background picture for the site. Is there anyway of stopping it tiling on a higher resolution screen, or are there settings that will adjust the whole page to accomodate the size of the screen it is being viewed on

2007-02-27 08:48:02 · 4 answers · asked by dave 1 in Computers & Internet Programming & Design

4 answers

Here is a good page to tell you how to do that:
http://www.sightspecific.com/~mosh/WWW_FAQ/bgfixed.html

2007-02-27 08:51:32 · answer #1 · answered by Yoi_55 7 · 0 0

use this CSS code:

body { background: url(image.jpg) transparent top left no-repeat; }

You can either put this in your external style-sheet if you have one, or surround it with tags in your header. image.jpg will need to be in the same directory as the style sheet or the html file with the CSS code in it.

CSS can do amazing things, man. You're living in the dark ages without it.

2007-02-27 08:55:15 · answer #2 · answered by Anonymous · 0 0

Use photoshop or distinctive appropriate image modifying application, and it is going that can assist you %. purely the guy (making use of the lasso gadget) you would be able to delte the historical past interior the image, and then conceal a ineffective ringer for the guy and charm to each place the historical past, then you definately have gained a funky historical past! :)

2016-10-16 21:54:03 · answer #3 · answered by didden 4 · 0 0

With CSS you can use the following:

background:url(bgImage.jpg) no-repeat;

2007-02-27 08:52:50 · answer #4 · answered by samoscratch 2 · 0 0

fedest.com, questions and answers