internet-explorer

hidden background image in IE

I have an edit button which appears on the page when users have access to edit. I've implemented it as a link: <a class='editlink' href='edit.html'></a> My corresponding css renders the editlink class as a pencil icon: .editlink{ background-image: url(../img/pencil.png); background-repeat:no-repeat; padding: 2px 8px; } This work...

Internet Explorer Full Page background

Hi, I currently am working on a site with a full-screen flash video background - http://polivision.tv/test.html It is working in most browsers, except apparently IE (I am working on a mac). Apparently the only problem is the flash video is not playing. I put this in the body: <div class="zone-home"> <object classid="clsid:d27cdb6e...

Accessing data in a Frame or Iframe with IE plugin Browser Helper Object (BHO)

I am writing an IE plugin that wrap phone numbers in a link that connects to a phone system and dials that number when clicked. I am accomplishing this by using DocumentComplete event. //using SHDocVw.WebBrowser webBrowser.DocumentComplete += new DWebBrowserEvents2_DocumentCompleteEventHandler(this.OnDocumentComplete); The problem is ...

innerhtml workaround for IE td elements?

I have the following function: <script type="text/javascript"> function changeText(elem){ var oldHTML = document.getElementById(elem).innerHTML; var newHTML = "<span style='color:red'>" + oldHTML + "</span>"; document.getElementById(elem).innerHTML = newHTML; } </script> And the following HTML: <table> <tr> <td id = "foo">bar...

Threshold to stop supporting Internet Explorer

Possible Duplicates: Should we support IE6 anymore? IE6: To support or not to support. I always wondered what people generally thought about IE support for web sites and applications. Currently, I believe that it is dependent on the audience. In my opinion, a traditional company website targeted at general people should emp...

Internet explorer not displaying page properly!

Hi All, Okay. I bought a website template a few weeks back. It worked perfectly on all browsers. I use Flock (based on Chromium) all the time. And just now, my friend informed me that when viewing my site on Internet Explorer, everything is displayed to the left of the browser window. He also viewed my site yesterday. And yesterday i...

Jquery colorbox breaks on page that uses another jquery function in ie

Hi I have a colorbox which opens on every page when the user clicks a button at the top of the masterpage. I have an FAQs page that I have just discovered breaks the colorbox in Internet Explorer. This script appears before a repeater that shows the faqs. basically it hides the answers to questions until the user clicks on the question....

Force minimized IE blink with Javascript

Possible Duplicate: Make Browser Window Blink in Task Bar Hi, with Javascript help, i want to force IE to blink when in taskbar. Blink means trying to get focus. Function alert() helps for Firefox, but not IE. P.s. Would be nice avoiding new window creation and activeX. IE versions: 6,7,8. Any Ideas? ...

jQuery IE8 error on hide() function

Hey all, I get the following Error: jquery1.4.2.js Line: 2828 Error: The Object does not support the method. My JavaScript Code: $(document).ready(function () { //When page loads... $(".tab_content").hide(); //Hide all content $("ul.tabs li:first").addClass("active").show(); //Activate first tab $(".tab_conten...

Why block in IE6 very small?

In firefox\opera\chrome it's ok, however IE6 render is abominably How I can make this block normal? ...

How to extend IXMLDOMElement using 'prototype'?

I have some code, which was written couple of years ago and works only in IE. I would like, to make it work with browser now. So, code receives XML by XHR, and then reading its content. And I have a "collection" of elements. In FF it type is Element, in IE is IXMLDOMElement. To make reading text value unified (FF uses textContent prope...

Detecting if a process is started by IE in protected mode

Hello, I am writing a program that is used for simplifying the download of an application installer. The app is really simple in it's working: it just asks the BITS subsystem to download a ZIP from the net and decompress it on the user's desktop and run the second stage installer (the idea is that many of our end users are too dumb to b...

svg: not working with IE?

i am trying to open this site in IE: http://www.petercollingridge.co.uk/data-visualisation/interactive-svg-map and it is not showing the SVG on it how do i get it to work with IE? ...

IE8 doesn't respect table padding

This is a screenshot of a table in Chrome 5. The same table rendered in IE8: You can view the page here: http://labs.pieterdedecker.be/vspwpg/?page_id=96 This CSS rule adds the padding that IE8 won't respect: td#content table.subitems { padding: 5px; } ...

jQuery's isFunction and InternetExplorer

When adapting jQuery's isFunction method isFunction: function( obj ) { return toString.call(obj) === "[object Function]"; } InternetExlorer 8 returns the following error: "Object doesn't support this property or method". A good article digging into this function won't fix this behaviour. To check wether obj is defined, I changed the...

ASP image button onclick event does not fire in IE, works in Firefox and chrome

Onclick event of imagebutton (inside usercontrol) does not get fired in IE, it works in Firefox and chrome. The usercontrol contains some required field validations as well as a popup. Code below: <asp:ImageButton ID="btnSend" ImageUrl="~/images/send.gif" ValidationGroup="SiteFeedback" CausesValidation="true" runat="server" Ta...

Why does this menu render poorly in Firefox 3.5 and IE7? How do I adapt?

Have a look at the menus on this page: http://www.pieterdedecker.be/labs/vspwpg/?page_id=96 They look okay in Chrome 5 (above) and IE8 (below). When I load the page into Firefox 3.5 (above) or IE7 (below) something goes wrong. In the first case, the arrows on the right have moved to the next row. In the second case, the menu fal...

Running a javascript function in an instance of InternetExplorer

I'm using SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorer() to control/automate an instance of internet explorer. On certain pages I'd like to run a javascript function (init()). It seems the best way to do this is to use an HtmlDocument's InvokeScript method and I've been trying the following with no luck: void ie_Docume...

Weird IE6/IE layout bug

Hi, I've had quite a few problems with IE6 and our website. http://www.sweetlets.com/w/solutions/click-stream/features/ At the very top the teaser boxes have scrollbars in IE6, but not IE7, IE8, FF or Chrome. Does anyone have an explanation for this? Same effect in the footer with the 3 boxes in one row. Also scrollbars. Mathematica...

How to view a site as IE would see it, without IE?

So my issue lies within the web design realm. As much as I hate IE, I want to make sure my site is showing correctly for users who are unfortunate enough to have it. The problem is, I run OS X, so the last version available to me is 5, which barely even starts on my machine. Are there any worthwhile plug ins or methods so that I can de...