Hi guys, I would like to change the background of my Gallery - and put an image file instead (as a background). How can I actually do that?
Thanks!
Lihi
http://galleryproject.org/node/111802 & http://galleryproject.org/node/112367
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Well, I tried adding this:
#doc4 { background-image:url('http://www.feelsengine.com/feels-engine-wallpaper.jpg'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; }
But nothing happens. Why?
Thanks
what if you add it lower in the file?
Nope. Nothing happens
URL to offending page.
See if changing to a relative url works.
to
#doc4 { background-image:url('../feels-engine-wallpaper.jpg'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; }
or move the image to the css directory and try:
#doc4 { background-image:url('feels-engine-wallpaper.jpg'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; }
Posts: 27300
http://galleryproject.org/node/111802
&
http://galleryproject.org/node/112367
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 13
Well, I tried adding this:
#doc4 {
background-image:url('http://www.feelsengine.com/feels-engine-wallpaper.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
But nothing happens. Why?
Thanks
Lihi
Posts: 27300
what if you add it lower in the file?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 13
Nope. Nothing happens
Posts: 27300
URL to offending page.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
See if changing to a relative url works.
to
or move the image to the css directory and try:
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team