how to make transparent layer over an image?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

how to make transparent layer over an image?

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

not sure I understand what you're going for here, can you give a case example?
Pezmc
Forum Commoner
Posts: 53
Joined: Mon Nov 06, 2006 2:15 pm

Post 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
Post Reply