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
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
> 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
3 matches
Mail list logo