Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
620hun83708y@Jumpshot44 I'm really satisfied especially considering that I haven't made a single website since 10 years ago or something when using tables and scrolling text was common practice. In a couple months I had to forget all that and learn HTML5 :) BUT at the same time it's annoying that IE won't get past the intro screen.
-
620hun83708yOk, that's really weird. I replaced a stupid CSS transform method to center an element with flex and now it loads. I don't even know why I didn't use flex to start with.
-
@620hun flexbox to the rescue! Autoprefixing is also a good idea for older IE clients. These days though, I would almost consider "doesn't work in IE" to be a feature.
-
620hun83708y@cjhowald I was about to put a script on the intro screen to detect IE and show a text saying "come back with a proper browser" or something like that, but first I wanted to switch to flex, and tadaa, it worked. So I deleted the IE text :D
So I finished my personal website. It works fine on every browser... Except IE. All JS functions pass the compatibility check and I don't get any errors. Great.
undefined
javascript
ie