40

WHAT THE FUCK
WHY DOES SHIT RENDER DIFFERENTLY ON CHROME AND SAFARI

I SPENT A LONG ASS TIME TRYING TO MAKE A SMALL DIV PERFECT BUT FUCK ME IT ONLY WORKS ON CHROME

AND THE ONLY THING THAT WORKS ON SAFARI IS SOME HACK

WTF KILL ME I DONT WANT TO LIVE ANYMORE

Comments
  • 2
    Different rendering agents 😋

    Hopefully it doesn't look too different in Firefox and Edge :(
  • 0
    @itsdaniel0 Ya I've faced minor rendering differences before but this time the difference is pretty glaring. It renders the same on firefox as it does on chrome.
  • 1
    Might want to look at using a Normalize or Reset CSS?

    And yes - webkits DO render things differently. :P
  • 7
    @harambae These days I find Safari to be one of the most difficult browsers to work with, it's support for new CSS is limited.
    Don't even get me started on form fields...
  • 2
    Give me your address 🌩☠️💀👻
  • 6
    @sesh 127.0.0.1
  • 1
    @horngyih its not a preset issue. its rendering flexbox differently
  • 1
    @harambae Ah, flex box and Safari = Bad
    Use an auto prefixer, should get you most of the way there
  • 2
    @Letmecode or, to say it as a movie title: "safari - the legacy of the explorer" ... If you know what I mean.
  • 0
    @itsdaniel0 Ya I always use stylus with an autoprefixer. But this is, at the core, a rendering issue, not some css problem. smh safari
  • 1
    @harambae
    # lsof -i @localhost:8080;kill -9 <<PID>>
  • 0
    @harambae :P yeah - well that too. :P
  • 5
    Welcome to browser compatibility nightmare. Safari for me is worse than IE because people actually use it. Tips: autoptefixer plugin or preprocessor
  • 2
    #justBrowserThings
  • 0
    Just remember two things:
    - Don't develop only on chrome, it's not that if something works there should work everywhere else
    - safari is the new ie
  • 1
    Since Edge came out, Safari is the new IE
Add Comment