Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Issue with IE

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #165241
    jaswinder
    Participant

    working on website

    http://webiworld.com/add/

    added some transition stuff in menus.. working great with safari and chrome, but in IE not working well..

    if such effect is not possible in IE, atleast add some hover effect in it (only for ie)

    i tried some conditional statement and that too not working in IE 10… any help

    #165267
    Paulie_D
    Member

    Rather than just a link, perhaps you could show us a reduced case in Codepen?

    Conditional IE statements were dropped after IE9 and IE10 + do not recognise them.

    #165281
    jaswinder
    Participant

    here is my codepen.. e.g

    http://codepen.io/Jaswinder/pen/qlsEn

    any suggestion ??

    #165282
    Paulie_D
    Member

    3D transforms aren’t supported by IE9

    http://caniuse.com/transforms3d

    What fallback did you want for IE9 and below.

    #165283
    Alan C
    Participant

    Looks to me like you might need a shiv for the html5 elements and maybe a polyfill for the css3 effects.

    #165293
    jaswinder
    Participant

    will you clarify me more clearly .. what and how to do

    and also if not possible such effect in IE,, at least i want just a hover effect for IE and same 3d effect for rest browsers..

    #165294
    Paulie_D
    Member

    Seriously….you can build that codepen and you don’t know how do so a hover state fallback?

    #165303
    jaswinder
    Participant

    I didn’t mean that

    For IE i tried this

    <![if IE]> hover menu<![endif]>

    <![if !IE]> 3d menu <![endif]>

    But now the issue is IE showing menu with hover effect , but other browsers showing 2 menus ( one with hover and other with 3d ) as they don’t understand conditional statements

    #165415
    jaswinder
    Participant

    hi everyone

    i used the html5shiv it works nicely.. but modernizer is not working at all… for some properties i used PIE also..

    Will anyone solve it completely ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.