View Full Version : Align Add Cart button with quantity input in FF
Travis250923
03-16-2009, 01:58 PM
I have the Add Cart button aligned with the quantity input filed when looking in IE7 but not in FF 3.0. I know I have some HTML validations to clear up but I don't think these will affect the positioning of the button. Any thoughts?
http://awtdesigndemo.com/detail.php?ID=24
Ray Borduin
03-16-2009, 02:26 PM
You could put them in a table with separate cells, or you could just add css to the button:
style="vertical-align:bottom;"
Travis250923
03-16-2009, 05:50 PM
I had to put them in a table in separate cells and use vertical-align: top on the table cells. This just seems like a lot of extra code (adding the table) to get them aligned.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.