![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 86
Rep Power: 0
![]() |
a set backround?
i dont know if any of you ever had a desktop backround picture that wasnt big enough to fit the whole screen
but when when the preferences are set at "tile"(the other ones are "stretch" and "center")the picture diplays itself aligned to the left and top, then the picture repeats next to it and under it until the desktop is full of the same picture i think you get my point anyway... say i have a webpage and a backround picture(big enough to cover the whole screen)and when you scroll down the picture repeats what if i wanted the picture to stay in the same place and everything else to scroll up and down how would i do that? Last edited by arod199113; Mar 17th, 2005 at 7:00 PM. |
|
|
|
|
|
#2 |
|
Professional Programmer
|
you can use the fixed property of CSS to set that up.
Dizz |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2005
Posts: 86
Rep Power: 0
![]() |
im still fairly new to html(off and on for about only 2 weeks)
so i really dont know what you mean by "the fixed property of CSS" if you or someone else could be a little more specific i would greatly appreciate it |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() |
Well, yuor going to have to learn a bit of CSS to know what the fixed property is. You could also do it with javascript, but it wouldn't be pretty code, plus it's javascript....and we all know how much it sucks.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Apr 2005
Location: Kansas
Posts: 22
Rep Power: 0
![]() |
Correct me if I'm wrong but isn't also browser dependent? Like the fixed property will work in IE but not Mozilla? or maybe I'm thinking of something else
![]() |
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Nope... it's browser-independent:
background: #FFFFFF url("blah.jpg") no-repeat fixed; |
|
|
|
|
|
#7 |
|
Programmer
|
Also:
<body background="moo.jpg" bgproperties="fixed"> ![]()
__________________
I had a dream that Triumph the Insult Dog owned Microsoft... How...appropriate. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|