It would help if you put up a skeleton page somewhere to demonstrate the challenge. :)
Glen On 8/6/07, DaveG <[EMAIL PROTECTED]> wrote: > > > > Is there a way to get the previous sibling of a specific class in the DOM > (a) at the same level as the start point, and (b) at lower levels? > > .prev appears to obtain the sibling *only* if it's the immediate sibling > in the DOM. It doesn't return the first previous matching sibling as one > might expect. > > > ~ ~ Dave > >

