two background images working together?, i need to put an image repeating down sides, with my center overlay |
two background images working together?, i need to put an image repeating down sides, with my center overlay |
May 26 2007, 03:37 PM
Post
#1
|
|
![]() I'm Jc ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 13,619 Joined: Jul 2006 Member No: 437,556 |
im making an overlay for my profile
so in the code it says body { background-color: 660000; background-image: url("http://i6.photobucket.com/albums/y242/brooklyneast05/Myspace/ok.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: top center } that works fine, the problem is that i want another image going down each side, repeating, with my main overlay image still in the center im not sure where i can put the url to the side image so that it will show up. if i put this in body { background-image: url(http://i6.photobucket.com/albums/y242/brooklyneast05/Myspace/Myspace_v2_by_wireless_studios.jpg) ; background-repeat: repeat-y ; background-position: top left; line-height: 14px; cursor: default; background-color: 660000;} i see the side image, but i no longer see my main over lay image in the center. id appreciate any advice on what i need to do, thanks |
|
|
|
brooklyneast05 two background images working together? May 26 2007, 03:37 PM
Maestro How about you put your main overlay image in image... May 26 2007, 03:45 PM
brooklyneast05 and i put both of these in my about me section?
j... May 26 2007, 04:07 PM
Maestro Yeah. That should work fine. May 26 2007, 04:09 PM
brooklyneast05 hmmmm
the main overlay image still doesn't sho... May 26 2007, 04:13 PM
Maestro Can you post the link to your myspace? May 26 2007, 04:20 PM
brooklyneast05 http://profile.myspace.com/index.cfm?fusea...iendi... May 26 2007, 04:22 PM
Maestro Okay, paste the code below before all of your css,... May 26 2007, 04:29 PM
brooklyneast05 hmmm
well i put the code before my css code
and it... May 26 2007, 04:35 PM
Maestro Hmmm. Let's see. Scratch what I just told you ... May 26 2007, 04:41 PM
brooklyneast05 i put that in
at the top of my about me section
t... May 26 2007, 04:46 PM
brooklyneast05 well
the first time i forgot to add the code at th... May 26 2007, 04:50 PM![]() ![]() |