Tagged: accordion slider, opacity, safari
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?
Access details attached.
Hi,
Yes unfortunately old safari versions does not support that as a CSS rule :)
Best regards,
Basilis
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.
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
Incredible!
Thank you for solving that for me :)
Hi markpevans,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria