Archived topic
Safar browser
3 replies · Started by takkularapsis on April 22, 2019
Hi,
If i check my page with safari, it shows hover action different than in other browsers.
If you navigate to "Opettajat" in menu you can see it looks ok with chrome and firefox but badly in safari. Any way i could fix this?
Hi there,
this is due to an error in your CSS - when using rgb colors with transparency they should look like this:
rgba(0,0,0,0.5);
You currently have rgb( as opposed to rgba(
Hi,
Thank you, again saved the day. New knowledge for me everyday :)
You're welcome - glad to be of help :)