[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-05-05 Thread Stugle
I had the same issue, but the following solution worked for me: To add css rule specifying width and height to the div element in the head section, just after the stylesheet link For eg. #s4{ width:240px; height:160px; } Now the text wraps for me in Safari, but this has create

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-04-20 Thread gcole_5
Having a similar issue with text content. Text does not wrap in Safari (using this as a quote scroller). All other browsers handle it fine. Did You Know? ABC.com is a great place to find...Pest Control, Pool Cleaning, Electrical, and more! Did You Know? XYZ.com is a great place to find...Pe

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-04-13 Thread Mike Alsup
> > class="textbackground">  div> > class="textbackground">  div> > > > and the css: > > .slideshow{ >         width:680px; >         height:250px; > > } > > div.slidetext { >         height:20px; >         width:680px; >         display:block; >         margin-top:-25px; >         margin-left

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-04-13 Thread t3k...@web.de
I have the same issue with Chrome. I just tried the newest version of Cycle but the problem is still there. Wrapping the cycle div in another one fixes the problem but that seems not really the way to go. The code goes something like:     and the css: .slideshow{ width:680px;

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-23 Thread Mike Alsup
> safari doesn't recognize my cycle div's height (on this page the div > is .photo) > > the same thing happens on the home page, too. > > chrome has the same problems when you first visit the page, but fixes > itself when you leave the page and come back. > > anyone know what's going on?!?! Can

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-13 Thread Mike Alsup
> Thanks for the quick response. I am building a new page for a client > and really would like to use the cycle plugin but it has to work in > all Browser. > > http://www.franchiserecordpool.com/promoonlyalbums_new.php This is what I see in the Safari console: Result of expression '$(document).r

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-13 Thread peterhck
Hi, Thanks for the quick response. I am building a new page for a client and really would like to use the cycle plugin but it has to work in all Browser. http://www.franchiserecordpool.com/promoonlyalbums_new.php On Mar 13, 3:14 pm, Mike Alsup wrote: > > I hope someone can help me with this is

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-13 Thread Mike Alsup
> I hope someone can help me with this issue. When I look at the demo > pages on the Cycle plugin website they all work in all browsers but > when I do my own page and test it using the shuffle feature it works > in IE6, IE7, Firefox but not Safari or Chrome. I am going crazy here > so can some on