Zynex
04-13-2007, 03:34 AM
Is there a script were you can say: If the height is greater 300, then display is none? I already tried:
if(wrapper.style.height > 300) {
wrapper.style.display = 'none';
}
I also placed an alert within the "if", but it just does not respond. The Id's and stuff are all ok. the path is also correct (wrapper.style) I already checked that.
Could someone help me??
kind regards,
Zynex
if(wrapper.style.height > 300) {
wrapper.style.display = 'none';
}
I also placed an alert within the "if", but it just does not respond. The Id's and stuff are all ok. the path is also correct (wrapper.style) I already checked that.
Could someone help me??
kind regards,
Zynex