Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1008432

    Hi,

    Just doing some cross browser checks before launching our website.

    aI noticed that on Safari the page http://shamalae.com/services/ there is no blue opacity appearing on the accordion slider.

    I have checked on Chrome and Firefox which are appearing as should.

    Went through the usual protocol of clearing cache etc but still appearing the same.

    Any idea how to fix?

    #1008433

    Access details attached.

    #1009081

    Hi,

    Yes unfortunately old safari versions does not support that as a CSS rule :)

    Best regards,
    Basilis

    #1010313

    The version of Safari that I have tested it on is 11.1 which I assumed was the latest version.

    It is also doing the same thing with internet explorer.

    #1010366

    Hi markpevans,

    The correct code would be

    
    #top .aviaccordion-preview-title-wrap {
        position: relative;
        display: table;
        height: 100%;
        width: 100%;
        background: rgba(0, 27, 60, 0.7);
        padding: 0;
        filter: alpha(opacity=60);
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1010408

    Incredible!

    Thank you for solving that for me :)

    #1010441

    Hi markpevans,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.