home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2002 June
/
comonline0602.iso
/
software
/
golive5
/
GoLive5_Tryout.exe
/
MM7.Cab
/
F1709_StyleVis.scpt.A1180258_69AD_4130_944D_0B6274131723
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-08-17
|
314 b
|
4 lines
function CSSetStyleVis(s,v) { if (IsIE()) CSIEStyl(s).visibility = (v == 0) ? "hidden" : "visible";
else CSNSStyl(s).visibility = (v == 0) ? 'hide' : 'show'; }
function CSGetStyleVis(s) { if (IsIE()) return (CSIEStyl(s).visibility == "hidden") ? 0 : 1;
else return (CSNSStyl(s).visibility == 'hide') ? 0 : 1;}