Показать сообщение отдельно
  #9 (permalink)  
Старый 14.05.2009, 20:56
ffx ffx вне форума
Аспирант
Отправить личное сообщение для ffx Посмотреть профиль Найти все сообщения от ffx
 
Регистрация: 29.09.2008
Сообщений: 48

if (bot && cssHeight != 'auto') {
                if (jQuery.css(this,'position') == 'static')
                    this.style.position = 'relative';
                ds.position = 'absolute';
                ds.bottom = ds.left = ds.padding = ds.margin = '0';
                if (jQuery.browser.msie)
[B]                    ds.setExpression('width', 'this.parentNode.offsetWidth');[/B]
                else
                    ds.width = '100%';
            }


в жирной строчке ошибку выдает
тут как раз чето про css
Ответить с цитированием