I am using a responsive css framework(Twitter Bootstrap) for my site and have labels that have a width specified via css. So they have a class of "span3". When the page open, I collaps them to a width of 25, but on rollover want to get them back to span3. Issue is that span3 is different width depending on the current media query.
Can I animate the width to the current value of span3? Right now, I just have hard coded numbers in rollover and rollout.
Thanks a lot for any help!