Guest_imported
New member
- Jan 1, 1970
- 0
I have a problem with fading buttons(or images) in netscape, it all works fine in IE.
Anyone knows what to add so it could work also in netscape??
This is what I put in
Headsection
<head>
<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>
And in image source this wil be extra:
style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)
Anyone knows what to add so it could work also in netscape??
This is what I put in
Headsection
<head>
<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>
And in image source this wil be extra:
style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)