Questions tagged [safari-windows]

Use this tag only for Windows's version of Safari, not for the OS X version.

Safari for Windows has been discontinued in 2012, with the latest version being 5.1.7 (534.57.2) released on May 9, 2012.

4 questions
1
vote
1 answer

Scroll on Bootstrap navbar not working in Safari on iOS

I have a responsive mobile site which works fine on Chrome and IE. However in Safari it doesn't let you scroll down a page. Bootstrap has a max-height of 340px which I have overridden and set it to a height of 100vh, which isn't working in Safari as…
marry
  • 153
  • 2
  • 3
  • 15
0
votes
1 answer

Safari browser for windows support ECMAScript 2016(ECMAScript 7) or not?

I'm currently working on developing a website using ECMAScript 2016 and it works just fine on Google Chrome and other browsers but when I run that website on the Safari browser for Windows(Version 5.1.7), it doesn't work and getting some errors on…
0
votes
1 answer

CSS Border Image Gradient Not Working in Safari 5.1.7

I refer this code CSS Border Image Gradient Not Working in Safari 10 But I want to use two color combination for the bottom border. For that, I modified it as below. Below code working in Mac- Safari:: 9.1.2, 10.0 Mac- Chrome:: 60, Windows- Mozilla…
0
votes
0 answers

Safari overflow hidden border radius drop shadow

I have problem with creating round circle in Safari (only on Windows). The problem is that when I apply the fix for safari mentioned elsewhere: -webkit-mask-image: -webkit-radial-gradient(circle, white, black); I loose drop shadow on…
Toniq
  • 4,492
  • 12
  • 50
  • 109