Hi!

 

I want to create a vertical scrolling news ticker. I have the following 
structure:

<div id="divParent" style="width: 300px; overflow: hidden;">

            <div>News1, news2, ....</div>

</div>

 

I set the inner div to relative and set the left position to scroll it. It 
works fine, but after a while the inner div scrolls out of view. I wanted to 
check if the inner width is still overflow on the right edge, if not I would 
change the scrolling direction.

 

How do I get the real width of the inner width? (I tried width, offsetWidth, 
clientWidth but none of the gives the real width.)

 

Nandi

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to