dstorey
-
AnythingSlider v1.5.10 in IE 9 centers screen on next slide bug
Have you tried updating to the latest version to see if that works? The version on the demo page is v1.8.6. I don't have IE9 to test here, but it works fine in IE10 when set to IE9 compatibility mode. http://css-tricks.com/examples/AnythingSlid…
-
FOUT when un-styled font is totally different size than styled
There is a couple of things you could do. The first is to try to find a fallback font that has a somewhat similar x height than your web font. This should minimise the difference between the two fonts, and create less jumping. That is not always pos…
-
When building a responsive website should I start from mobile layout or web layout?
You will tend to find that mobile devices have more constraint resources than desktop, so it makes sense to feed them the least amount of styles as is required, and lay on the extra bells and whistles on top of that for the more capable devices. I …
-
Internet explorer bug
Are you just supplying that style sheet to give IE mobile a gradient? IE10 mobile supports regular CSS gradients using the modern unprefixed form (and with -ms-prefix using the older syntax), so you shouldn't need a fix for that browser. You wi…
-
Internet explorer bug
@AttilaEgyed: Windows Phone 8 uses IE10. IE10 doesn't support conditional comments. I'm not sure about IE10 mobile, but I suspect it doesn't either. Windows Phone 7.5 uses IE9. They're very similar to their desktop cousins. The…
-
IE10 - What do you think of it?
@jamy_za yeah, I’ve not used their dev tools too much. I have to dig into it properly now I have a Windows machine to test. I was the PM of Opera’s developer tools, so I’m sure I’ll have quite a lot of feedback to give to MS when I have a better ide…
-
Box-shadow doesn't re-render properly when javascript changes the containers size. (IE9/10)
It works for me here in the release version of IE10 in both desktop and the Metro UI modes.
-
Windows 8 Metro Internet Explorer Kills My Favicon
There is also this page for how to set the tile image for Windows 8 http://blogs.msdn.com/b/ie/archive/2012/06/08/high-quality-visuals-for-pinned-sites-in-windows-8.aspx
-
Windows 8 Metro Internet Explorer Kills My Favicon
This document tells you how to make an .ico file that has all the different sizes: http://msdn.microsoft.com/en-us/library/ie/gg491740(v=vs.85).aspx It is for IE9, but I believe it is similar for IE10. The IE10 documents link to that page.
-
Anyone have IE10? I need to test a CSS3 transition.
It works fine in IE10 release version. If you like to test IE, you could use tools such as http://www.browserstack.com although you have to pay after the free trial runs out. The fonts do not work correctly however. This is because you only use a T…
-
IE10 - What do you think of it?
IE10 is actually a pretty good modern web browser. Its CSS support is particularly good. It has all the recent CSS features we rely on in other browsers, such as gradients, CSS transitions, 2d and 3d transforms, animations, Multi-column etc, and the…