Closed (fixed)
Project:
ScrollText
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2008 at 13:53 UTC
Updated:
16 Jun 2008 at 08:28 UTC
Great work! I've tested scrolltext in IE and firefox, and it really scrolls in a cross-platform way.
Essential improvement - For up and down scrolltexts, It's better to have new line between each title to the next. Here is a quick patch which does it - I've added '
' after each link for up and down scrolltexts. It's much better then the current situation.
Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting | Eco-Healing | Effective Hosting Strategies | בניית אתרים
Personal: Hitech Dolphin: Regain Simple Joy :)
| Comment | File | Size | Author |
|---|---|---|---|
| scrolltext.module.patch | 331 bytes | druvision |
Comments
Comment #1
druvision commentedTypo correction: I've added '
<br>' after each link for up and down scrolltexts.Comment #2
drupalnesia commentedSorry for late answer. Since every text using l() function then no need to add new line because l() automatic add new line between every title.
If you need more space berween line then you cau modify the DIV id="scrolltext" from your css file.