Qoopido
-
Separate CSS files VS One CSS file (@Media)
Afaik any browser will load both stylesheets, no matter if the media query matches or not. so from a pure performance view the latter alternative should be just a tiny bit better. But from a maintainability point of view i would tend to use the firs…
-
Feedback & compatibility help welcome
@jkinney768 I did think about using http://browserupdate.org/ which we normally use for our projects but concluded to do something on my own because of the experimental nature of the site. "outdated" is imho not the argument in my case... …
-
Feedback & compatibility help welcome
So, installed VirtualBox and an IE9 VM today and fixed most of the bugs: Slideshow now has a fallback if CSS transitions are not supported Right box in the lower content row now has a fallback if browser does not support worker contact dialog now…
-
Feedback & compatibility help welcome
@TreeRoot Thanks for the additional Feedback! Might have been an aberration, agreed and should not happen normally. I sometimes have problems with cdnjs where most of the js libraries are loaded from which could cause such behaviour...
-
Feedback & compatibility help welcome
Thanks for the additional Feedback! @TreeRoot The slideshow did take a long time to load (3+ seconds) when I tried it in Chrome and IE9. All images are fully responsive (server generated) so the first load with a new ratio might take some tim…
-
Feedback & compatibility help welcome
And thanks for the link @jshjohnson :)
-
Feedback & compatibility help welcome
Thanks to both of you. I know the site will not run on ie6-8 which is ok for me. But i would love to have compatible to ie9 and above...
-
Ease Action Causes Text Flash
@TheDoc I am sure I had an issue when I tested it, but seems to work fine now (for me)... So agreed: When possible use the backface hack :)
-
Ease Action Causes Text Flash
@hudsora Cannot reproduce the problem but what you describe sounds familiar. What andy_unleash wrote should fix the problem, but from what I learnt "backface-visibility: hidden" can have some nasty side effects - at least that is what I re…