python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Background image not working in my safari
My css code working fine in chrome but in safari it is not working at all
.bg-gradient-dark {
background-image: linear-gradient(
310deg
, #141727 0%, #3A416F 100%);
}
CRESOL Frontend
Votes: 0
Answers: 1
html image map stops working on iOS Safari
So, there's an html page with an image map (img tag with usemap attribute) and clickable areas. Lately, I think after iOS 15 upgrade on iphone (XR, XS, 13), Safari stops firing onclick event on areas....
igorp
Votes: 0
Answers: 3
Safari 15.2 Canvas and .otf Fonts
I have a problem loading .otf fonts in the latest Safari 15.2. This same code used to work just fine in previous versions of the same browser and still does work fine in other browsers.
One of the pro...
Howard Zoopaloopa
Votes: 0
Answers: 1