Ben Scott wrote: > Hi Nick - > > If you want to target hidden divs, you can just use the hidden attribute: > > $("div:hidden") > > Does that do it? Not entirely - the actual thing in the style is overflow="hidden" Nick