https://bugzilla.wikimedia.org/show_bug.cgi?id=46757
--- Comment #3 from Brion Vibber <[email protected]> --- Unfortunately conditional stylesheets for old-IE is hard; you have to use conditional comments in the *HTML source* to <link> or <style>, or load them conditionally from JS, and that's all kinda tricky. But my main concern is just with the embedding syntax. The output _looks wrong_ to me per spec, I'm not sure if it's relying on weird IE bugs instead of using standard fallback methods or what. #mw-mf-menu-main li.icon-loginout a{ background-image:url(data:image/png;base64,...);url(//bits.wikimedia.org/static-1.21wmf12/extensions/MobileFrontend/stylesheets/common/images/menu/lowres/loginout.png?2013-03-27T22:43:20Z)!ie } I can't help but think there should be another 'background-image:' in there for proper syntax. Are the data: URIs confusing the N95 browser or is it the missing "background-image:" or the "!ie"? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
