1) Script Title:
:: Text and Image Crawler
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...wler/index.htm
3) Describe problem:
I try to make it short.
Here is a easy HTML code
<table border="1" width="100px">
<tr>
<td width="100px">This is a test for the forum.
</td>
</tr>
</table>
Without the use of the script, this displays:
This is a test
for the forum
with a border around the text (border=1).
There is an automatic wrap (Because of the fixed width).
The same HTML code in the DIV (class="marquee" id="mycrawler">) of the script, will display:
This is a test for the forum
There is no wrap.
Everything is inline.
It is a bug? an unexpected behavior? a limitation of the script?
The idea is to display a set of pictures, that scroll from right to left, and with a description under the picture.
As the description could be a bit long, I would need to fix the width of each picture/description, so it looks like:
PICTURE1 PICTURE2
This is a test This is a test
for the forum for the forum
Which is nicer that what I have now with the script:
PICTURE1 PICTURE2
This is a test for the forum This is a test for the forum
(description could be longer!!)
It works fine with another scrit on dynamicdrive (:: Cross Browser marquee), that's why I am wondering whether it is a bug or not.
"Text and Image Crawler" has more features that "Cross Browser marquee" that's why I am wondering if it could be improved or not.
Thanks a lot
Rod



Reply With Quote

Bookmarks