Log in

View Full Version : Pausing up-down Scroller Alignment in IE 7



xpnsvtoys
03-31-2010, 05:02 PM
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...

katierosy
04-02-2010, 01:06 PM
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;
}

xpnsvtoys
04-02-2010, 01:58 PM
Thanks...That's just what I needed...

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

coolbab64
05-12-2010, 02:49 AM
I got the same problem, i spend a part of my afternoon trying to fix it, now everthing work fine.
Coolbab64 :cool: