Results 1 to 2 of 2

Thread: Fader Scroller - remove border?

  1. #1
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fader Scroller - remove border?

    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!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Find this line near the bottom of the script:
    Code:
      document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');
    Change it to this:
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •