1) Script Title:
Fading Scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...fadescroll.htm
3) Describe problem:
Is it possible for me to change the appearance of the box? For example I'd like to make the lines thicker.
1) Script Title:
Fading Scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...fadescroll.htm
3) Describe problem:
Is it possible for me to change the appearance of the box? For example I'd like to make the lines thicker.
Sure, you can customize the look of the box however way you wish if you're familar with CSS. Find the line:
and change that to something like:Code:if (ie4||DOM2) document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');
for example.Code:if (ie4||DOM2) document.write('<div id="fscroller" style="border:4px solid red;width:'+fwidth+';height:'+fheight+'"></div>');
You're the bestThat worked--thanks!
Bookmarks