New Landing How can we help? Themeforest Theme Support Dante Animated text box issues in Firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #122624
    halfcj
    Member
    Post count: 61

    Seem to be a few display compatibility issues with Firefox. For example, an animated textbox doesn’t display the icon and title side of the textbox, but showing the mirror image of the content. Please see a chrome v Firefox screengrab attached.

    Attachments:
    You must be logged in to view attached files.
    #122652
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .no-csstransforms3d .sf-icon-box-animated .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .no-csstransforms .sf-icon-box-animated .back {
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
    }

    – Kyle

    #122673
    halfcj
    Member
    Post count: 61

    Yes that worked thanks.

    #122677
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register