Results 1 to 3 of 3

Thread: dynamic fader

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

    Default dynamic fader

    script: dynamic fader
    http://www.dynamicdrive.com/dynamicindex2/fader.htm

    pls tell me how to put the dynamic fader on the right side of the page.
    thx!
    Last edited by xxm0ntyxx; 12-23-2005 at 02:14 PM.

  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

    There are many ways to position this script. All you need to do is put an element around it and it will assume that element's positioning. For example, surround the HTML code with right aligned div tags:

    Code:
    <div align="right">
    <DIV id="containerarea">
    <SCRIPT LANGUAGE="JavaScript1.2" SRC="textfader.js"></SCRIPT>
    </DIV></div>
    Also, as a nice touch, to get it as far to the right as possible, set its width to as narrow a size as possible (from the configuration area in the head of the page):

    Code:
    //2) Configure fader width and colors:
                 var TS_scrollwidth=300      //configure fader width
    The smaller the red number, the narrower it will get. Make sure it is still wide enough for the content.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks again john! =)

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
  •