Im having a trouble using my contact form generator .
When i use the jQuery slider, and if i move the slider to ‘0’ the whole form moves a bit on the right. And if i move the slider to ‘100’ the whole form moves a bit to left.
I use tables in order to keep the structure of the form.
Link to my form
You haven’t accounted for the relative position of the container that shows the number of currency; as the decimals get bigger is pushes your content. either make it absolutely positioned or account for the maximum space is can occupy (give it a width that has space for 100).
You have to do that to the parent that determines the layout. in this case the th of the table. I strongly advice you to stop using tables as a tool for making layouts. you should use semantic tags that are made for creating layouts.