I put up a form but i can't even click on it. Whats wrong?
http://www.sgw.com/Testing/Tom/index.html
You need this in your footer:
#footer { clear: both; }
Otherwise your footer is overlapping your form.
or remove the float from #form, since you have left margin
I tried this but it doesn't seem to work. I'm using Chrome atm
Both solutions worked just fine for me using Chromes inspect tool.
@djrolstad, the clear:both; that @theCSSguru suggested works just fine for me as well
clear:both;
I put up a form but i can't even click on it. Whats wrong?
http://www.sgw.com/Testing/Tom/index.html
You need this in your footer:
Otherwise your footer is overlapping your form.
or remove the float from #form, since you have left margin
I tried this but it doesn't seem to work. I'm using Chrome atm
Both solutions worked just fine for me using Chromes inspect tool.
@djrolstad, the
clear:both;that @theCSSguru suggested works just fine for me as well