How to make CSS justify-content:space-evenly fallback to space-between on Safari?

@supports is of no help, see my comment above (hey Apple, can you remind me what was the point of this feature? Sigh) but you can have the same layout with :pseudos and space-between. The only constraint is you can’t use pseudos on the flex container for anything else. ➡️ Codepen ➡️ Relevant code: .evenly-like … Read more

Debugging javascript in Safari for Windows

Well, apart from the Error Console that can be opened from the Develop menu (which in turn can be enabled in (Prefences / Advanced / Show Develop menu in menu bar) there aren’t many javascript debugging options in Safari AFAIK. Still, the error console is quite useful as it shows javascript errors and also lets … Read more

CSS3 animation not working in safari

Found the solution. In Safari when you use Keyframes you need to use the whole percentage: this won’t work: @-webkit-keyframes keyarm { 0% { -webkit-transform: rotate(0deg); } 5% { -webkit-transform: rotate(-14deg); } 10% { -webkit-transform: rotate(0deg); } } this will: @-webkit-keyframes keyarm { 0% { -webkit-transform: rotate(0deg); } 5% { -webkit-transform: rotate(-14deg); } 10% { … Read more

Only in Safari – position:fixed child cut off when parent is position:fixed and overflow:hidden

I found a solution that’s working for me in Safari 13.0.2 on macOS Catalina 10.15. The trick was to split position: fixed and overflow: hidden across two divs, like so: <div class=”wrapper”> <div class=”wrap2″> <div class=”inner”> Great success in safari 13.0.2 on MacOS Catalina 10.15 </div> </div> </div> .wrapper{ background-color: red; padding: 40px; width: 200px; … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)