06/01/2008, 04:20 AM
Hi guys, as you may know, thanks to Sensei Seito wee members of DreamArts have gotten our own Coppermine Image Galleries.
I'm working on a custom theme right now and need a bit help with the CSS stuff....
first I wanted to have a non repeating background that has the other things scrolling over it, hard to explain... load EPs Love Hina Blue Theme, you can see it there. I tried it with:
background-image: url(images/bg.gif);
but it don't works, the background image is only drawn once but when I scroll down the background goes up and I only see white...
EDIT: got it working^^
the second thing, how do I make pictures translucent? The original image was a .jpg so I saved it as a .png, added a bit translucency and pointed the CSS to the .png. If I load the theme the picture is still solid..... Do I need to add something to the CSS to get it translucent?
Thanks for help in advance ;)
I'm working on a custom theme right now and need a bit help with the CSS stuff....
first I wanted to have a non repeating background that has the other things scrolling over it, hard to explain... load EPs Love Hina Blue Theme, you can see it there. I tried it with:
background-image: url(images/bg.gif);
background-repeat: no-repeat;
background-attachment: scroll;
but it don't works, the background image is only drawn once but when I scroll down the background goes up and I only see white...
EDIT: got it working^^
the second thing, how do I make pictures translucent? The original image was a .jpg so I saved it as a .png, added a bit translucency and pointed the CSS to the .png. If I load the theme the picture is still solid..... Do I need to add something to the CSS to get it translucent?
Thanks for help in advance ;)