The side button is not functioning properly on IE Edge

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...

Answer №1

Check out this CSS snippet

body {
    -ms-overflow-style: scrollbar;
}

Similar questions

If you have not found the answer to your question or you are interested in this topic, then look at other similar questions below or use the search

Establishing direct connections between servers for postback notifications

Although this question is more related to architecture, I'll still go ahead and ask it. Here's the scenario: I have several servers running on an internal network. Is it possible for a server on the internal network to send a post to an external ...

Tips for refreshing a method upon navigating to a new page in an ASP.NET gridview

I have a GridView and want to trigger a method reload whenever the next page is accessed. Below is the GridView with the onPageIndexChanging method implemented. Is this the correct approach? <asp:GridView ID="grdvProductChurn" runat="server" CellPaddi ...

Using JavaScript variables in a Jinja array

I encountered a frustrating issue that has been causing me some trouble. In my project setup, data is being transferred from Python to the frontend using Jinja in the form of a 2D list. My goal is to loop through this array using a for loop, but I'm ...

Applying CSS borders with circular corners

Can this unique border style be achieved using only CSS? https://i.sstatic.net/wMtbG.png ...

Problem encountered when trying to show the Jquery Ajax response on an HTML page

I'm facing a challenge with loading a page that needs to display values with dynamic pagination. To retrieve these values, I am making a REST call which returns a JSON object. Although I can see the JSON output in the browser console, I am unable to d ...

Optimal method for organizing REST URIs

Let's consider the scenario where we have the following classes and need to establish REST URIs: class Profile{ IList<Upload> Uploads{get;} } class Upload{ int ProfileId; int CategoryId; } class Category{ IList<Upload> Uploads{ ...

Having trouble locating an element after choosing an option from a dropdown with Python, Selenium, and ActionChains

This question seems simple, but it has turned into a long post for me. I am scraping a supplier's website and saving the data to a csv file to avoid manually going through numerous product pages. When I try to filter my search to only show in-stock pr ...

Electron triggers MouseLeave event on child elements

Dealing with mouse hover events can be a bit tricky, especially when working with AngularJS in an Electron-hosted app. Here's the HTML template and script I'm using: HTML: <div id="controlArea" (mouseenter) = "onControlAreaEnter()" ...

What could be causing the issue with my validation for alphabetical input?

I am currently working on a registration form that only accepts alphabetical input. However, I am facing an issue where my error message appears regardless of whether I input an alphabetical or special character. According to my understanding, the code sho ...

mystery gathering issue

In my session class, there is a field called IsCartRecentlyUpdated: public bool IsCartRecentlyUpdated { get { if (this.session["IsCartRecentlyUpdated"] != null) { return (bool)this.session["IsCartRecentlyUpdated"]; ...

The second click on ng-click does not seem to be functioning properly

Hello, I am new to AngularJS. I have managed to fetch the required data, but I'm facing an issue where clicking doesn't work for the second time. I have tried multiple solutions but none seem to be working. Could someone please help me solve this ...

Is there a way to create rectangles with a designated percentage of blue color using CSS or Bootstrap 3?

There's an image on my laptop that perfectly illustrates what I mean, but unfortunately, I'm not sure how to share it with you. In essence, I am looking to create a rectangle filled with a specific percentage of the color blue. Could you assist m ...

Parsing HTML in Python 3: A Guide to Extracting Information

Trying to extract text from a webpage using Python 3.3 and then search for specific strings within that text. When a matching string is found, the goal is to store the subsequent text. For instance, taking this page as an example: and I need to preserve ...

Is there a way to synchronize breakpoint values across different media queries?

Currently utilizing Next.js version 9.53. Utilizing the built-in CSS module support provided by Next.js without the use of CSS pre-processors (less, sass, etc.) or CSS-in-JS (styled-components, etc.). Presently, my approach involves writing CSS in a mobi ...

The data integrity was compromised at /notes/add due to a failure in the NOT NULL constraint for the created field

Having encountered an issue while trying to execute the add function in Django2, I am unable to create a new post. The error message is as follows: IntegrityError at /notes/add NOT NULL constraint failed: notes_note.created Please find the views below: ...

Unable to access the assembly /type?

I have encountered an error in my asp.net mvc application that was previously working fine on IIs. Despite not making any changes to the settings or building the application, it now throws the following error: After noticing the presence of the WebSystem. ...

Embedding hyperlinks in vue.js

As I scrape a website, I am pulling data from a JSON file and trying to display it in an HTML table within a component file in Vue.js. One of the values I want to display as an href link. However, the value {{ row[8] }} is in a format that Vue.js cannot re ...

Using jQuery and Flask-WTF to achieve live word count in a TextAreaField - a step-by-step guide!

I am interested in adding a real-time word count feature to a TextAreaField using jQuery. I found an example that I plan to use as the basis for my code: <html lang="en"> <head> <script src= "https://code.jquery.com/jquery ...

Is it frowned upon or considered incorrect to achieve a horizontally centered page by adjusting the CSS properties of the html tag?

Is it considered wrong or frowned upon to center a webpage horizontally by adjusting CSS properties of the HTML tag? Sample CSS code: <style type="text/css"> html { width: 1200px; margin: 0px auto; background-color: ...

executing the all-encompassing interface

Seeking assistance in exposing the methods within the following class through an Interface. The goal is to utilize the functionalities of the Cache class via an interface. Essentially, we need to design a generic interface that outlines common cache meth ...