12 posts tagged with ie and javascript. (View popular tags)
Displaying 1 through 12 of 12. Subscribe: Posts tagged with ie and javascript

So, I am sadly tasked with debugging sites on IE every once in a while. Is there anything that even approaches the awesomeness of FireBug/Web Inspector for this task? [more inside]
posted by tmcw on Oct 22, 2009 - 11 answers

Is it possible to use a greasemonkey script in Firefox to open specific links in Internet Explorer? If so, what would it look like? [more inside]
posted by Roger Dodger on Sep 23, 2009 - 3 answers

I'm trying to come up with a generalized comic viewer using just JavaScript. I have a solution that works in nearly all browsers, but fails miserably in Internet Explorer (several versions). I don't have easy access to a Windows machine, and wonder if anyone could help me figure out what I'm doing wrong (specifically for IE). [more inside]
posted by jpburns on Oct 19, 2008 - 7 answers

Any general reason why php and javascript web apps would fail in Internet Explorer and yet work correctly in Safari and Firefox? (isset($_SESSION), $form->value, etc.)
posted by four panels on Jun 28, 2007 - 4 answers

I have written a bookmarklet that works in Firefox but not in IE6. How can I change it to be supported cross browser or even as a separate bookmarklet to get the same results. [more inside]
posted by mickbw on Jan 24, 2007 - 5 answers

What I suspect is a fairly stupid javascript question, but one I haven't found an ideal solution for. I four menus made out of unordered lists. I'm using a modified version of the suckerfish dropdown script to make it work in IE (code inside), in one place I want 1 of the four menus to stay open except when I hover on one of the remaining menus. i.e. menu1 is visible. when I mouseover menu2, menu1 is hidden. When I mouseout of menu2 menu1 reappears. [more inside]
posted by Grod on Oct 31, 2006 - 6 answers

How the heck do I iterate through all a given div's style sheet in IE? [more inside]
posted by ph00dz on Jan 20, 2006 - 5 answers

CSS and javascript: I thought I had them beat, then I had to go and test my site in IE [more inside]
posted by renderthis on Jan 10, 2006 - 8 answers

We use an internal survey tool which automatically generates and collates web-based surveys. It wasn't written by me. I'm having a problem with one particular page; have a look at the following: [more inside]
posted by blag on Dec 13, 2005 - 14 answers

Without using any plug-ins or extensions, how can I always force a link to open in IE, regardless of the client browser? [more inside]
posted by RKB on Oct 25, 2005 - 9 answers

I am managing the production of a web application, which, for various reasons, must happen in a window with no status bar. Unfortunately, some security patch for ie6 with winxp sp2 renders the javascript that turns off the status bar ineffective. Any solutions?
posted by sauril on Feb 4, 2005 - 10 answers

I'm having a javascript/CSS/IE problem. I'm working on a website that has a line of buttons at the top for navigation, and when you mouseover the button, a menu drops down giving you sub-options. This is controlled pretty simply with javascript changing the "visibility" attribute in the stylesheet for the menu. A problem arises in IE, however, when there are form elements on the page. If the dynamic drop-down menu overlaps a form element, that form element disappears. (Specifically, this is happening with a menu) You have to reload the page to get it back. Anyone know why this might be happening, or how to fix it? Works fine in NS7, Firefox, Mozilla, etc..... [more inside]
posted by emptybowl on Aug 18, 2004 - 5 answers