internet-explorer-7

PreFilterMessage is not called when hosting C# control within Internet Explorer

Here is a sample: 1. Create a class 'public class RichTextBoxEx : RichTextBox, IMessageFilter'. 2. Implement 'public bool PreFilterMessage(ref Message m)'. 3. Enter into edit mode of the control and type any text. The result is as describe above... the 'PreFilterMessage' is not called when the control is hosted within the browser. Also ...

Looking for JS project that make IE6 compatible with IE7/IE8 tech

Browsing here I've found a JS that if using IE6 can make it suport PNG transparence and also make things appear in the right place on the screen! It's almost like turning IE6 into older version of FF, the thing is I've lost the link, it is on "google code" but I can't seem to find it again if someone could kindly can post it again, I'll ...

Append element in IE7

Hi there, I append a select-element to a DOM-Node and fill it dynamically, which works good in Firefox and Safari. Unfortunately, when I click on the select-box, it simple does not drop down in Internet Explorer. Any ideas what goes wrong here? $('<select size="1">').appendTo( $('#mytable tbody') .find('tr:last') ...

jQuery Accordion problem with IE7

I have a nested accordion. Works great in Firefox, Safari, Opera, Ie8, and even IE6. But not in IE7. I get a JavaScript error after clicking one of the main 4 links and then clicking another one of the main 4 links. Ideas? http://gator1105.hostgator.com/~carc/projects4.php ...

Jquery Superfish problem in IE7

Hi all, only in IE7 the submenu appear under my page's content. I use bgframe plugin. Here my code: $("ul.sf-menu").superfish({ speed: 'fast', autoArrows: false // disable generation of arrow mark-up }).find('ul').bgIframe({opacity:false}); Do you have any ideas? Thank you very much. Bye Z ...

How do I get around access denied when trying to view the parent of an IFRAME

So I have this craptastic code that I inherited and an insane client as well. This program uses IFRAMES to emulate AJAX like calls since the previous dev could not be bothered to just do AJAX. Anyway, the problem is, is that the app calls a javascript that then sets the source of the IFRAME to some dynamic javascript. Okay, now at the...

Problem with iframe and IE6 and IE7 causing extra bottom padding

Hi all, I'm trying to insert a Google Maps iframe into my website. The iframe has a padding of 4px and a border of 1px already applied to it but for some reason in IE6 and IE7 there is an extra 3px padding added to the bottom of the iframe. You can see my test site here: http://www.prashantraju.com/test/ Is there a reason why this i...

arrow keys not scrolling on IE7 for our web site

Hello we have a live production site in which IE7 users complain that they cannot use the arrow keys / page up / page down to scroll around on a page. it works perfectly for IE6/IE8/FF/Opera/Chrome, but not for ie7 This happens on all the pages in the solution any ideas? the site is found on www.rikstoto.no Yours Andreas Knudsen ...

keydown EventListener not working in IE7 (Javascript)

Hello. I've written this code inside the HEAD tags of my HTML page. It works fine in FF, Chrome and Safaria, but doesn't in IE7. I would like to know how to fix it. <script type="text/javascript"> if ( window.addEventListener ) { window.addEventListener("keydown", function(e) { alert(e.keyCode); }, true); } </script> Thanks i...

Multiple jCarousels in IE7

Hi, I’m working on an MVC app using the jCarousel plugin where I have one carousel on a view and a second carousel on a partial view returned as a dialog when a link is clicked. My issue is that on the second carousel the each function below (from jquery.jcarousel.js) is not hit in IE7 so the carousel doesn’t load. $.fn.jcarousel = fu...

I just don't know what it is, tried everything, IE 7 bug

Has anyone seen this bug? I have a sidebar with a ul nav background image for the hover state, floated right, looks great in all browsers. Then...I added another div underneath it for ad space. inside, there's an anchored image. That image tucks underneath the background image of the nav, but only in IE7 (i abandoned trying to please...

dojo 1.4 problems with ie7?

Tryed making an dijit.Tree from an TreestoreModel, works fine in Firefox, but the Tree dont display in IE7. So i wanted to test the campus samples with my ie- they dont even load. (in firefox all ok) Tested it on 2 different pcs. No Error Msg, just the Loading sun. Any idea what the problem could be? ...

Edit existing browser window DOM

(Note: This question is for an internal-use-only project, so some of the usual security concerns don't apply.) I'm trying to find some way to insert HTML/Javascript into a pre-existing IE7 browser window. Basically, we are using a web-based support ticket system, and I am inserting code into the page to add links and lists and such, to ...

Block alignment woes with IE7, how to solve?

Unfortunately I have to support IE7 (and preferably IE6) In IE8, Safari, Firefox, Chrome, I get a perfectly good layout ujsing an outer div to enlose two boxes. ------------------------------------ | | | -------------- ----------- | | | | | | | | | A | | B ...

Text shows under the overlay for Jquery Tools Overlay in IE 7

Link : http://designbracket.com/ . Click on Our Services and the links under it. I have used Overlay of Jquery Tools to display overlay when any link is clicked. This is a drupal site . The problem is that though the overlay is opening as expected however the text is appearing under it in IE 7 while that does not happen in FF or Chrome (...

Why is IE7 showing scrollbars on rollover?

Hi all, Can anyone tell me why IE7 shows vertical and horizontal scrollbars on hover of the My Account tab/link at the top right of http://www.myhome.ie? I've gone through the css and can't see any issue. It's also only happing in IE7. Cheers, Denis ...

internet explorer 7 hover drop down menu

i have created a simple drop down menu only with css, its working fine in all browsers except internet explorer 7, when i hover to menu link it shows drop down items but when mouse moves away from the link the drop down items disappears, how can i fix it ? ...

IE 7 Debug Issue - Script Error Popup

I am building a site that will not work in IE6, intentionally. IE7 Is the oldest supported IE browser for my site. I am having a problem in IE 7 when you arrive at my site. A popup says: Script Error Line 55 Char # Error: 'cms_ims' is undefined. Then you have to press continue running scripts, yes. Anyone know whats causing this in my...

IE 7 Debug Issue - mystery <li> indent on first line

I am building a website, www.vitaminjdesign.com In IE7, you will notice that in the footer, the first line of list items are indented a little bit. Does anyone know what CSS fix I need for this? THanks ...

IE7 image loads when it shouldnt

Hi, I am building a site, and one of my pages is causing a bit of a problem in IE7. You can view the site here: www.vitaminjdesign.com/contact.html I wrote a jquery script that basically loads a success image if the contact fields have an entry, and a fail icon when they are empty. It works perfectly in all browsers, but in IE7, an imag...