Hi all
I tried to modify the css of my theme (located in /photos/themes/wind/css/screen.css) by trying the code below for using a backgruond image, but without any success : it does change my background color but no way for my PNG wallpaper...
My temptative :
body, html {
margin:5px;
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: url(page.png) repeat 0 0;
background-color: rgb(31, 48, 55);
}
Can you help me please ?
Thanks
Nico
Posts: 27300
A link to the page would help.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 1857
I'm guessing that there's a 404 error when trying to grab 'page.png'. I don't know where that file actually is, but try putting it in the root folder and changing the rule to '/page.png'
Other than that, give a link to the page so we can see and not totally guess in the dark.
Posts: 27300
Also the div with a id of doc4 you might want to change that to transparent.
http://galleryproject.org/node/112367#comment-407300
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team