internet-explorer

Why doesn't Z-Index in IE render the way it's supposed to over a Flash Movie?

I am working on a site with two absolutely positioned divs... the logo and the menu (navbar) IE is burying them both, even after multiple tries of z-index manipulation. Why can't IE work as well as Firefox or even Opera for God's sake? UPDATE....... I forgot to mention that these divs are positioned over a flash movie. How could I pos...

IE7 Crashing on some machines, errors in Debug bar, but don't see 'showstopper'

I've recently been made aware that my site is crashing in IE7. I tested it on a bunch of machines myself, but of course it always runs perfectly. My brother just showed me IE7 on his computer, and it definitely crashes. I've got 'debugbar' running, and it shows some errors in the HTMLCheck, and is warning that fb:login-button is not r...

Which stylesheet will be used? (IE conditional statements)

I'm needing to use a different stylesheet for IE, and I'm wondering about which stylesheet will take control. For example, I'll use this code in the <head>: <link rel="stylesheet" type="text/css" href="styles/style.css" /> <!--[if IE]><link rel="stylesheet" type="text/css" href="styles/ie.css" /><![endif]--> Then will I need to use !...

Testing a Mac-developed WebApp with IE through Virtualization?

Hello, I'm currently developing a Java-based web application on my MacBook. Most of my testing is on Firefox and Safari, but some clients have expressed interest in using the app on Internet Explorer with WinXP and Vista. I know I'll have some serious client-side / Ajax debugging, adjustements to do. I do have a Fusion guest with WinXP...

jQuery DIV height issues.

Good day :) I am using jQuery's animate() on both opacity and height, on a fixed-size div. It all works fine and dandy in firefox, but in IE8 (with and without compatibility-mode, so I am assuming it will have the same behavior in IE6 and IE7), the animation does show, but when the div height reaches 0%, the div's height adjusts to the...

CSS Footer which works in IE and firefox

Hi guys I'm trying to add a css footer but can't it to work right. For now I'm tweaking it like crazy and if it appears fine in firefox it gets all messed up in Internet Explorer 7 ahd sometimes is halfway up teh page :(. Is there any good example out there for a css based footer. Consider that my page has a fixed width, 2 columns of v...

Iframe problem with IE6 & IE7

Hi all, I'm experiencing difficulties getting my iframe to display correctly in IE6 & IE7. www.e-g-t.nl I think IE has the height of the iframe stretched to far beyond the 400px height I set it to be, and the content is vertically centered. I'm not an expert at css or html for that matter and don't seem to get it right. In IE8 though, ...

Will Internet Explorer 8 solve many of the browser incompatibility issues?

IE 6 and 7 didn't follow many of the w3 standards, like event handling, making it necessary to write code for the standards compliant browsers, and then write MORE code for Internet Explorer. Will IE 8 take us out of this dark age and stabilize web-development? Will it be easier to write one set of code that all browsers will display the...

Are good CSS design and IE6 / IE7 support mutually exclusive?

Like every web developer, I usually curse the creators of IE6 with foul and untimely deaths at least once a week. Yet my company requires me to keep supporting that most-hated of browsers. My problem today has been wanting to first use a wildcard in my CSS and then trying to use the "inherit" property instead. Neither of which are suppo...

Why is IE ignoring cell's widths when a collspan is involved?

Consider this (snipped) example <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt;&gt; <body> <table style="background-color: Navy; width:400px"> <tr> <td style="background-color: Green; width:35px">test</...

How can I force Internet Explorer to apply CSS styles

I have a couple of CSS selectors like this: table.SearchCustomerResults > thead > tr > th[sortOrder="0"] {} table.SearchCustomerResults > thead > tr > th[sortOrder="1"] {} then I set the sortOrder extension attribute for each of the cells in JavaScript. However, the changed style is not visible in the browser (IE7, perhaps other) unti...

IE won't display flash-content in a smarty-template (FF works fine)

Hello, since a few days I'm trying to figure out if we can use sIFR (2.0.7) for our shop. After the first testpages were running fine, I tried to implement it to our menu-template-file of the xcart-shop-system. I've written the needed blocks in {literal} parts for smarty and the new menu is looking fine in FireFox 3. Unfortunately our t...

IE only prints properly through Print Preview?

Has anyone come across the problem where Internet Explorer won't print a page properly unless I go through print preview? If I just click print directly, or the print button on the page, it prints two pages, the first with just the heading on it, and the second one blank. If I go through Print Preview, it shows the correct format of the...

Pocket IE throws ODBC error but desktop browsers do not.

I have a fairly simple CRUD web application (C#/ASP.NET) that runs fine in Firefox, IE7, and Chrome. (I'm accessing and testing the application on our development server.) When I connect to the dev site via a Pocket PC device and go through the exact same steps, I get an ODBC error. Unfortunately, when I step through the code (once agai...

Override (IE7) browser keyboard handling from Silverlight.

When I test my Silverlight 2 app in Firefox, when Silverlight has focus, I have no problem receiving every key press via the Page.KeyDown event. When I test it in Internet Explorer 7, I can only get keyboard events that the browser doesn't already handle. HOWEVER, I can override those same keyboard events in javascript. For instance, C...

jQuery: $(document).ready() too slow in IE.

What would be the preferred way of hiding an element before the page is rendered? $(document).ready() works just fine for firefox, but sometimes (connection to the server seems to be a major issue in this) it lags a little behind in internet explorer; the element is shown, and hidden shortly after wards. That is: the page is rendered be...

IE 6 does not recognize the current page

I am using a simple list as navigation which brings up the appropriate background image depending on the state of the link normal, hover or current. In IE6 the current or actual page is being ignored, not displaying the different image and leaving the link active. The code is - <div id="mainNav"> <ul> <li><a href="../index.html">H...

IE6/IE7 + Rounded corners...extra unwanted padding!

Basically speaking, FF3 and IE8 render it this way, which is what I want: http://img4.imageshack.us/img4/3899/cornersfirefox.jpg However, IE7 and IE8 render it like this: http://img18.imageshack.us/img18/4526/cornersie.jpg I use this solution for rounded corners without images: http://www.editsite.net/blog/rounded_corners.html An...

IE not allowing onClick event on dynamically created DOM 'a' element

I'm having issues with internet Explorer. I have a link which duplicates a file upload element on a form. The code which duplicates also appends a hyperlink to the duplicated upload element which is supposed to remove the duplicated element a simple remove this link. The issue is that this code runs fine in firefox but it doesn't run at...

better quality thumbnails from larger image files

I'm showing images from other websites as thumbnails. To do this I display them in a smaller img tag so the browser does the size decrease. The problem is that the quality of these images (which I have no control of) is diminished. Also they look much better in FF and Safari than in IE. Is there a way to make these images look better w...