trying to build a button (or text box) that looks and works as follow: Top half button background white or transparent, bottom half of button background solid color. Upon hover the orange should change to blue (hover color I can do). Color should be behind text. Text should not change color, only the 'bar'. the sample button
Have tried:
- Bottom border only (+-10px thick + color), white button background - but cannot seem to set a negative value on the border so that the text are in front of color.
- Used Ultimate CSS Gradient Generator and manipulated the gradient to solid and it worked on the site, but I don't feel that this is sustainable (too much code for a simple function).
Please help.