Log In · Register

 
is there a way to get a banner transparent?
xmijungx
post Jan 28 2004, 07:24 PM
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??
 
 
Start new topic
Replies
anne
post Jan 28 2004, 10:07 PM
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.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: