Browser update pop up

Hi

I am trying to implement a pop up for all IE browsers to encourage a browser update to edge or other compatible browsers. I have designed with flex box and certain important features such as a donation section using a donor box widget do not seem to work on IE.

I have implemented a code from https://browser-update.org in my custom code section/header code but on IE 11 the pop up is still not displaying. What am I doing wrong?

Thanks for your help.
Lea


Here is my site Read-Only: Webflow - Ngati Porou Hauora

http://ngati-porou-hauora.webflow.io/

You could try to use this:
<!--[if IE]> <div class="warning"><p>For the best experience please open using Chrome, Firefox or Safari</p></div> <![endif]-->

Then create the look of it using CSS, this ay not work past IE10 haven’t tested it past 9

After required:{ you need to change “e:-4” to “-3”. That should rule out ie11 as well.

1 Like

change from e -4 to -3 works! thx :stuck_out_tongue: