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 =
{
> var workImgHigh = $("#work #left p img").height
> ();
> $("#work #left p").css({"height":workImgHigh
> +"px","margin-top":"-"+workImgHigh/2+"px","top":"50%"});
&
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
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
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
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, "poundc
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 is
7 matches
Mail list logo