ph101pp / jquery-slides

A pretty flexible and highly customizable slideshow/accordion plugin for jQuery.
http://philippadrian.com/projects/jquery-slides
10 stars 3 forks source link

positioningAbsolute #1

Closed ph101pp closed 13 years ago

ph101pp commented 13 years ago

Positioning slides absolute... Slides before the active element bound to the left edge and elements after the active one bound to the right edge. The active element fills up the whole space and is trimmed with margins to not overlay the other slides.

This will make resizing without any javascript possible.

ph101pp commented 13 years ago

Basic functionality implemented (02dc74ac7140cf953d02). Animation needs Tweaking and aktiv element doesn't take the whole space.. if this doesn't work the whole issue gets useless.

ph101pp commented 13 years ago

Positioning absolute works. This replaces positioning Relative completely. Needs no Wrapper or additional Dom elements and is (when open) resizable without Javascript.