Web 2.0, Php, MySQL, HTML, CSS, Wordpress, Javascript, iTouch iPod, iPhone, Adobe…
27 Nov
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; }

One Response for "CSS Tips: Input Submit Button Off-Set"
I tend to use images for the submit button in a lot of my designs. This can eliminate that problem and give better control over the appearance of the button.
Leave a reply