 |
 |
 |
 |
 |
| Author |
Message |
XROBO Newbie


Joined: Aug 08, 2004 Posts: 2
|
Posted: Wed Sep 01, 2004 9:00 am Post subject: Filtre alpha |
|
|
Hi , i search how introduce the fitre alpha on all pictures on my web site.
in HTML it's simple, but in PHP it's very hard
thx for you help
A cool french man
Robo Progression |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Wed Sep 01, 2004 1:37 pm Post subject: |
|
|
This is the alpha filter that I use:
http://www.dynamicdrive.com/dynamicindex4/image5.htm
Put the JavaScript in the root header.php, then add the alpha filter to your <img> tags,
such as:
| Code: |
[snip]
$content .= "<a href=\"http://www.winamp.com/\"><img src=\"images/wa-thumb.gif\" width=\"100\" height=\"23\" alt=\"Download Winamp\" title=\"Download Winamp\" border=\"0\" style=\"filter:alpha(opacity=20);-moz-opacity:0.2\" onMouseover=\"makevisible(this,0)\" onMouseout=\"makevisible(this,1)\"></a><br>\n";
[snip]
|
_________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
XROBO Newbie


Joined: Aug 08, 2004 Posts: 2
|
Posted: Wed Sep 01, 2004 2:34 pm Post subject: |
|
|
Ok thanks
your site is excellent  |
|
| Back to top |
|
|
 |
 |
 |
 |
| |
 |