I have created a sliding form with jquery that slides to the next layout perfectly fine, but its when I want it to slide back that it becomes a problem. The url in question is here
and I know the problem is in the padding. Or am I not seeing something that I should be seeing?
#steps form fieldset{
border:none;
padding: 0 0 20px 0;
margin: 0;
}
I’m having a hard time wrap my mind around what tweaks I need to make to get it going. Any tips will be greatly appreciated
Looks like its a jquery bug which has been addressed in 1.8.2. Simply replace
with
Working example here http://jsfiddle.net/pimlinders/SWQRj/