Computing.Net > Forums > Web Development > Website Background Images

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Website Background Images

Reply to Message Icon

Name: Rider3
Date: April 15, 2005 at 10:55:07 Pacific
OS: XP
CPU/Ram: 512
Comment:

A simple HTML problem I hope! I have a background image for my website which is 1024*768 in size. The problem is that the image becomes a tiled image. I just want it to be one image. can anyone help??

Thanks in advance Jason



Sponsored Link
Ads by Google

Response Number 1
Name: Jamie_McCoy
Date: April 15, 2005 at 12:21:21 Pacific
Reply:

use javascript to detect screen resolution, and output da appropriate sized image


roamhosting.net


0

Response Number 2
Name: Michael J (by mjdamato)
Date: April 15, 2005 at 13:59:27 Pacific
Reply:

Use CSS with the property for background-repeat like this:

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

See this page for more info: http://www.w3schools.com/css/pr_background-repeat.asp

Michael J


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Website Background Images

background images won't load www.computing.net/answers/webdevel/background-images-wont-load/272.html

background image wrapping in cell www.computing.net/answers/webdevel/background-image-wrapping-in-cell/1964.html

Huge background image www.computing.net/answers/webdevel/huge-background-image/440.html