If there's a vertical content slider which is 500px long, is there any way to modify this number with jquery, depending on how long is the (for example) "article" next to it?
Additional info: The content slider have numerous box in it, I used a wrapper with overflow:hidden, so I just need to know a way to measure the article's lenght then modify the wrapper's length (which is 500px by default).