Results 1 to 3 of 3

Thread: removing border from fading scroller

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

    Default removing border from fading scroller

    ive implemented the fading scroller on my page, but im unable to remove the black border.

    link to the page

    adding border:none; to the begin tag does not work. if you add border: 1px solid #000; to it you will see a border is added within the other border, so this is not the right location

    does anyone know how i can remove it

    many thanks
    stefan
    Last edited by stef25; 06-12-2005 at 01:23 PM.

  2. #2
    Join Date
    Jun 2005
    Location
    Bristol, England
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Border

    I'm no expert and I'm not sure if this is right , but I think you have to find the html text part where it says border and put border="0"

  3. #3
    Join Date
    Jun 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no that wont work since there is no html part. the solution is further down in the code. to remove the border delete 1px solid black

    if (ie4||DOM2)
    document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');

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
  •