I'm trying to get one pure css slider (http://jsfiddle.net/trN4p/1/) to operate within another pure css slider on the same document/page using :target for navigation with independent control for each slider.
Here is an example of the problem: http://jsfiddle.net/J6htH/4/
I want the inside (CHILD) slider to work independently of and alongside (w/out conflict) the outside (PARENT) slider.
I was wondering if there is a way to separate the two sliders so that their list items (and hash tags) operate relative to the slider and not the whole page/dom? Is there some jQuery/Ajax magic or JS templating (backbone/underscore) tricks to do this?