html - Cannot get CSS form to line-up Properly -


the page in question is: http://stpsormd.com/

under "add equipment" section, second row of textbox elements not float left properly. in dreamweaver i'm using organize code, lines correctly in google chrome wants shift second column of form fields.

for digging through code, index.php , primary.css files should have relation particular problem. note, did not have problem when of form fields textboxes, changing 2 of them option boxes made shift cannot explain.

the top row add 930px in width width of container, same form fields in "add user" section. appreciated!

add clear: left; (or both) "formlabel float" div. fixes it.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -