clayfeet
06-19-2008, 06:32 PM
1) Script Title:
rsspausescroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/
3) Describe problem:
Script works wonderfully in IE6, IE7, Safari, Opera and FF2.
Although script does work in FF3 (generates and displays scrolling feed) the display breaks adjoining HTML table and/or CSS <div>.
Playing with CSS format
#pscroller{
width: 300px;
height: 300px;}
adjacent div pushed down 300px
#pscroller{
width: 300px;
height: 200px;}
adjacent div pushed down 200px
#pscroller{
width: 300px;
height: 100px;}
adjacent div pushed down 100px
#pscroller{
width: 300px;
height: 0px;}
adjacent div appears as it should as display from rsspausescroller disappears entirely.
rsspausescroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/
3) Describe problem:
Script works wonderfully in IE6, IE7, Safari, Opera and FF2.
Although script does work in FF3 (generates and displays scrolling feed) the display breaks adjoining HTML table and/or CSS <div>.
Playing with CSS format
#pscroller{
width: 300px;
height: 300px;}
adjacent div pushed down 300px
#pscroller{
width: 300px;
height: 200px;}
adjacent div pushed down 200px
#pscroller{
width: 300px;
height: 100px;}
adjacent div pushed down 100px
#pscroller{
width: 300px;
height: 0px;}
adjacent div appears as it should as display from rsspausescroller disappears entirely.