http://www.dynamicdrive.com/dynamici...fadescroll.htm
Can't get the black border around the scroll to go away. Is there a way to work the code so that this scroller becomes borderless? Thanks!
http://www.dynamicdrive.com/dynamici...fadescroll.htm
Can't get the black border around the scroll to go away. Is there a way to work the code so that this scroller becomes borderless? Thanks!
Find this line near the bottom of the script:Change it to this:Code:document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');Code:document.write('<div id="fscroller" style="border:0;width:'+fwidth+';height:'+fheight+'"></div>');
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks