Skip to main content

All Questions

0 votes
1 answer
2k views

IE11: how to make two-column grid layout that the second column would fill both or one column, depending on whether the first column is displayed

What I want to achieve, is to have two-column grid layout that behaves like this: if display property of col 1 set to inline - layout should be rendered as follows: +------+--------------+ | | ...
user avatar
-1 votes
2 answers
900 views

sticky footer dosn't work on IE11/10

I have got a page template working fine on chrome. However, on IE 11/10/9 , it has very weird behaviour. My html template is structured as below:- @media (min-width:768px){ /* if ...
Bo Chen's user avatar
  • 717
0 votes
3 answers
474 views

<a> over <img> not working IE10

HTML <div class="cont" id="cont"> <img class="c1" id="c1" src="..."></img> </div> <div class="men" id="men"> <a href="..."></a> </div> CSS ....
Sharon Dorot's user avatar
0 votes
1 answer
1k views

Background image is not showing up in IE10 and IE11

I'm creating a landing page and when I test my landing page in litmus it shows up with my background image missing. The weired thing is that my other background images are showing up in IE10 and IE11....
Jharper's user avatar
4 votes
2 answers
6k views

IE11/10 HTML5 main tag and overflow:hidden bug

Most basic of problems, but I've spent hours searching and can't find the answer. <main style="height:0px;overflow:hidden;"> <section> This should not be displayed </...
D. Walsh's user avatar
  • 1,983
0 votes
1 answer
332 views

How is it possible for IE 11 to behave this way?

We have just re-coded our website to be responsive using Bootstrap 3.3.5 ... but when we test in Internet Explorer 10 or 11, the site behaves strange occasionally. DOM elements are missing or is ...
Thomas Christensen's user avatar
0 votes
1 answer
413 views

How to detect IE 10+ for an onerror event

I have a little problem with scaling SVG on IE10+. I have this code: <img src="img/logo.svg" alt="" onerror="this.src='img/logo.png'; this.onerror=null;"> How can I detect IE10+ for the ...
Piotr Sochacz's user avatar
4 votes
1 answer
13k views

input range not working in ie or edge

Has anyone else come across this issue and do you have a solution. Using this html in ie and edge the range doesn't show. <html> <head> <link rel="stylesheet" href="http://...
HenryM's user avatar
  • 5,723
2 votes
3 answers
981 views

1 pixel difference between IE11 and IE8

Here is the sample code: <html> <head> <title> IE11 </title> <style> *{ margin: 0; padding: 0; } table{ table-layout: fixed; ...
bigpig245's user avatar
1 vote
0 answers
640 views

Display table-cell on pseudo element in IE11

Running into an interseting issue with IE11 and IE10. I have a list using a check icon before each item. On mobile we want the check's position to maintain next to text in that the text does not ...
patrick's user avatar
  • 302
4 votes
0 answers
791 views

Saving base64 string as PDF at client side Internet Explorer 10 and above

I am working on Saving base64 string as PDF at client side using 'data:application/pdf;base64,' with JavaScript. For Example Anchor tag for Download PDF on browser looks like this : <a id="...
Mithil Shukla's user avatar
1 vote
1 answer
580 views

IE 11 not Showing 3D Transform

I have the following code. In IE10/11 I can't get it to render as 3D box (take a look in Chrome) NOTE: I tried to use the built in new Code snippet feature but clicking "Insert Code" never did ...
aherrick's user avatar
  • 20.1k
0 votes
1 answer
1k views

Un-Frozen columns headers are not moving(scrolling) along with data when doing horizontal scroll in jqgrid particularly in IE11 and Chrome?

In IE10, the un-frozen column headers are getting scroll, when the data is scrolled horizontally. IE 10, there is no Issue and working fine as expected. But in IE11 and in chrome latest version, the ...
Earth's user avatar
  • 3,543
2 votes
1 answer
13k views

File upload issue in ie11

I am using a file upload plugin in my application, but the actual file name user selected using the browser button is behaving differently in IE 10 and IE 11 <input type="file" name="testFile" id=...
Prats's user avatar
  • 1,765
5 votes
2 answers
2k views

ie10, ie11 issue with skewX (double use causes rendering issues)

ORIGINAL QUESTION I can't seem to figure these bugs out (I've gone through the normal bug checking processes - validation, console debugging, etc..). Somehow, the site is working properly on most ...
pappley's user avatar
  • 479

15 30 50 per page