From 8becb09b67fb49c5d7e0f460d79f5e973f0d228f Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 15 Apr 2013 00:54:32 -0700 Subject: First commit. --- IE-Media-Queries.html | 13 +++++++++++++ README.md | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 IE-Media-Queries.html create mode 100644 README.md diff --git a/IE-Media-Queries.html b/IE-Media-Queries.html new file mode 100644 index 0000000..68b75a2 --- /dev/null +++ b/IE-Media-Queries.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0135405 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# IE-Media-Queries # +A simple script to use media queries in IE 8 and lower. +## Usage ## +Simply insert the following code into the of your page. + + + +You can change the > to a < to indicated a maximum screen size for a specific stylesheet. \ No newline at end of file -- cgit v1.2.3