Skip to main content

All Questions

3 votes
2 answers
101 views

IE 11 element after column flex overlap

I'm trying to understand where does this go wrong on IE 11. My footer overlaps with the main content of the page, where the main content does not have a fixed height, as the items filling it might ...
knee pain's user avatar
  • 610
0 votes
2 answers
684 views

Using d-flex and flex-wrap in Internet Explorer 11

I have seen that this question had been asked before and I tried the different answers provided, however, none seemed to work on my code. I am working on fixing a series of inputs that are displaying ...
cyber_angel's user avatar
2 votes
2 answers
317 views

Adjust Buttons in Internet Explorer 11 (CSS, HTML, Bootstrap)

I have the following Code written in HTML and Angular: <form [formGroup]="form"> <div class="modal-header"> <span class="modal-title">...</span> <button type="...
JSmas's user avatar
  • 21
0 votes
1 answer
171 views

Bootstrap's justify-content and Internet Explorer

I have the following h1 with container. I want this h1 to be centered horizontally inside of this container. Since I use bootstrap I used .d-flex and .justify-content-center, which works fine - but ...
Tom's user avatar
  • 3,953
0 votes
2 answers
1k views

Font awesome icons not properly aligned in IE

This is how it appears in Chrome while in Internet Explorer, Font-awesome icons are aligned properly in Chrome, Firefox and Opera and Safari but it is shifting down in IE. I have tried several ways ...
Timilehin Osaze Adegbulugbe's user avatar
1 vote
1 answer
1k views

IE11: Bootstrap columns not behaving properly

I'm trying to make my website IE11 compatible. I have 2 columns inside a row, which both should have different heights. I have tried with height:auto; This works great in chrome but not in IE11. ...
Søren Eriksen's user avatar
0 votes
1 answer
507 views

Website incompatible with IE11, fine in Chrome

The following snippet works fine in Chrome but does not display correctly in IE11 or Edge. The navbar is fixed to the top instead of being aligned to the side and the hover effects do not work. I ...
CBreeze's user avatar
  • 2,945
3 votes
3 answers
18k views

Making flexbox work in IE11

I know there are similar questions about, but I have tried all of the suggestions and still cant get it working. I am using Bootstrap, and I have a section that is 100vh in height. Within this ...
katie hudson's user avatar
  • 2,825
1 vote
1 answer
2k views

My web fonts are not rendering on IE11

This is my CSS: @font-face { font-family: 'avant-garde-gothic-lt-extra-light-v3'; src: url('itc-avant-garde-gothic-lt-extra-light.eot'); /* IE9 Compat Modes */ src: url('itc-avant-garde-...
user3108268's user avatar
  • 1,055
0 votes
0 answers
334 views

ServiceNow Service Portal flexbox IE11

I'm building a Service Portal in ServiceNow and am having issues with bootstrap card decks rendering correctly in IE 11. ServiceNow actually doesn't even support boostrap4, so our team hacked it by ...
Dave's user avatar
  • 1,277
1 vote
1 answer
782 views

Flexbox grid misaligned in IE10/11

I have a 2x2 grid next to one big image that I need to line up. (here's a codepen) I used a combination of Bootstrap 3.3.7 and Flexbox and it looks great in everything BUT IE (go figure). I'm just ...
Kathryn Crawford's user avatar
13 votes
10 answers
18k views

Bootstrap card image distorted in Internet Explorer

I'm using bootstrap v4 cards in my layout and unfortunately, the images are distorted in Internet Explorer 11. It seems that IE completely ignores the height: auto attribute given by the img-fluid ...
ddzone's user avatar
  • 133
0 votes
2 answers
3k views

Bootstrap navbar not centered properly on IE11

I'm prototyping a very simple bootstrap navbar which I want with a maximum width of 600px, centered on the screen and fixed on top. This is the html code: .navbar { max-width: 600px; ...
mateo's user avatar
  • 3
4 votes
1 answer
766 views

Bootstrap Collapse Expands Table Incorrectly

I am trying to make a Bootstrap table that expands the rows when you click on the header and then closes again when you click the header again. The code I have below does what I want it to do BUT the ...
user5171795's user avatar
0 votes
1 answer
97 views

IE11 flickers in AJS 1.3 and need a quick fix

I am facing an issue of flickering screens when I toggle(on click of a search button, say for e.g.) in IE11, AngularJs 1.3 and bootstrap 3.3.5. I am showing and hiding an element on the same bar ...
Smitha's user avatar
  • 6,124

15 30 50 per page