is there a way to get a banner transparent? |
is there a way to get a banner transparent? |
![]()
Post
#1
|
|
![]() * mee jung * ![]() ![]() Group: Member Posts: 23 Joined: Jan 2004 Member No: 1,609 ![]() |
is der a way to get my banners to be transparent??
|
|
|
![]() |
![]()
Post
#2
|
|
-_- THE ANGEL -_- ![]() ![]() ![]() Group: Member Posts: 84 Joined: Jan 2004 Member No: 291 ![]() |
QUOTE style="filter:alpha(opacity=20);-moz-opacity:0.2" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" place that inside your image tag...specify the opacity number... or use this QUOTE <script language="JavaScript1.2"> //Highlight image script- By Dynamic Drive //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com //This credit MUST stay intact for use function makevisible(cur,which){ strength=(which==0)? 1 : 0.2 if (cur.style.MozOpacity) cur.style.MozOpacity=strength else if (cur.filters) cur.filters.alpha.opacity=strength*100 } </script> hope this helps. |
|
|
![]() ![]() |