Title: CSS code doesn&#8217;t work in IE!
Last modified: December 21, 2019

---

# CSS code doesn’t work in IE!

 *  Resolved [seppp](https://wordpress.org/support/users/seppp/)
 * (@seppp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-code-doesnt-work-in-ie/)
 * 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 [NSquared](https://wordpress.org/support/users/croixhaug/)
 * (@croixhaug)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-code-doesnt-work-in-ie/#post-12261244)
 * 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.

 * ![](https://ps.w.org/draw-attention/assets/icon-256x256.png?rev=2888664)
 * [Interactive Image Map Plugin - Draw Attention](https://wordpress.org/plugins/draw-attention/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/draw-attention/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/draw-attention/)
 * [Active Topics](https://wordpress.org/support/plugin/draw-attention/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/draw-attention/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/draw-attention/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [NSquared](https://wordpress.org/support/users/croixhaug/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/css-code-doesnt-work-in-ie/#post-12261244)
 * Status: resolved