Не могу достать object.style.tophttp://softtime.ru/forumНе могу достать object.style.tophttp://softtime.ru/forum/read.php?id_forum=4&id_theme=74984#post441956$('#id').offset().topНе могу достать object.style.topThu, 15 Jul 2010 12:32:13 +0300AlexSolНе могу достать object.style.tophttp://softtime.ru/forum/read.php?id_forum=4&id_theme=74984#post441952Ну или JQuery для ленивых ;-) var top = $('#id').css('top');Не могу достать object.style.topThu, 15 Jul 2010 11:56:15 +0300bishakeНе могу достать object.style.tophttp://softtime.ru/forum/read.php?id_forum=4&id_theme=74984#post441937if (navigator.userAgent.indexOf ('MSIE') " 0) alert (document.all ('ID').currentStyle.top); else alert (document.defaultView.getComputedStyle (document.getElementById ('ID'), null).getPropertyValue ('top'));Не могу достать object.style.topThu, 15 Jul 2010 11:16:32 +0300АЯНе могу достать object.style.tophttp://softtime.ru/forum/read.php?id_forum=4&id_theme=74984#post441932Объект позиционирован с помощью отдельного файла CSS. В скрипте необходимо узнать отступ сверху. Делаю document.getElementById(id).style.top - не помогает.Не могу достать object.style.topThu, 15 Jul 2010 09:26:18 +0300igorjok