This is a discussion on "background IMAGE"S" need one on left one on right" within the Web Page Design section. This forum, and the thread "background IMAGE"S" need one on left one on right are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
background IMAGE"S" need one on left one on right
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
background IMAGE"S" need one on left one on right
hey im makin a new site for personal stuff and i want one image on the left hand side and one on the right. i have the left hand side just not the right couse i wasnt sure how to do it so instead of fin up my site i thought id ask the allmight css gods lol HOLA BACK !
-bruno your long lost spammer! |
|
|
|
||||
|
Re: background IMAGE"S" need one on left one on right
Since you haven't given us any code, I'm gonna have to assume that you have applied your background to the body { } or a div { }. If that's correct, then you'll need to apply the 2nd background to a (or another) div.
In CSS3 you'll be able to apply multiple backgrounds to the same element but then you'll have to wait to use it 'cause IE probably won't support it |
|
|||
|
Re: background IMAGE"S" need one on left one on right
damn thats anoying urm heres the code i used
body { background-image: url(images/layout_images/background.png); background-repeat: repeat-y; margin-top: 0px; margin-bottom: 0px; background-color: #4295C4; } and im new to css i only have basic knowlage ( yes i know its the same with all coding! ) so yeah ho do i do what you said? |
|
|||
|
Re: background IMAGE"S" need one on left one on right
yeah iv got all the images i need just not the knowlage of how to put them were i want them lol
|
|
||||
|
Re: background IMAGE"S" need one on left one on right
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: background IMAGE"S" need one on left one on right
cheers but does anyone know how to do 2 background images or is it imposible?
|
|
||||
|
Re: background IMAGE"S" need one on left one on right
Quote:
Quote:
|
|
||||
|
Re: background IMAGE"S" need one on left one on right
it can be done with some creative div use. One method could be to have a wrapper with one background then your container with the other.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: background IMAGE"S" need one on left one on right
I think that basically if you divide the page up into 2 divs like everyone says, you should be able to do it, then you could assign 1 background for each element. Just make sure there is no margin or border and stuff, and it would be able to mock your idea.
Would the z index be helpful with this at all? Just a thought. |
|
|||
|
Re: background IMAGE"S" need one on left one on right
ok got ya and karinne sorry i didnt get it at first but i do now
|
![]() |
| Tags |
| backgrounds |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] About "background-image: fixed;" Scrolling Issues | doctypedeclaration | Web Page Design | 9 | Apr 13th, 2008 18:54 |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |