bright-spark / css3-mediaqueries-js

Automatically exported from code.google.com/p/css3-mediaqueries-js
0 stars 0 forks source link

mediaqueries-js error #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've inserted the js into my page like so
<script type="text/javascript" src="js/css3-mediaqueries.js"></script>
in my css file I have this:
@media screen and (max-width: 760px){ do stuff }

and in IE8 I have an error popping up

This is the error:
Message: Invalid character
Line: 1
Char: 1
Code: 0
URI: file:///E:/Storefronts/js/css3-mediaqueries.js

and I never got it to load my media queries.
Anyone can help?

thanks a lot

Original issue reported on code.google.com by kel...@gmail.com on 2 Jun 2011 at 6:14

GoogleCodeExporter commented 9 years ago
i have the same issue.. any resolution?

Original comment by ccamus...@gmail.com on 22 Aug 2012 at 9:36

GoogleCodeExporter commented 9 years ago
I assume the file:// URL scheme probably doesn't work with this plugin - have 
you tried on a server?

Original comment by mik...@engagementlab.org on 21 Feb 2013 at 10:47

GoogleCodeExporter commented 9 years ago
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by wou...@dynora.nl on 4 Apr 2014 at 11:46