function getCssStyle_ff(e) { if (e.currentStyle) return e.currentStyle; else if (window.getComputedStyle) return window.getComputedStyle(e,null); } if (getCssStyle_ff(elem)=="absolute") alert('yes'); else alert('no'); //