Jquery Slide to position on click
- by Andy
Here's a scenario...
I have a column. In the column i have multiple divs with text inside each one. A bit like a list of categories. Which ever one is SELECTED gains a different background colour.
What i would like to be able to do is use jquery so that when a different div is clicked on the background colour appears to slide behind the rest of the items until it reaches the one you selected.
Does anyone have any idea if this can be done? And if so any idea on Markup?
Any help is greatly appreciated.