rsci
08-06-2002, 03:30 PM
Hi, been a while since I have been in the forum. Nice changes...
I have been working with layers and clipping and got stumped by Netscape ver 4.7 (6 is no problem believe it or not). The archives don't have anything about this type of problem, and I can't find any bug reports either.
A mouseover calls a function that does the following:
document.layers[id].clip.bottom=passedVariable;
But nothing happens. If I do the following:
document.layers[id].clip.top=passedVariable;
It works fine, ie the layer gets clipped. I checked to see if the variable was actually being passed:
document.layers[id].clip.bottom=passedVariable;
document.formName.textField.value=document.layers[id].clip.bottom;
and it shows the variable has changed, however the layer has not changed its size.
Thoughts? Thanks.
I have been working with layers and clipping and got stumped by Netscape ver 4.7 (6 is no problem believe it or not). The archives don't have anything about this type of problem, and I can't find any bug reports either.
A mouseover calls a function that does the following:
document.layers[id].clip.bottom=passedVariable;
But nothing happens. If I do the following:
document.layers[id].clip.top=passedVariable;
It works fine, ie the layer gets clipped. I checked to see if the variable was actually being passed:
document.layers[id].clip.bottom=passedVariable;
document.formName.textField.value=document.layers[id].clip.bottom;
and it shows the variable has changed, however the layer has not changed its size.
Thoughts? Thanks.