A CSS fix for Graphical Input Submit Button Off-Set, which has been a CSS pain in the butt for me in some html/css projects.
.submit { vertical-align: middle; *vertical-align: text-bottom; }

Tags:

Related posts