Показать сообщение отдельно
  #6 (permalink)  
Старый 17.09.2008, 13:19
SunnyDay
 
Сообщений: n/a

ZoNT:

Не работает =(
Код:
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');
//
Ответить с цитированием