internet-explorer

JQuery - Detect support for CSS 'display: table-row-group'

So, Internet Explorer <= 8 does not accept the standard table-row and table-row-group values for the CSS display property (amongst others). I'm reticent to use JQuery's browser detection features as these have been deprecated. How can I detect table-row-group support in JQuery without parsing the browser/user-agent string? That is, how d...

AJAX inconsistency in IE 8??

This is my code: (rather, the dodgy part thereof) if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari var requisicao=new XMLHttpRequest(); } else { var requisicao=new ActiveXObject("Microsoft.XMLHTTP"); } Ok. Sometimes this works fine, but sometimes the Javascript Debugger in IE tells me this: Obje...

Can't understand why one of these solutions work and the other doesn't in IE8, works fine in FF.

Scenario: Drop down pre-populated, user can click to select items which refreshes content based on an array of id's obtained from anchors within a div. EDIT #1:- Okay okay, If I alert out items in the change event they will work in FF, IE alerts them out but just doesn't assign content to #panels as per the load content function. But, ...

IE CSS3 box-shaodw with dynamic height

Hi, I'm trying to make a box shadow for a div with a dynamic height. wich works fine with filter: progid:DXImageTransform.Microsoft.Shadow(color='#78000a', Direction=180, Strength=15) But only if a specific height is set. But I want a shadow also on an dynamic height. Is this possible ? I also tried min-height but doesnt work. ...

jQuery Slow in IE to do a mouseover on a TR

Hello When the mouse hovers over the TR, we want to show a hidden DIV. We could bind this function to the TR with jQuery but this is just done at the server side: <tr onmouseover="displayDIV('0123456789');" onmouseout="hideDIV('0123456789');" ... function displayDIV(rowID) { $('#options'+rowID).css('visibility','visible'); } f...

Absolute Positioned DIV within another Absolute positioned DIV does not show on IE

Please refer to http://stonepay.sonikastudios.com/css/style.css as well as http://stonepay.sonikastudios.com/ for the actual page reference if you like. I have a dropdown menu that shows up on click. This works on the "Our Services" and "Our Projects" menu items, and the fade-in and all works just fine. Being dropdown menus that cannot...

AlphaImageLoader fix for PNG's works online but not locally

I use the AlphaImageLoader fix called supersleight with the following code: var supersleight = function() { var root = false; var applyPositioning = true; // Path to a transparent GIF image var shim = 'images/empty.gif'; // RegExp to match above GIF image name //var shim_pattern = /x\.gif$/i; var fnLoadPngs = function(...

Writing cookies from CookieContainer to the IE cookie store

I want to navigate to a page in a web app from a desktop app. "No problem", I hear you say, "just fire up the default browser with the correct URL". However, the web app uses ASP.NET Forms Authentication, and the users don't want to see the login page because they have already authenticated with the same credentials in the desktop app. ...

Width of absolute positioned DIV in IE quirksmode

I am working with a web application that is designed to run on IE quirksmode (it was initially designed a few years ago). I was trying to do something with absolute positioning in it, but it did not work as I expected. I have a simplified example illustrating my issue. Please see below. <html> <head> <title></title> </head> <body> <div...

IE hiding text; should be simple... line-height issue?

I have a menu with each item a different font-size/height -- looks fine in everything but IE which cuts the items in half... Here's the HTML: <header> <div class="inside"> <h1><a href="#">Ballroom Rocks LOGO</a></h1> <nav> <ul> <li><a href="#home" class="nav" value="home" id="nav-home">Home</a></li> <li><a href="#thesho...

CSS problem only in IE

Hi, I've created a web site www.qwik-facts.com which is being seen as I want it in chrome, firefox and safari. However, in IE it gets messed up. I know I should be more specific, but I just can't figure out what the problem is. Can someone take a look and point me in the right directon? Thanks! ...

IE specific: getting rid of scrollbars

I have two divs like this <div style="position:relative; width: 500px; overflow:auto"> <div style="position:absolute; top:0;left:0;width:100%"> </div> </div> Now the problem in IE is Scrollbars start to appear unnecessarily for the outer div. Even when i have specified the inner div's width to be 100% it extends more...

Why is WebBrowser.Dispose() launching Internet Explorer?

I have a Form that contains a WebBrowser. Sometimes, when calling it's Dispose method, Internet Explorer opens and loads the page that was loaded in my WebBrowser. Any idea what's going on here? ...

ie is stretching cached images loaded asynchronously

I am loading images via ajax on my website. They load in a container with a max-height of 600px. The images are set to have a height of 100%. They load in perfectly the first time but come out streteched very wide when stretched. .gallery { height: 600px; overflow: hidden; padding-left: 35px; } .gallery img { height: 100%; } here is ...

Showing gif using jquery in IE

Right now I'm getting this strange behavior from IE where it's not showing my animated gif. I'm trying to show a loading gif during an AJAX request. function changeToRecorded(){ $('#entries').fadeOut(200,function(){ $('#main').html('<img id="loadingGif" class="centered" src="./pictures/ajax-loader.gif"; />'); $.get("getData.p...

website screen resolution auto resize

I have a website, its uses the 960 grid system, everything is fine. Except the header, the header is too tall! Is it possible to reduce the entire website size when the user's screen is less than or equal to 1024x768 ? (same way you can press CTRL+ and CTRL- in IE?) ...

CSS: IE: Version of style "background-color:rgba(...)"

I have a requirement to have a div with a background image, and overtop that image should be a 0.7-opacity black layer. For this, I'm using: background-color:rgba(0, 0, 0, 0.7); background-image:url(/Images/hash-000000-pattern.gif); This works perfectly in everything but IE. In IE 6, 7, and 8, the background-color:rgba(0, 0, 0, 0.7);...

IE Printing changes absolute position

In internet explorer 6+, I am trying to make a mark on the left border where an element appears in the text. This currently works by putting an image at the absolute position with an X of 5px and a Y which is the absolute position of the element, worked out by navigating up the offsetParents and margins of all the parents up to the root....

Javascript working on Firefox but not in Chrome and IE6

I have javascript that working fine in Firefox 3.x.x, but it does not work in IE*, Chrome, Safari. Simple alert work before calling function. Here is the code function showDiv(div){ //alert(div); document.getElementById(div).style.visibility='visible'; document.getElementById(div).style.height='auto'; document.getElementById(div).s...

How to delete IE addressbar history on Vista/Win7?

I asked same question on stackoverflow. First, here is a picture of what I see http://img713.imageshack.us/img713/4797/iedrop.png I need an solution to clear addressbar dropdawn, but not using ClearMyTracksByProcess or IE dialogs. I need to delete only a specific URL and all his traces. I deleted manually all traces of that URL in: ...