New Landing How can we help? Themeforest Theme Support Dante Icon Boxes "Reversing" in IE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #54725
    ronin
    Member
    Post count: 282

    Hi,

    A little while ago Ed provided us with some code so that we could put extra info in icon boxes. (pasted below) We’ve used it on this site: http://www.mcfillin.com.au and it’s working great in FF & Chrome, but in IE, when you hover, it doesn’t reveal the “back”, it just reverses the front like a mirror.

    Cheers, Kurt

    [spb_text_block pb_margin_bottom=”no” pb_border_bottom=”no” el_class=”.home-boxes” width=”1/4″ el_position=”first”]
    <div class=”sf-icon-box sf-icon-box-animated”>
    <div class=”inner”>
    <div class=”front”>

    some_text
    <div class=”sf-icon-box-content-wrap clearfix”>
    <h3>Management Accounting</h3>
    </div>
    </div>
    <div class=”back”>
    <table>
    <tbody>
    <tr>
    <td>
    <h3>Management Accounting</h3>
    <div class=”sf-icon-box-content”>

    Whether planning for business expansion and growth or working through difficult business problems or situations that arise, we can help you formulate a plan for success. Explore Management Accounting

    </div></td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    </div>
    [/spb_text_block]

    #55042
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Kurt,

    Which version of Dante are you using? This should be fixed in the latest version.

    – Ed

    #55194
    ronin
    Member
    Post count: 282

    this was a couple of months ago, so i will update and check.

    thanks mate! Kurt

    #55402
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks, let us know how you get on

    – Kyle

    #198260
    manfredbrandstaetter
    Member
    Post count: 8

    Dealing with a similar issue so I use this post and hope it is o.k.

    “… but in IE, when you hover, it doesn’t reveal the “back”, it just reverses the front like a mirror.”

    This Issue appears on Window Smartphone IE 11 with the animated text boxes
    http://scribble-diemethode.de/
    (the section with the circles when yo scroll down the start page: Herausforderung, Veränderung)

    We are using Dante Version 3.02.

    Thank you so much in advane!
    Warm wishes!

    #198298
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hmm, it’s because you have the front transparent. Not sure IE is capable of hiding that. Try this css:

    .browser-ie11 .sf-icon-box-animated .back {
    backface-visibility: hidden;
    }
    .browser-ie11 .sf-icon-box-animated.sf-hover .back {
    backface-visibility: visible;
    }

    – Ed

    #198470
    manfredbrandstaetter
    Member
    Post count: 8

    Hi Ed,

    thank you so much again!
    I really appreciate your help!
    Have a nice day 🙂

    #198488
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    We are glad 🙂 that your issue resolved. Great thanks to Ed.
    -Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.