Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Help!!! Need script for vertical scroller positioned with table

  1. #1
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help!!! Need script for vertical scroller positioned with table

    Can someone please help me to find a script for a vertical news scroller I can position in a table and give a css class???
    It's kind of urgent
    Thx peeps

  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

  3. #3
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, thx buddy I think that answers my question

  4. #4
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default


    I tried to implementate it to my site and it works fine with firefox but with IE i get this. Only the half of the text is visible in my table!?



    I used the ticker John suggested (read post above)
    I didn't change anything in the code for the moment!
    Can someone give me a solution???

  5. #5
    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

    I've seen this sort of thing many times before. It usually happens because centering is applied too high up. If you want the content of the scroller centered, apply it as low down as possible, ex:

    Code:
    pausecontent[0]='<div align="center"><a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!</div>'
    Do that for each item. Applying centering of any kind above that can cause the entire scroller to be centered relative to the container, which is what your image shows.

    To be more specific I would need a link to your page.
    - John
    ________________________

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

  6. #6
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lo John,

    Thx for the advise but it didn't work

    this is the page:
    http://www.born2frag.org.uk/test.html

    It works in Firefox but not in IE!?

  7. #7
    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

    Works virtually the same in both browsers here because:

    Code:
    <link href="file:///C|/Documents and Settings/Kurt/Mijn documenten/nieuwe site/test.css" rel="stylesheet" type="text/css" />
    Is not available to me. It is something, probably some centering style(s), in that stylesheet that is causing the problem.
    - John
    ________________________

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

  8. #8
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

  9. #9
    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

    Quote Originally Posted by trukje
    As it seemed like the logical place, I had already checked there. Then and currently, that is just a copy of the page, not a css stylesheet, so worthless. How about uploading the style and linking it to the demo page?
    - John
    ________________________

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

  10. #10
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oops my mistake!
    Srry
    I'll replace it this evening!

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
  •