Thread: background image
Results 1 to 10 of 10
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
-
05-05-2002, 09:56 PM #1
background image
How do I use an image for a background without it repeating/tiling itself? I just want the one image as the background - one tile, not repeated over and over. Is there code for that, or is it more complicated?
-
05-06-2002, 09:44 AM #2
Adding BGPROPERTIES="fixed" to the BODY tag will keep your background fixed (IE only, I believe).
-
05-06-2002, 01:17 PM #3
bgproperties="fixed"?
Hmm.. that command didn't work and I'm using Internet Explorer... Any ideas?
<body background="background.gif" bgproperties="fixed" text="FFFFFF" link="CCFF99" vlink="yellow" alink="white">
-
05-06-2002, 02:31 PM #4
-
05-06-2002, 03:18 PM #5
I'm actually working on this page remotely until my mom's web hosting goes through.. then I can put it on the web. (She is having me do this webpage for her)..
I did find this at idocs.com--
BGPROPERTIES creates a "watermark" on the page, a background image which does not scroll with the rest of the page. BGPROPERTIES must be used with the value FIXED. BGPROPERTIES, a MSIE extension, must be used with the BACKGROUND attribute.
So what that does is allow the text to scroll, but the background to stay put. I have this background that kind of looks like a frame of flowers. I don't want it to repeat a hundred times on the page like you would want a seamless background to do. I just want the one image. Ehh.. why does she want this background..
-
05-12-2002, 06:53 PM #6
I am also trying to do this...
For some reason or another I cant seem to find the write html code to make the background image a single picture, not tiled.. so if you have any luck, plz let me know!!
-
05-13-2002, 03:41 PM #7
background no-repeat
You have to use CSS...
<style>
{background: white url(background.jpg) no-repeat}
</style>
you can also use the values "center" "left" and "right" after the no-repeat command.
but the picture has to be the size of the web page.. which is what i am having the problem with.. it wont stretch the image to fit.
-
05-17-2002, 02:57 AM #8
how can i save an animated background.I mean pictures in motion.what will i do so the words i'm typing will appear flaming in my website?
-
03-04-2005, 08:58 AM #9
Background Trouble
I am having a problem with getting my background with a left side border not to repeat. My friend gave me the code bgproperties="fixed" but it still repeats and now the left border is both a left and right border. I like this background that I made myself and I REALLY want to be able to use it. How can I make it work?
-
03-04-2005, 09:37 AM #10
Hi, welcome to the forums.
You can get a lot more control over your background images using CSS.
If you have any more questions please start a thread of your own. Thanks.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?