I continue to struggle with this problem. Spent several hours on it with no success. Any ideas?
"Update Quantity" is a true button (input/submit) while the others are html links (a href/span). The colors and rollover properties work fine for both, I just can't get the heights to match. This issue is the same in IE6 and Firefox.
If I change the heights in the CSS buttons stylesheet, only the true buttons are affected, the link buttons don't change.
All of this is with css-buttons_v2.34 installed.
![]()
Hi absolute,
did you try to adjust both height and line-height ? (set both to the same value). Inline elements do not listen to height, only block elements do.
Or you can try to use "display: block;" for this button.