[jQuery] Cycle plugin issue in Safari Chrome

2009-10-21 Thread poundcommapo...@gmail.com
Hi. I have two Cycle slideshows on this page. The first shows exactly as expected. The second drops the bottom of the background image when the slides change. This happens in Webkit browsers (or at least Safari and Chrome) only. Any ideas why/ http://staging.pixelluxe.com/tt/child.html

[jQuery] Re: images show before jquery and cycle plugin work their magic

2009-10-21 Thread poundcommapo...@gmail.com
Hi Thor, I've had this issue before. As Karl suggests, I was able to fix it by giving the parent element (the one calling the cycle plugin) a fixed height (the height of the images you're cycling) and an overflow of hidden in the CSS. If the slides are of different heights, set the height to the

[jQuery] Re: Cycle plugin issue in Safari Chrome

2009-10-21 Thread poundcommapo...@gmail.com
An update - I've been told it's happening on Firefox in most cases as well. I have v3.5.3 on a PC and that works fine, though I've been told the same issue happens on 3.0 on a PC and I've seen it for myself on 3.5.3 on a Mac. http://staging.pixelluxe.com/tt/child.html

[jQuery] Re: Cycle plugin issue in Safari Chrome

2009-10-21 Thread poundcommapo...@gmail.com
there is a reasonable chance that your slideshow will start before the images have been fully loaded.  In that case, if you're not explicit about the dimensions of the slideshow and the slides (in css), you'll get what you get. Mike On Oct 21, 6:11 pm, poundcommapo...@gmail.com poundcommapo...@gmail.com

[jQuery] Changing image src and css properties of new image

2009-10-05 Thread poundcommapo...@gmail.com
Hi. I have written a quick function to change the src attribute of an image. I also need to set some CSS properties on that image's parent to get it to stay centered in the containing div. Here is the code I've written. $(#list .item a).click(function() { var imgPath =

[jQuery] Re: Changing image src and css properties of new image

2009-10-05 Thread poundcommapo...@gmail.com
();                         $(#work #left p).css({height:workImgHigh +px,margin-top:-+workImgHigh/2+px,top:50%});                 });                 return false;         }); On Oct 5, 7:29 am, poundcommapo...@gmail.com poundcommapo...@gmail.com wrote: Hi. I have written a quick function

[jQuery] A little help needed with form processing and page redirects

2009-04-15 Thread poundcommapo...@gmail.com
Hi. I have what I feel like should be a simple problem, but I'm having a hard time sorting it out. The page is located here: http://staging.pixelluxe.com/tbs/ I apologize in advance that all the code is on one line - client request (also, the inline styles are their requirement). Anyway, this