goodoldarsenal
11-08-2010, 03:44 PM
Is there any workaround for IE and media queries?
I've managed to get my site working on FF, Opera, Chrome and Safari and I know IE doesn't support media queries at the present time, but I need a workaround for it, without messing up the code I currently have. I can't seem to find one specifically for Internet Explorer.
this is what I have so far: HTML
<HEAD>
<META http-equiv="content-type" content="text/html; charset=windows-1250">
<META name="generator" content="PSPad editor, www.pspad.com">
<TITLE>E-co Technologies</TITLE>
<LINK rel='stylesheet' type='text/css' href='Styles.css'>
<LINK rel='stylesheet' media='screen and (max-width: 700px)' href='narrow.css'>
<LINK rel='stylesheet' media='screen and (min-width: 701px) and (max-width: 900px)' href='medium.css'>
<LINK rel='stylesheet' media='screen and (min-width: 901px)' href='wide.css'>
</HEAD>
Then I have the code in each style sheet to alter the divs.
Link to site: http://mi-linux.wlv.ac.uk/~1004482/index.html
Help ASAP would be great!
I've managed to get my site working on FF, Opera, Chrome and Safari and I know IE doesn't support media queries at the present time, but I need a workaround for it, without messing up the code I currently have. I can't seem to find one specifically for Internet Explorer.
this is what I have so far: HTML
<HEAD>
<META http-equiv="content-type" content="text/html; charset=windows-1250">
<META name="generator" content="PSPad editor, www.pspad.com">
<TITLE>E-co Technologies</TITLE>
<LINK rel='stylesheet' type='text/css' href='Styles.css'>
<LINK rel='stylesheet' media='screen and (max-width: 700px)' href='narrow.css'>
<LINK rel='stylesheet' media='screen and (min-width: 701px) and (max-width: 900px)' href='medium.css'>
<LINK rel='stylesheet' media='screen and (min-width: 901px)' href='wide.css'>
</HEAD>
Then I have the code in each style sheet to alter the divs.
Link to site: http://mi-linux.wlv.ac.uk/~1004482/index.html
Help ASAP would be great!