internet-explorer-7

Loading remote JavaScript file in a page

I've a simple page in which in the head I load several remote JavaScript files (I need them and can't have a local copy). The scripts I load are similar to these: <script type="text/javascript" src="http://mymachine/donald/script1.js"&gt;&lt;/script&gt; <script type="text/javascript" src="http://mymachine/donald/script2.js"&gt;&lt;/scr...

Form wrapped in two separate DIV's not displaying in IE7

I have a form wrapped in two separate div's in order to cause the upper portion of the form to be hidden until mouseover triggers a jQuery slideUP animation, revealing the second. Despite being a bit hack-ish, this works in all major browsers except IE7. Is there a way to make the lower portion of the form which is visible in the #top_m...

image not appearing in IE7 OR IE8

I have an image that is using absolute positioning on my site. It is positioned to appear over a css-background-image. It works fine in gecko based browsers and webkit. I was surprised to see the same problem in BOTH versions of IE including 8. I am currently using a png for the image but tried it with a jpg and that made no difference. ...

How to test my application on older version of IE?

I have installed IE8 on my system. I usually test my application on this browser, but the problem arises when i got to know that the client is using IE7. Now how can i test my application on IE7? One possible solution is to have dual booting on my system. So on version of Windows i can have IE7 and on another i can have IE8. But i real...

jQuery hover problem with nested lists in ie7

Hey guys, I've got a a left floated UL list for a menu, one option with a nested UL for dropdown, each of which is given it's own nested ul child, which is only displayed on hover. What I'm finding in IE 7 is that if the mouse moves out of the boundries of the parent then the sub-menu disappers, it also seems to be clearing out the link...

Replacing MouseOver with .hoverIntent

First off I apologize... I have posted this question before but I did a bad job of explaining it. I'm having trouble plugging hoverIntent into the following JavaScript... I need it to replace the "mouseenter" and "mouseleave" functions below. Just to be clear, I'm asking for help because I'm not very good with javaScript syntax. The s...

Jquery Text is not visible in IE 7.0

The text is not getting displayed on my modal window. I do see a blank space but when i highlight it with mouse i see the text and when i click anywhere on the screen the text becomes invisible. It works in firefox, IE 6.0 and IE 8.0 but not in IE 7.0. Any suggestion is highly appreciated. ...

How can I apply rules to a cell only when the row isn't being hovered?

I have a table where: The rows and cells normally have no background specified; the table's background shows through. Rows with the :hover pseudo-class have a background color to highlight them -- e.g., to track rows as the mouse moves over the table (in IE7 and anything else modern). Some cells need to be highlighted with a different ...

Managing application and SSRS authentication with IE7 shared process state

I'm trying to understand an authentication problem that occurs in an MVC application that links to an SSRS report via html form / URL integration to SSRS Report Server. The other important piece is that the MVC application implements it's security using ASP.NET Membership System in conjunction with FormsAuthenticationService. The use p...

Ajax prints output from perl script - Problems with IE7

Here is my javascript code: var xmlhttp; var result; function load() { xmlhttp=null; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=state_Change; xml...

IE7 Specfically Freezing when a page is printed or printing Blank Pages

I have a site in which we have a button that essentially strips the CSS from a large list of companies so it is clean when it prints. It renders fine in all browsers and prints perfectly in every browser except IE7. I have made sure that their is a stylesheet for media=print and that everything is positioned nicely for IE.Basically, we a...

IE8 and P3P problems again,

Have been browsing across the net, and seems everyone who got into this mess, really slogged to get out of it,... and now my turn! http://stackoverflow.com/questions/999534/ie-p3p-iframe-and-blocked-cookies-works-until-page-host-page-has-personal-info been reading alot, and i have a very simple p3p policy here: http: // bit.ly/cCyGi5 ...

Developer tools, browser mode - setting IE7 and IE8 simulateneously for different windows

Is it possible to have two windows of IE8, one in IE8 browser mode and another one in IE7? When I work with IE, I don't want all my windows to be affected when I change the mode to test a specific page in IE7. ...

How to prevent page refreshes on tab switching in IE7 ?

For a specific website (internal to network, coded in XHTML) the behavior in IE6 was that when ever the window is re-sized or restored the page refreshes. Since IE6 doesn't have tabs I upgraded to IE7 - but the problem with IE7 is whenever we switch from one tab to another, its makes the active tab's page to refresh, and this happens a...

'Undefined' is null or not an object

Hey guys having a strange problem basically all is fine in good old ff however ie7 is crying like a little baby and throwing the above error - char: 3, 'Undefined' is null or not an object . I am splitting a string into a format I need to compare with another string. Once I have split the string I split it further - example below : ...

How to fix IE7 float-clear combination

I have a field_wrapper class div which contains the 3 sub divs field_label, field_input and field_error I need to put the field_label, field_input side by side and field_error below the first two. Please see below css code to know how i achieved this, My problem is Its is not working in IE7. clear both applied to the field_error is not...

Problem with jQuery append in ie7

Hi guys I am having a very strange problem in ie with the append function. Basicly i retrieve data from an ajax call in xml. Parse the xml into variables then using the each function append to a specific div. Works fine in firefox had to do a work around to get the file to parse in ie. Please note 'ALL WORKS' fine my variables etc. all h...

Typeface.js not rendering headers at all in Internet Explorer

Hi, just wodering if anyone has experience with Typeface.js ( http://typeface.neocracy.org ) and fixing issues of the font not being rendered in Internet Explorer ( 6, 7 and 8 ). The font renders in Firefox and Safari fine, hover nothing is displayed in the Explorers. The font is not installed locally so I know that the script is workin...

Ordered list rendering inconsistency in IE7

For the following sample ordered list markup and CSS, IE7 is rendering the numbers alongside the bottom of the list item, whereas FF, Safari and Chrome are behaving as desired, with the numbers aligned alongside the top of the list item. http://bit.ly/aCq5F5 Does anybody have any suggestions as to how to get IE7 to render with the same...

Block element text overflow problem in IE7

I'm making a "sort elements" web game using jQuery, HTML & CSS. While everything works fine in FF, IE8, Opera, Chrome, I'm having problem with IE7 wrapping words inside block elements. Here's how it looks in IE7 (wrong): Link (cannot post images as a new user) In IE8 the box with wrapped text would just expand to fit it whole in one l...