Reputation: 14783
I have a form surrounded by a border. When the window is resized the border sometimes overlaps the form. This should not happen.
See the fiddle output:
http://jsfiddle.net/sdSdW/embedded/result/
Can someone tell me what I have to change in my source to make the border surrounding my form, keeping a distance between the form and the border even if the window is resized. I do not want to make the border fixed width (if not really necessary)
See the fiddle source:
Upvotes: 0
Views: 145