internet-explorer-8

how do I prevent left side of page from being cut off when resizing IE8?

I am working on our new corporate website. I took over for someone else. I just resized the IE8 window to make it smaller and the left side of my page is cut off. I get a scroll bar at the bottom of the window, but it won't let me see part of the left side of the page. There's nothing weird about the site. It's html with some javasc...

jQuery fades painfully slow on IE8

Hi! I am using jQuery cycle and also a fade in/out on this site: http://www.lunatestsite.co.uk Cycle for the banner, fades on hover for the bottom nav buttons. In anything but IE8, all is peachy, but IE8 has incredibly jerky fades. There is mention of IE8 having a different method of animating transparency on: http://stackoverflow.c...

Can COMCTL32.OCX work on a 32 bit IE8 running on Win7 64bit?

I have a legacy ASP web site that uses the treeview control from COMCTL32.OCX. It runs under XP 32 bit w/IE8 but it doesn't work under Win7 64 running either IE8 32 or 64. IE8 32 just shows blanks where the treeview should be and IE8 64 throws an error. I have tried registering the OCX on the Win7 machine but get an error (I'll post the...

How do I overcome IE8 getting "stuck" in SCORM 4th Edition Compliance Test SX-05?

I am posting this in the off chance there is a SCORM expert out there that may have seen something similar. Internet Explorer 8 gets "stuck" on step 14 of test case SX-05. Something doesn't trigger the continue. No amount of debugging and tracing reveals anything. It's as if the test case is "overwhelming" IE8's slow JavaScript engine. ...

IE8 losing session while Firefox works fine

Hello, for one of my customer's I implemented a site that displays a questionaire. The questions are pulled via JSONP from an MVC application running on a remote site. In order to recognize the user I use the session. However, as the session id is not guaranteed to be the same on each request I store my own session Id in a session va...

Unselect textbox on blur with jQuery in IE8

I'm trying to have the default behavior of a form select (or highlight) the text when you tab to the next input. I've had to add the .select() function on my password form fields for this to work in IE8. Is there an equivalent to the jquery .select() for deselecting text? $("#MyTextBox").focus(function() { $(this)...

dynamic div height is not working in ie8

pls chk this link dynamic link height problem now click on the text i would like to give specific gifts the inner div generated is not rendering properly in ie8. rest its working properly in ie 7, firefox,safari etc etc. This rendering is working perfectly in ie compatibility mode. ...

asp.net compilation has browser issue

I am compiling asp.net 2.0 code. I have IE 8. When I compile application, it open two browser. One browser is blank and other one show web form after a while. why it happening? ...

Yahoo maps not displaying in IE 8

Anybody know whats going on? I think this isn't just a problem for my mash. Yahoo maps india doesn't work either: http://in.maps.yahoo.com/ ...

What are IE8 add-ons useful for web developer?

Does IE 8 have any other good add-ons/extensions/plugins other than "Developer toolbar", which is useful for web developer/designer/tester? ...

jQuery .css("margin-top", value) not updating in IE 8 (Standards mode)

I'm building an auto-follow div that is bound to the $(window).scroll() event. Here is my JavaScript. var alert_top = 0; var alert_margin_top = 0; $(function() { alert_top = $("#ActionBox").offset().top; alert_margin_top = parseInt($("#ActionBox").css("margin-top")); $(window).scroll(function () { var scroll_top = $(window)...

link_to_remote/Ajax.Updater broken in IE8 for a session?

So my issue is that Ajax.Updater doesn't update the divs I want to update in IE8 when using link_to_remote. Things work correctly in every other browser. The call completes server side, but the html div isn't updated. My code is as follows: link_to_remote( d.strftime("%d"), :url => {:action => 'show', :date => d}, :update => {:succ...

jQuery animation works in IE8, not in Firefox or Webkit

My CSS: #content { border: 2px solid #4190d4; padding: 220px; background-color: #282828; margin-top: 65px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } My jQuery: $("#header a").click(function() { $('#content').animate({padding: 300}, 500); } This code works perfectly fine in IE8, my #content div grows from 22...

How to find the source of IE8 Internet explorer has modified this page to help prevent cross-site scripting

One of my customers gets "Internet explorer has modified this page to help prevent cross-site scripting" error on her website on IE8. The page has several ajax calls to the same domain + calls to standard js files outside the domain such as google analytics. How can I detect which call from the browser is actually causing it? ...

sIFR: page refresh causes background images problems in IE8

I'm using sIFR 3 r436. When a page is reloaded, and often also on load, in IE8 the background image does'nt appear completely. When clicking on an intern link the background is displayed correctly. Google Chrome has also minor problems in displaying. This is the test document: http://testserver.simplexontwerp.nl/sifr/ I have been test...

IE8 getJSON cached data

Simply one really. IE8 is caching my data so it works first time but not afterwards. I need to stop it using cached data when i call getJSON? P.S Im currently debuging my site in IE so expect lots of posts from me :) Thanks for all that have helped so far truely are a great help! ...

IE8 Printing coloured table?

I have a (XHTML)page that contains a table with some cells, and some of the cells are grayed, but when i print the document in IE 8 all cells are white what am i doing wrong? Is there some way to force IE to print the document as it is rendered? ...

Cannot click or select inputs on IE 8 Form.

So basically been working on this issue for far too long now and nothing I do seems to fix the issue. Basically if you go to http://www.completeenergy.co.uk and click on the "Get a Quote" button then try to enter details into the form nothing happens. You can not click on the inputs and or select anything within the form. This seems to...

Firefox displays 3 columns in a table, IE8 only 2

Would love some help here... firefox displays the last column in the table (an image they click on to edit their email address, it's a link), and IE8 displays nothing for the last column (doesn't even appear to display a column!) I've left out other rows in the table, but similar stuff happens. Anyone know why? <table class="profile-d...

Jquery DropDownlist undefined item İE 8

Hi All; $.get("CallBack.aspx", { nm: StateTx, nm2: StateTx2 }, function(data) { $.each(data, function() { $('[id$=DropDown1]').append("<option value=" + this['I3D'] + ">" + this['prmv'] + "</option>"); }); }); İe 8 Mozilla Firefox my problem ie8 last ...