Page 1 of 1

how to make transparent layer over an image?

Posted: Thu May 24, 2007 11:30 pm
by PHPycho
Hello forums !!
I had an image which is kept @ the background of a table.
I want to make a layer over that image ie transpaernt layer .
How to make that transparent layer using css ?
Any idea?
Awaiting for you help.

Posted: Fri May 25, 2007 4:11 am
by Kieran Huggins
not sure I understand what you're going for here, can you give a case example?

Posted: Fri May 25, 2007 8:40 am
by Pezmc
IS this to make it harder to steal?
use <td style"background: url(IMAGENAME.jpg)><img src="spacer.gif"></td>

With spacer being a 1px by 1px gif and IMAGENAME being your files name