Results 1 to 2 of 2

Thread: Centering Scrollable Content II

  1. #1
    Join Date
    Dec 2005
    Location
    Cleveland, OH
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Centering Scrollable Content II

    I've used the script for the scrollable content II, and have the content the way I want it. But, I can't figure out how to center the whole thing on my webpage. Would some one please help... Thanks in advance.

  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

    The easiest way is to put:

    <center>

    script goes here

    </center>

    tags around it. If you want to preserve the left alignment of text within the scroller, you will have to add 'text-align:left;' to the style of its 'container' inside the script itself (near the top of the script):

    Code:
    document.write('<div id="container" style="text-align:left;position:relative;width:175px;height:160px;border:1px solid black;overflow:hidden;">')
    - 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
  •