internet-explorer

Why doesn't IE display this requested background image?

Here's an odd rendering difference between IE and other browsers. Internet Explorer 8 Firefox 3.5 Chrome 5 See the difference? That vertical line suddenly stops in IE8. That's because IE8 refuses to display a certain background image. Here's a relevant snippet of CSS code: td#leftbar { background: url(img/leftbar.gif) repe...

htaccess file nomenclature creating problem in opening a popup window in IE

My htaccess file nomenclature creating problem in opening a window in IE EDITED I have to open a colour picker which needs t be opened in popup, and I have window.open('picker.html', null, "help=no,status=no, scrollbars=no,resizable=no,toolbar= no" + move + ",width=" + w + ",height=" + h + ",dependent=yes", true); my base url go...

checkbox attributes in jquery

In IE7 only onselecting selectall checkbox only one checjbox gets selected on firefox this works fine..How can this be fixed <input type='checkbox' id='selectall' name='selectall' class='selectall' onclick='javascript:selectall1();' /><label><b>Select all</b></label><br> <input type="checkbox" id="m_q" name="m_q" value="485"> ...

jqGrid Error in IE7

I am using jqgrid, it is currently working fine in FF, IE8, Chrome, Safari. But in IE7 I get this error: 'this.rows.0.cells' is null or not an object jquery.jqGrid.min.js Code: 0 Line: 122 Char: 278 Has anyone come accross this before? Is there a known fix? update Here is my PHP code: $qry = 'SELECT stock_num,...

HTML5 and frameborder

I have an iframe on an html5 document. when I validate I am getting an error telling me that the attribute on the iframe frameBorder is obsolete and to use CSS instead. I have this attribute frameBorder="0" here because it was the only way I could figure out how to get rid of the border in IE, I tried border:none; in CSS with no luck. I...

Remove Resize handles and border from elements with contentEditable

Hi Guys! The problem I'm having is with the contentEditable attribute in IE. (some things never change). The problem is that I'm getting resize handles, and a thick border around <li> elements when they're in focus. Any idea of how to remove them? CSS or Javascript tricks are very welcome! ...

Need a Unique ID in javascript for tab windows and for new windows in Internet Explorer

Need a simple approach to get a Unique ID in javascript for tab windows in Internet Explorer. I basically was wondering if there is something like document.tab.indexnumber, which there is not. So the real question is if there is anything that can be used to generated this or find out what tab you are in ? Similarly I should be able to ge...

Java open source to capture IE screensheet of page including scrolling

Using java is there open source code to open a website in internet explorer and capture a screenshot of the the whole length of the page including scrolling. Prefferably without seeing the browser appear on the screen. Need the image as a jpg or other image format, not as html ...

rjs is not working with IE

My code: # app/controllers/log_controller.rb class LogController < ApplicationController def in @user = User.login(params[:login]) respond_to do |format| format.js end end end # app/views/log/in.js.erb redirect_to("/myprofile") # public/javascript/application.js function redirect_to(url) { location.href = url; }...

IE 8 partially cut of my JSON data return from WCF service

Hi All, I am using treepanel and custom treeloader and call the ajax request when click the node. It is working fine in both IE and FF. But today we found out that if node have only one child (return only one record base on parent node id), then IE does not show child node. Same thing happening in Combo store as well if service return o...

jQuery load() not working in Internet Explorer

I am trying to use jQuery load() function to get content from another page via AJAX. It works on Firefox, Google Chrome, but not in Internet Explorer 7 & 8. Here is the page I am developing: http://139.82.74.22/70anos/no-tempo All the jQuery code is working normally in Internet Explorer, but the specific part that should bring the dest...

Structure/Reading of IE cache index.dat

Is there any example on reading IE cache file (index.dat and friends found in Temporary Internet Files folder)? I'm fine with example in almost any (sane) programming language. ...

Embeding or reparenting a Windows Application inside Internet Explorer

Is it possible to host/embed/reparent a normal Windows Application into a web page loaded into Internet Explorer on our Intranet? I'd like to do something like have the user press a button on our intranet site, and have the Windows application start and look like it's inside our application, as if it was "framed". I believe it's possib...

ordered list (and IE)

My list ordering appears fine in chrome and FF, but not in IE (all appear as 1's). I'm not even sure where to begin regarding what's going on. I spent a little time on a google search, but I'm still not sure where to begin (my keyword combinations didn't bring me what I'm looking for, but a question about formatting problems in IE did br...

ajax diagnose tool for internet explorer

hey guys, i am searching for a tool, that displays ajax requests in ie like firebug does it in ff. do you know any free, easy 2 use , easy 2 install ... add-on/plug in for IE (8)? thanks for help ...

Detecting IE8 reliably using javascript

I have written a web app that requires IE version 8 (or higher presumably). If I run IE8 on a clean windows install on a VM it reports 'MSIE 8.0' as a user agent when queried with navigator.userAgent in javascript. But on a colleagues windows 7 machine his IE reports version 8 in the Help|About window, but the user agent string is 'MSIE ...

How would you fix this uncommon example of the common IE Z-index bug?

This may appear to be a common question that has already been answered because it refers to the well-known z-index bug in IE7 and lower. However, this situation is somewhat unique; I am using a CSS dropdown menu that uses nested lists for sub menus. I have used this many times on other sites, but usually with the first level being horiz...

What does this piece of CSS do?

a#logo { _background:transparent; _filter:progid:dXImageTransform.Microsoft.alphaImageLoader(src="/assets/images/header/logo.png", sizingMethod="crop"); _cursor:pointer; } ...

How do I get a numeric or string value for a javascript object such as window instead of the string [object]

How do I get a numeric or string value for a javascript object such as window instead of the string [object] Looking for something like an object id, like 44001 or 0xFF0012 that is unique for that object ...

asked to download file when using ajax with ie. (AJAX/PHP)

For some reason IE is asking us to download a file instead of running it as ajax. This works in all browsers except IE. I tried messing with the headers that it returns with no luck. The function grabs form data then post's it the response is a can be an array of any number of items to be updated on the page. Its not suppose to be fi...