проблемма возникает при использовании плагина для мозилки
ImgLikeOpera, при отключенных картинках загрузка страницы зависат и мозилка в процессах начинает отжирать много ресурсов.
[HIDE=3000]
проблемма в баннере который называется
Locations of visitors to this page
в коде выглядит так:
<a href="http://www3.clustrmaps.com/counter/maps.php?url=http://rrock.ru" id="clustrMapsLink">
<img src="http://www3.clustrmaps.com/counter/index2.php?url=http://rrock.ru" style="border:0px;"
alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg"
onError="this.onError=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com'" />
</a>
решается все удалением аттрибута onError, т.е. заменением кода, что выше на
<a href="http://www3.clustrmaps.com/counter/maps.php?url=http://rrock.ru" id="clustrMapsLink">
<img src="http://www3.clustrmaps.com/counter/index2.php?url=http://rrock.ru" style="border:0px;"
alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg"/>
</a>
спасибо за внимание
[/HIDE]
Сообщение отредактировал sody: 19 апреля 2009 - 15:42