home *** CD-ROM | disk | FTP | other *** search
- function CSSetStylePos(s,d,p) { if (IsIE()) { if (d == 0) CSIEStyl(s).posLeft = p; else CSIEStyl(s).posTop = p; }
- else { if (d == 0) CSNSStyl(s).left = p; else CSNSStyl(s).top = p; } }
- function CSGetStylePos(s,d) { if (IsIE()) { if (d == 0) return CSIEStyl(s).posLeft; else return CSIEStyl(s).posTop; }
- else { if (d == 0) return CSNSStyl(s).left; else return CSNSStyl(s).top; }}