[jQuery] Re: cycle plugin image positioning issue

2009-06-20 Thread MiD-AwE
I recently ran into a similar situation where all slide shows other than the first was not displaying properly since they are written into the page after a mouse click on link like: $('#div').html($(href).html ()); So, since the first cycle slide show worked fine with css "width: 100%;height:aut

[jQuery] Re: cycle plugin image positioning issue

2009-06-04 Thread Laker Netman
On Jun 4, 10:17 am, Mike Alsup wrote: > > How do I eliminate or override the "position: absolute;" being > > injected into the img tag, as that appears to be the culprit? > > You can't eliminate it.  For the slideshow to work the container > element must have 'relative' position and the slides

[jQuery] Re: cycle plugin image positioning issue

2009-06-04 Thread Mike Alsup
> How do I eliminate or override the "position: absolute;" being > injected into the img tag, as that appears to be the culprit? You can't eliminate it. For the slideshow to work the container element must have 'relative' position and the slides must have 'absolute' position inside the container