ravencrow
08-12-2011, 12:51 PM
1) Script Title: Text and Image Crawler
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
3) Describe problem:
Сrawler.js divides the tape for two div with 10 pictures (for example, if pictures 20).
The first div with a negative bias, the second positive.
<div style="position: absolute; white-space: nowrap; top: 1px; left: -1353px"> <a href title="hint"><img src="">... </a></ div>
<div style="position: absolute; white-space: nowrap; top: 1px; left: 712px"> <a href title="hint"><img src="">... </a></ div>
And there is a script which tooltip.js (http://otdihsshikom.ru/engine/classes/js/tooltip.js) link <a href title="hint"> makes a nice tooltip with a handler
<script>
$ (Document). Ready (function (){$(" a "). EasyTooltip ()});
</script>
Why this handler does not work for the entire contents of the div with the left:-1353px. ? How fixed this bug?
Also onmouseover="showhint()" don't work in Text and Image Crawler.
Demo can be found here (http://otdihsshikom.ru/).
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
3) Describe problem:
Сrawler.js divides the tape for two div with 10 pictures (for example, if pictures 20).
The first div with a negative bias, the second positive.
<div style="position: absolute; white-space: nowrap; top: 1px; left: -1353px"> <a href title="hint"><img src="">... </a></ div>
<div style="position: absolute; white-space: nowrap; top: 1px; left: 712px"> <a href title="hint"><img src="">... </a></ div>
And there is a script which tooltip.js (http://otdihsshikom.ru/engine/classes/js/tooltip.js) link <a href title="hint"> makes a nice tooltip with a handler
<script>
$ (Document). Ready (function (){$(" a "). EasyTooltip ()});
</script>
Why this handler does not work for the entire contents of the div with the left:-1353px. ? How fixed this bug?
Also onmouseover="showhint()" don't work in Text and Image Crawler.
Demo can be found here (http://otdihsshikom.ru/).