Search the Community
Showing results for tags 'edge'.
-
The Edge browser displays the content.html example. The Chrome browser does not display the content.html example.
-
I think you have folks have an awesome site. I frequently refer learners to it. But there is a matter that I would definitely improve: differentiate between IE and Edge when it comes to browser support. For example on https://www.w3schools.com/tags/att_input_type.asp There are many differences between the two browsers on that issue. See https://caniuse.com/#search=input type And that's just one example. In CSS3, there plenty differences as well. Windows 7, which doesn't accept Edge, is still widely used in the corporate world, and that is going to remain for quite a while. So those
- 5 replies
-
- browser support
- internet explorer
-
(and 1 more)
Tagged with:
-
I have developed a simple html page. In that page there is a html button. If any user browses the page with Edge Browser then a message will show to click on that button to visit the page in Internet Explorer. To open Internet Explorer I have Used ActiveXObject. But the button is not working to launch Internet Explorer in Edge Browser. The code is given bellow. function LaunchIE() {var obj = new ActiveXObject("WScript.Shell");var ie = "C:Program FilesInternet Exploreriexplore.exe";obj.Run('"' + ie + '"', 1);} Can anyone please give me suggestion.
- 2 replies
-
- javascript
- Edge
-
(and 1 more)
Tagged with:
-
hi there,I have 2 div's my 1st div is a menu with a bit of css3 in it and the 2nd div is animated art work from adobe edge. what i need:i need the animated div to work in the background of the 1st div and bring the 1st div to the front of the stage the problem:the 2nd div is overlapping the 1st div and stopping the menu from working properly my code: <style type="text/css">/* main menu styles */#nav { display:inline-block; width:100%; margin:0px auto; padding:0; background:#008000 url(../image/bg.png) repeat-x 0 -110px; border-radius:10px; /*some css3*/ -moz-border-radius:10px; -webkit