If I use the paused up and down scroller at my website it works fine in Internet Explorer.
But when I view my website with Firefox, the whole page is moving left and back when a new message scrolls up..
How can i fixe that?
If I use the paused up and down scroller at my website it works fine in Internet Explorer.
But when I view my website with Firefox, the whole page is moving left and back when a new message scrolls up..
How can i fixe that?
Hard to be certain without seeing the code but, sounds like you need more width in one of the containing elements of the script. Like if it is inside of a table cell with width 150px, it might need to be width 170px. Or the configured width in a portion of the script itself may be too narrow. It is pretty likely one or both of these is the case. If this isn't enough information for you to solve this then:
PLEASE: Include the URL to your problematic webpage that you want help with.
There could be other or another problem(s) entirely. I reserve judgement until I see the page. Good luck!
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Deleted message
Last edited by Jeffb; 11-15-2005 at 09:27 AM.
I went to the links in your post and could find no "paused up and down scroller". I did notice in your source what looks like an image thumbnail viewer script without the credit. This is a violation of Dynamic Drive's terms of use. Please restore the credit to this script in your source code. I also could not observe any "whole page is moving left and back" in FF on either of the pages.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
On page 1, changing the overflow property of the #content selector, or the content division, to 'hidden' fixes the problem. I'd suggest the division, since the selector is on a linked stylesheet, ex:
On page 2 you cannot do this without messing up the scrolling effect but, it isn't as great of a problem there. If you were to redesign the page utilizing a table instead of float, that might solve it as, removing the float:left from the selector #content fixes it but, messes up the page alignment.HTML Code:<div id="content" style="overflow:hidden;">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I changed the stylesheet of the content in the middle with adding theon both pages.Code:overflow: hidden
Now it is fixed! Thanx again for your help!
(and i won't remove the credit anymore)
Bookmarks