• Resolved seppp

    (@seppp)


    Hi there!

    Thanks for your useful plugin! I use the following CSS code to make the image area and light-box transparent. It perfectly works in Chrome and Firefox, but in the Internet Explorer not at all! I appreciate it, if you help me with this issue!

    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        background-color: #fff0;
    }
    #hotspot-6 .hotspots-image-container, #hotspot-6 .leaflet-container {
        background: #efefef00 !important;
    }
    #hotspot-6 .hotspots-placeholder {
        background: transparent !important;
    }
    
    body .leaflet-pane.leaflet-tooltip-pane {
    	display: none;
    }
     
Viewing 1 replies (of 1 total)
  • Plugin Author croixhaug

    (@croixhaug)

    Hi there,

    Draw Attention should work fine in Microsoft Edge, but we unfortunately can’t support Internet Explorer well.

    So this may not work, but please try this (which makes the background a transparent color):
    background: rgba(255, 255, 255, 0);

    Explorer was released 5 years ago and many of the basic browser features we rely on just never got added to IE11. Internet Explorer usage has fallen below 0.9% of all browsers [https://www.w3schools.com/browsers/browsers_explorer.asp] so hopefully it’s a pretty small part of your users affected

    Thanks,
    Nathan

Viewing 1 replies (of 1 total)
  • The topic ‘CSS code doesn’t work in IE!’ is closed to new replies.