stefie2 Posted September 15, 2010 Share Posted September 15, 2010 Hello,I have the a problem. Take a look at my site http://www.echtemerken.nlMy background is everywhere brown. I would like to have a picture in the background on the left and rightside of my shop. like it has been done on this site: http://www.voetbabbel.nl In the middle i would like to leave the color brown.Can anyone help me with this?Thank you so much!Gr stephanie Link to comment Share on other sites More sharing options...
razaro Posted September 15, 2010 Share Posted September 15, 2010 For background image change this code body { background-color:#9D7D3D; color:#FFFFFF; font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:12px; text-align:center; } in global.css (line 21) to body { background:url("../img/bg.jpg") ; color:#FFFFFF; font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:12px; text-align:center; } where bg.jpg is in your theme img folder and use background position repeat and color see here Link to comment Share on other sites More sharing options...
stefie2 Posted September 17, 2010 Author Share Posted September 17, 2010 body { background-image:url(../IMG/WoodstockBoots.jpg); font-size: 10px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #000000; text-align:center; background-attachment:fixed; background-clip:initial; background-origin:initial; background-position:50% 0; background-repeat:no-repeat no-repeat; height:100%;When i try to put this image in css I doesnt work and i only get the standard question marks as a background in my shop. Does anyone know what i am doing wrong?I uploaded the jpg to the img directory of my personal theme.thanx! steffie Link to comment Share on other sites More sharing options...
razaro Posted September 17, 2010 Share Posted September 17, 2010 There is a difference between img and IMG , so use img background-image:url(../img/WoodstockBoots.jpg) Link to comment Share on other sites More sharing options...
stefie2 Posted September 17, 2010 Author Share Posted September 17, 2010 Right know i put it in css as:background-image:url(../img/woodstockboots.jpg);But i still dont get the picture but the question marks as an backround image.Does the size of the picture (jpg) matter maybe? Link to comment Share on other sites More sharing options...
razaro Posted September 17, 2010 Share Posted September 17, 2010 Look again in previous post and what you typed. Link to comment Share on other sites More sharing options...
Paul Sarstiuc Posted September 17, 2010 Share Posted September 17, 2010 HUST the folder IMG should be lowercases... the rest leave it as they are:It will not work like this:../IMG/WoodstockBoots.jpgor like this:../img/woodstockboots.jpgIt will only work like this:../img/WoodstockBoots.jpgAnd check the extension of the picture has .jpg with lower letters! Enjoy! Link to comment Share on other sites More sharing options...
stefie2 Posted September 17, 2010 Author Share Posted September 17, 2010 Paul, thank you so much!Incredible that i didn't see this. I knew it was a tiny little thing but I overlooked at it!!!thank you again for your quick response!! No I can look for a nice picture!!! Link to comment Share on other sites More sharing options...
stefie2 Posted September 17, 2010 Author Share Posted September 17, 2010 I almost forgot but thank you too razaro!!! Link to comment Share on other sites More sharing options...
Paul Sarstiuc Posted September 17, 2010 Share Posted September 17, 2010 Glad i was able to help.One small request: Change the title to [sOLVED](Go to first post and edit it; Then you edit the title)Have a nice day/night! Link to comment Share on other sites More sharing options...
stefie2 Posted September 17, 2010 Author Share Posted September 17, 2010 Done:) Have a good night!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now