Hi, check this site jetemerde.fr (it s a fmylife script clone) at the moment background is just a small jpg image but I want to change it, what I want is to place a different image in both side. looking to change the background and trying to find on internet how to add 2 images in CSS, but I can't find it could anyone help me with this? regards
Hi, As mentioned above you can't add more than one background image to any element inside the CSS. So if you want 2 bg images then you need two elements to place them on. So if you can find an exisiting element to put the second bg image on then great, otherwise you need to find/create one and tweak things to your liking.
Yeah for sure there's nothing wrong with changing the image itself if it's possible with what you are trying to achieve. Just beware of loading times if the image gets too large in size and take into account different resolution monitors/browser window sizes.
Oh the image itself is just about 30ko so I am not worried about that, but I don't know what I need to do to fit all screens
A CSS background image can't physically alter in dimensions as it's fixed. It will just hide/show some more if the browser is shorter/wider respectivley..
alright, as you can see I uploaded the image and change the css, howe does it look on your browser for exemple
I would suggest u a simple solution. Use photoshop unite both ur images, make it one and use it. (if you dont need to change ur background everytime even if u do there is no harn just edit the psd file and save ur image as save for web) thanks
My suggestion is similar to david.rew1164's Here's a tool to merge different background images into one. http://www.pagecolumn.com/tool/imagemerger.htm
Yes Unigogo, Its not always the coding that is to be considered. We also need to apply brains to make our things easier.