transparency - Gradient on <hr> tag suddenly not showing right in Safari and Firefox -
an
tag colored transparency>white>transparency gradient working beautifully months ago in top browsers. noticed today that:
- firefox showing solid line
- safari not showing transparency , 2 ends of line black.
i used safari's web inspector change transparency rgba 255, , worked in live edit, not when changed code , refreshed :(
here code had been using:
.fade-line-white { height: 1px; border: 0; background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, white)); width: 400px; margin: 20px auto; any thoughts?
b.
Comments
Post a Comment