- 0
Conflicting HTML5 trunk + CSS3 Media Queries + Slider
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
HTML, CSS, & JavaScript All-in-One For Dummies (worth $39.99) free download ends today
By News Staff,
- ebook offer
- sponsored
- (and 3 more)
- 0 replies
- 0 views
-
Google to discontinue the Basic HTML version of Gmail next year
By Chasethebase,
- 1 reply
- 14 views
-
Get this Price Dropped Coding 101 Bootcamp Beginners Bundle for only $24.99
By News Staff,
- zenva academy
- coding 101
- (and 11 more)
- 1 reply
- 9 views
-
- 0 replies
- 10 views
-
Pay only $29.99 for this 2022 Web Development for Beginners Bundle
By News Staff,
- neowin deals
- online courses
- (and 11 more)
- 0 replies
- 7 views
-
Question
team_NOOB
Hi all,
Has anyone run into any troubles declaring if statements for html5 and css3 media queries for anything <IE9?
I.e.
All I have in the header is:
<link href="css/master.css" rel="stylesheet" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700|Economica:400,700' rel='stylesheet' type='text/css'/>
<link href="css/media-queries.css" rel="stylesheet" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.bxSlider.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('#slider1').bxSlider({
auto: true,
autoControls: true
});
});
</script>
[/CODE]
And it's crashing IE7 and IE8 - like the page won't load and IE literally crashes.
Let me know if you need some more info about the issue or markup.
Thanks,
Ben
Link to comment
https://www.neowin.net/forum/topic/1064210-conflicting-html5-trunk-css3-media-queries-slider/Share on other sites
6 answers to this question
Recommended Posts