Objective:
The button on the right side should be functional in the latest versions of IE, Chrome, and Firefox.
Challenge:
It currently works in Chrome and Firefox but not in Edge.
The code is extracted from this webpage () and functions perfectly well in Edge too.
I suspect there might be an issue with Bootstrap in relation to Edge. Unsure about how to troubleshoot it.
Thank you!
Details:
*I'm utilizing Bootstrap v2 along with asp.net mvc.
*The snippet of the source code is provided below.
*I have used this part of the code extensively during development.
https://i.sstatic.net/syZLj.png
p {
font-size: 24px;
}
#foo {
position:fixed;
right:0;
display:block;
top:400px;
width:128px;
height:128px;
background: #f00 url('http://icons.iconarchive.com/icons/uiconstock/50-free-christmas/128/candy-2-icon.png') no-repeat 50% 50%;
}
#fooo {
position:fixed;
left:0;
display:block;
top:400px;
width:128px;
height:128px;
background: #f00 url('http://icons.iconarchive.com/icons/uiconstock/50-free-christmas/128/candy-2-icon.png') no-repeat 50% 50%;
}
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut varius sagittis tincidunt. Donec consectetur sem vitae lorem finibus dictum. Pellentesque cursus sollicitudin eros vitae ullamcorper. Praesent consectetur posuere metus vel dictum. Mauris vitae fringilla libero. Fusce dui leo, bibendum a porttitor ullamcorper, scelerisque vitae quam. Praesent laoreet magna nisi, sit amet luctus quam condimentum vel. Phasellus aliquam nec sem sed eleifend. Donec hendrerit semper efficitur. Sed malesuada nisi quis arcu accumsan...