Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Help? No idea how to best build this button… Re: CSS Help? No idea how to best build this button…

#137652
CrocoDillon
Participant

For IE8, you’ll lose box-shadow so you need a border or a slightly off-white background color for the white part (unless the page background is not white) and you lose the border-radius and rgba colors. Other then that, here’s my version based on some of the previous suggestions: http://jsfiddle.net/kAJmq/

I skipped the hover effect but at least it looks good enough in IE8 :)