More information about the Underscore mailing list

[_] Mac/IE usage stats

Tim Beadle tim.beadle at gmail.com
Wed Feb 7 14:57:29 GMT 2007

On 07/02/07, Stuart Charlton <stuart at pieman.net> wrote:
> yeah - that's what i was planning on offering
> what's the best way to stop IE5/Mac from getting the CSS?

<style type="text/css" media="screen">
	/* Note the single quotes around the URL - Mac IE doesn't understand
this syntax */
	@import url('path/to/style.css');
<style>

http://www.l-c-n.com/IE5tests/hiding/

Tim