Results 1 to 4 of 4

Thread: Pausing up-down Scroller Alignment in IE 7

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Pausing up-down Scroller Alignment in IE 7

    I have used the Pausing up-down Scroller located here (http://www.dynamicdrive.com/dynamicindex2/crosstick.htm) and it works great in FF, Chrome, and IE 8.

    My problem is in IE 7 the text in the scroller is center aligned but it is shifted to the right and half of my text is cut off...I have been searching the forum and tried many adjustments to the css file with margins and text-align but still have not found a solution...

    The page I am working on is located here - http://www.4x4bcds.com

    Any help would be greatly appreciated...

  2. #2
    Join Date
    Mar 2010
    Posts
    28
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Smile

    Give left:5px to class innerDiv.
    If you are using innerDiv class in other parts of the page, then use following code.
    Code :
    #pscroller1 .innerDiv{
    left:5px;
    }

  3. The Following User Says Thank You to katierosy For This Useful Post:

    xpnsvtoys (04-02-2010)

  4. #3
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default

    Thanks...That's just what I needed...

    I am however interested in why this happens...Why does this function this way?

  5. The Following User Says Thank You to xpnsvtoys For This Useful Post:

    coolbab64 (05-12-2010)

  6. #4
    Join Date
    May 2010
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs up Thanks a lot !!!!

    I got the same problem, i spend a part of my afternoon trying to fix it, now everthing work fine.
    Coolbab64

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
  •