Thread: Background Image
Results 1 to 5 of 5
Related
-
Having trouble adding top image over background image Forum: Myspace Forum
Replies: 3 -
DIV with image as background Forum: CSS Forum
Replies: 2 -
td background image Forum: CSS Forum
Replies: 3 -
Background image Forum: HTML Forum
Replies: 4 -
Can't get image to set as background Forum: HTML Forum
Replies: 4
-
10-04-2003, 09:55 PM #1
Background Image
I am having trouble putting in a background image(not a "background" image) I don't want the image to repeat. What I mean is how sometimes when you right click on something it says: "save background as" how could I do with an image to put in the background.
Thanks in advance,
Ywun
-
10-05-2003, 11:37 AM #2
Well I can asnwer your question about a not repeating background, but it will be a background image. As far as saving it as a background image (giving the user that choice) it has to be a background image.
<style type="text/css">
body
{
background-image: url("images/background.jpg");
background-repeat: no-repeat
}
</style>
-
10-06-2003, 05:46 PM #3
No, I want to know how to do this, on
ubi.com when you right-click just about anywhere(even on some images) it says save "background as" I tried to use the scipt they used but it didn't work.
How would do that?
Thanks
Ywun
-
10-06-2003, 05:50 PM #4
There is no coding - when you right click anywhere on the "background' of that site - you are clicking on the background. The background image is an image that is 200 pixels wide & 2000 pixels in length. So it is repeating - but you just cannot tell it it. Most sites create a background like this - so that it repeats but the user cannot tell it is repeating.
-
10-06-2003, 08:25 PM #5
Oh yeah! I found out how to do it!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum