<input name="submit" type="submit" value="Search" class="button search">
Is it feasible to incorporate a CSS gradient using background-image:
and still display the text within the value
attribute?
Whenever I introduce a background-image, it conceals the text.
I would greatly appreciate any assistance
UPDATE
Below are the calculated styles corresponding to the markup
(styles go here)
RESOLVED
A padding dilemma was causing the text to be pushed down. It appears that in Chrome on macOS, padding can be added without impacting the height, thus pushing the text out of view.
Thank you for the assistance everyone