Skip to main content

All Questions

0 votes
1 answer
121 views

SCSS changes display: flex; to display: grid;

I am making an internal website for a company. We have to use Internet explorer. I am using SCSS to make this work. This works well in most cases except when I want to use flexbox SCSS changes ....
André Jarboe II's user avatar
1 vote
1 answer
1k views

max-width of image not working in flexbox for IE 11 but works on google chrome

I'm creating a 2 by 2 grid layout using flexbox where the first column items are merged together as shown below: This works in Google Chrome without a problem. The image can grow until the maximum ...
Xegara's user avatar
  • 103
0 votes
3 answers
297 views

How to make this simple landing page flex box work in all relevant browsers?

For hours I have been trying to make a simple landing box banner layout work in all relevant browsers using flexbox, but without luck. In the following there is a sketch of the layout I want to ...
Stooky's user avatar
  • 1
2 votes
1 answer
644 views

IE 11 Flexbox child is overflowing container [duplicate]

I have put together the following example. It works on all major browsers but it does not on IE11. The content div is overflowing the flex container (no scroll bar) and pushes the footer down. Any ...
Jose Ch.'s user avatar
  • 3,876
0 votes
1 answer
172 views

Flex-grow behaving differently on IE 11

I was experimenting with flexbox on IE and noticed that my navigation bar does not work the same on IE compared to all other browsers. The navigation bar should appear on two lines as soon as the ...
JasperTack's user avatar
  • 4,417
0 votes
1 answer
194 views

IE11 flex child doesn't shrink to give room to other child with non-wrapping content

IE11 doesn't shrink a flex child when another child is too small to fit it's (non wrapping) content. I have gone over the notorious IE flex bugs (https://github.com/philipwalton/flexbugs) and tried ...
Adriaan Meuris's user avatar
0 votes
1 answer
103 views

How to make this layout look the same in both Chrome and IE 11?

I made a small page and saw a bug in it. I show you the part of the code where the bug is visible. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="...
user153742's user avatar
1 vote
1 answer
622 views

How can I prevent flex items from shrinking in IE11 to be smaller than their content?

Assuming the following markup: (JSFiddle link) .parent { width: 200px; border: 1px solid #ccc; height: 300px; display: flex; flex-direction: column; } .space-avail-sets-height { ...
kthornbloom's user avatar
  • 3,690
2 votes
2 answers
515 views

Flex works in chrome but not in IE

the html structure of the code is as shown below. Now I have given background:red to timeline className ( to check if the child gets shrink or grow when minimizing and maximizing the window size). ...
hightides1973's user avatar
0 votes
2 answers
632 views

Overlapping flex item has different behavior in IE11 and Chrome

following this https://jsbin.com/limevid/1/edit?html,css,output , I notice that paragraph in IE starts from the top of the container instead in Chrome, paragraph overlap the container. p { ...
HouseFragance's user avatar
0 votes
3 answers
469 views

Why doesn't my flexbox hover effects work as expected in IE 11?

I have instituted a flex-grid in my code, however its not functioning as expected in ie11 (i unfortunately need to have it work there too)—Chrome and Firefox both work fine. What seems to ...
Alex DiCaprio's user avatar
0 votes
0 answers
122 views

html and css alignment between chrome and IE11

I am currenlty in a situation where I have this html <div class="grid-container"> <div class="item1">1</div> <div class="item2"> <div class="item3">3begin</...
I am not Fat's user avatar
2 votes
1 answer
1k views

List item alignment problem with flexbox in IE 11 and Edge

I've created an ordered list of questions, with the option to edit or delete each one. I'm using Bootstrap 4 and flexboxes to design my website. The list looks great on Firefox and Chrome, but when I ...
Alexander's user avatar
  • 4,109
0 votes
1 answer
130 views

IE element's height couldn't span its absolute-positioned flex container by min-height

I am making a simple page with a content-session that would span all the height of its container so that I can make a full-paged web. However, I need to make the content's container (div.inner) ...
mannok's user avatar
  • 1,811
0 votes
3 answers
1k views

CSS not applied when display flex is used in microsoft edge

I'm trying to apply border before and after the text. It works on all the browsers except for Microsoft edge and internet explorer. I'm using display: flex and please refer my code for details I have ...
Vinodh's user avatar
  • 57

15 30 50 per page
1
2
3 4 5
14