Preserved Topic: 10px vs. 11 px (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: other places |
posted 05-26-2001 18:02
javascript:for(KRcc8R=0;KRcc8R<document.all.length;KRcc8R++){if(document.all[KRcc8R].tagName=='TD'){with(document.all[KRcc8R].style){if(fontSize=='10px'){void(fontSize='11px')}e lse{void(fontSize='10px')}}}} |
Paranoid (IV) Inmate From: us |
posted 05-26-2001 18:17
you got an extra space, between e and lse |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-26-2001 18:59
yeah, do away that extra space and it works! |
Maniac (V) Mad Scientist From: The Demented Side of the Fence |
posted 05-26-2001 20:30
javascript:for(KRcc8R=0;KRcc8R<document.all.length;KRcc8R++){if(document.all[KRcc8R].tagName=='TD'){with(document.all[KRcc8R].style){if(fontSize=='10px'){void(fontSize='11px')}e lse{void(fontSize='10px')}}}} |
Bipolar (III) Inmate From: |
posted 05-26-2001 20:38
hey, that's cool. works like a champ. |
Neurotic (0) Inmate Newly admitted |
posted 05-27-2001 04:43
mm... nifty... |