css - IE9/IE 10 No Stylesheets -


i've run quite roadblock. while believe got ie10 work, ie 9 not life of me display of custom styles. it's defaulting foundation. , ridiculous off-canvas not hidden after applying custom css.

i have i'm @ complete loss. site working flawlessly in other browsers , working fine previously. somewhere along way drastic changed.

site pro-gard.com

and i'm grateful , insight.

the site displays in firefox, navigation bar sits pixel or 2 high vertically. can see you're using css3 styles may conflict various versions of ie including gradients / rounded corners.

have looked @ modernizr?

"modernizr makes easy write conditional javascript , css handle each situation, whether browser supports feature or not." 

this may resolve of non-compatible styles.

also, can check see full list of css compatibility various ie versions here.

edit: based on comment below, i've added css limits ie.

internet explorer 6-9

a sheet may contain 4095 rules sheet may @import 31 sheets @import nesting supports 4 levels deep 

internet explorer 10

a sheet may contain 65534 rules document may use 4095 stylesheets @import nesting limited 4095 levels (due 4095 stylesheet limit) 

found information: here


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -