Skip to main content

All Questions

0 votes
2 answers
824 views

How to force main page run IE11 and iFrame run IE7

I have a main application, made with Microsoft .NET Framework 4.7 (MVC) that is forced (and must) to run with Compatibility Mode IE11. Inside that application, there is a specific page with a iFrame ...
PythagorasDoe's user avatar
0 votes
1 answer
175 views

Additional hidden form input, causes table cell to expand on IE7 (screenshot)

This is one of the weirdest things I've seen, I have a form inside a table cell, which contains hidden inputs. I've noticed that in IE7, once there are more than 1 hidden inputs, the cell expands. ...
rockyraw's user avatar
  • 1,135
0 votes
2 answers
275 views

Element on focus error on IE8

I've got the same old error when i try to focus some inputs and select boxes on internet explorer 7/8. The jQuery code is this: $("#planner input, #planner select").on("focus",function() { ...
user2915304's user avatar
1 vote
3 answers
206 views

How to target css for ie7 standards

Like many others I really hate developing for IE7 and as usually I use the method below: <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="../res/styleie7.css"> <![endif]...
PaperThick's user avatar
  • 2,789
0 votes
0 answers
69 views

IE7 compatibility: 2 separate websites or one cross browser one

Unfortunately I have to support IE7 for a web application I'm currently developing. This website makes heavy use of frameworks such as Bootstrap and AngularJS. I will get a lot of compatibility issues ...
Tiddo's user avatar
  • 6,445
2 votes
3 answers
10k views

CSS center position absolute image internet explorer

I have the following css which in chrome and safari centers an absolutely positioned image .productImg { width: 100%; position: absolute; left: 50%; margin-left: -50%; } However ...
user2028856's user avatar
  • 3,143
3 votes
1 answer
2k views

ie7 Expected identifier, string or number with AJAX function

I ma using AJAX to update a database and it works well on all browsers except IE7. Before I give up and decide that users IE7 should be asked to upgrade I thought I'd check and make sure I'm not ...
tatty27's user avatar
  • 1,555
0 votes
2 answers
269 views

Foundation 4 / IE 7/8 incompatibility list

I'm starting a new project with foundation and the scope demands limited support for older browsers (including ie7 - 9). As I'll be working with Zurb's Foundation 4 Framework and they don't (fully) ...
All Bits Equal's user avatar
0 votes
4 answers
2k views

Why isn't my CSS working in IE 8 and IE 7?

What in this CSS doesn't work in IE8 & IE7? nav { position: fixed; top:60px; left:30px; color:black; float:left; } nav div#button { width:205px; height:50px; text-align: center; ...
user2391174's user avatar
0 votes
3 answers
45 views

Why doesn't IE7- display this CSS properly

I set up a search box using divs and floats to create a multiple column layout. My IE 7- clients see a line break between the filter-label and filter-input-controls. They have corporate policies ...
just.another.programmer's user avatar
-1 votes
1 answer
234 views

Browser issue :Branching Select Drop Down Not Supporting in IE 7 or 8

I have a Branching Drop down that is not working in the IE version 7 and 8 but working in all the other browsers . Here is a js Fiddle link for live demo : http://jsfiddle.net/r64w7/ MY code : HTML ...
S Raihan's user avatar
  • 387
0 votes
1 answer
63 views

IE7 Set Document Standard Mode

I am trying to do some testing on a WinXP machine with IE7 Installed. And noticed The installed Dev Toolbar doesn't give the Document Mode/Browser Mode option the native newer Dev toolbars give on IE. ...
Ali Habibzadeh's user avatar
1 vote
5 answers
292 views

Use CSS to create columns with equal heights

I have 2 columns and those columns need to have the same height. Also, link with class link-arrow need to be 10px at the bottom of the column. You can see my problem at jsfiddle. HTML: <div class=&...
Srdjan Dejanovic's user avatar
0 votes
0 answers
150 views

Access denied to access `location.hostname` on IE7

In IE7 if location.hostname read before changing document.domain, after changing document.domain location.hostname can not be read anymore!! alert(window.location.hostname); document.domain = ...
Taha Jahangir's user avatar
5 votes
1 answer
8k views

How effective is the Chrome developer tools user-agent override at emulating other browsers?

The Chrome developer tools have a feature to change the user-agent to spoof servers enabling developers to test applications for other devices and browsers without having to leave the comfort of the ...
slcott's user avatar
  • 1,194

15 30 50 per page
1
2 3 4 5
10