This question is related to CSS.
If you look at this example, you will see a button with two span elements inside. One using float:left;
and the other using float:right;
.
The button has a typical button-style, but when clicked on an iPhone or hovered over in a browser, the style disappears due to a change in background-color.
Is there a way to adjust the background-color without losing the overall button style?
EDIT: Attached are images of two buttons: one with the normal button element style and the other where I have changed the background-color resulting in a different appearance during hover.