Skip to main content

All Questions

8 votes
2 answers
24k views

How to align horizontally elements without using Flexbox?

Is there a way to align the web components next to each other without using Flexbox. I know it an awesome tool but unfortunately it doesn't work with IE 9 or 10. I want the text inside the link to ...
Mike's user avatar
  • 847
0 votes
0 answers
299 views

How to handle IE9 when using Angular 2 pushstate?

When using Angular 2, it seems like the default routing settings will use pushstate when it is available, and fallback to hash style routing otherwise, most notably on IE9. But due to this, if a user ...
user avatar
5 votes
1 answer
324 views

Icon disappearing in IE9 and IE10 when rotated

I am having issue in IE9, IE10 and IOS 8 when used transform: rotate(180deg), the icon is disappearing. I tried using -ms vendor prefix but no use. JSFIDDLE Test on Modern.ie .down-arrow { ...
Mr_Green's user avatar
  • 41.5k
0 votes
1 answer
47 views

Using "ellipse" as gradient for IE-9

I've created radial-gradient background: radial-gradient(ellipse at center, #595959 0%, #000000 40%); And as far as I know, this should help me to make it cross-browser background: -webkit-radial-...
alloohaa's user avatar
0 votes
1 answer
36 views

IE9 when Zoom the screen Issue

in IE 9 related to the browser's zoom function. In the code below,i have a set of div (class='box', 200pixels wide)) all floating inside a large parent div(class='scrollarea',5.000 pixels wide). The ...
Creative Enemy's user avatar
0 votes
1 answer
496 views

getPropertyValue doesn't wok in IE9?

I want to use transition and transform to make a slider. I use the getPropertyValue to check the current slide. It works fine in Chrome, but in the IE9 it shows an error: TypeError: Cannot read ...
Brick Yang's user avatar
  • 5,448
1 vote
1 answer
29 views

Is there a clever way to get hold of all the CSS rules that is not supported by IE9 compared to IE10+?

Our product needs to support IE9, but we have a history of assuming that IE10+ CSS rules are supported in IE9. Is there a clever way to get hold of all the CSS rules that works in IE10+ but is not ...
corgrath's user avatar
  • 12.1k
0 votes
1 answer
124 views

How make flexible blocks without flexbox for old IE

There is a question about simple form, with input and button, Цe need a block filled 100% of the available space inside the box in which there may be other elements, without their wraps. This is ...
Eugene Balashov's user avatar
1 vote
1 answer
101 views

Only ie 9 does not render full css?

I'm testing this website cross browser and ie 9 does not render the full css. Ie 8 and anything above ie 10 do. I've searched for the most common bugs and limitations on ie 9 and tested for them. I ...
timmy's user avatar
  • 478
3 votes
2 answers
746 views

Headroom.js and ie9 support

I'm using Headroom.js and I need IE9 support. On a website ( http://wicky.nillia.ms/headroom.js/ ) is written that I need to use polyfill: Browser support Headroom.js is dependent on the ...
nakuzm's user avatar
  • 49
0 votes
1 answer
612 views

querySelector does not work with IE 9

I am trying to have collapse expand left panel functionality in my page which has a left and a right nav panel. The left panel collapses but the new container class is not set. The structure looks ...
streetsoldier's user avatar
0 votes
1 answer
63 views

IE9 randomly? not displaying content, failing links, etc?? CSS?

Background info: I'm working on a public facing website for our company. developing in VS2012, asp.net and vb.net, using some JS, some JQuery, and a decent amount of CSS. Everything was looking ...
Jon's user avatar
  • 301
1 vote
1 answer
247 views

IE9 always runs in IE7 Compatibility mode

I have a simple page in asp.net vs2008, when run in IE 9, the compatibility view button is visible, when clicked, the web page always run in IE7 compatibility mode. Why the page does not does run in ...
user438975's user avatar
0 votes
2 answers
77 views

Trying to make icon hidden in IE9 with compatability mode

I am trying to make an icon invisible when it is clicked, my HTML looks like this: <img id="imgTop" style="border-width:0px;" src="../Images/Common/button-print-icon.gif" onclick="clicked()"> ...
Art F's user avatar
  • 4,132
1 vote
1 answer
317 views

disabling css styles for specific styles for IE9 [duplicate]

How to disable specific styles only for IE9. My design needs transformations and IE9 does not support it, I need to disable them and use the jQuery transform(). Is there any prefix or something with ...
Sarvagnya's user avatar
  • 385

15 30 50 per page
1
2 3 4 5
8