internet-explorer

DropDownList width in Internet Explorer

I have an ASP.NET DropDownList with a rather wide content, while the closed list's width has to be quite small due to room limitations on the site. That's why I need to be able to set a specific width to the list when it's closed, but want it to be as wide as the content when it's opened. By default, Firefox automatically makes DropDown...

Disable IE prompt for kerberos

Thought I will try my luck here. Have tried virtually every solution I could find out there including previous related questions in SO. I am at my wits end. For our Intranet site, our German users always get a security prompt. For all others, it works fine. The IE settings are same for everyone. Any good solution pointing me in the ri...

Unclickable in IE 6

It is all my html code write in XSL file. Div body I have a div categories with two area left and right In each side I have the same div contain a link, but the link in the right can click able and in the left unclickable. Someone have the same issue show me the way please!! <xsl:for-each select="categories/category"> <div class="Categ...

IE Information Bar, download file...how do I code for this?

I have a web page (asp.net) that compiles a package then redirects the user to the download file via javascript (window.location = ....). This is accompanied by a hard link on the page in case the redirect doesn't work - emulating the download process on many popular sites. When the IE information bar appears at the top due to restrict...

Javascript way to list available plugins for IE

Is there a quick way to get a list in JavaScript of the available Active X plugins? I need to do a test to see if a plugin has been installed before I actually try to run it. In effect I want to create a page that says 'Plugin Installed and properly Working' or have it fail gracefully. I'm not sure how to have it fail gracefully if ...

FDF, MS CRM and iframe

I'm looking for help with using iframe with a FDF. It also has to display in IE because we use MS CRM. The PDF that the FDF is referencing is encrypted so I can't do any server side merging (I don't think). I've looked at the FDF-Toolkit but it's little over kill for just displaying, also I have heard that it doesn't always work. Thank...

Error occured in the case of ie by the summons of the page including jquery in Ajax.updater.

When you choose a preview link of following main.html, in Ajax.updater, sub.html is read. In sub.html, I come by drag & drop in an object. However, become the error in a drug when you carry out two times of previews in ,IE. What's wrong? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"   "http://www.w3.org/TR/xhtml1/DT...

IE space between rows

My site looks very different from FF and IE (http://www.kiubbo.com), as you can see there its a lot of space between ".news_item" lines in IE 8 If anyone has any idea why? Thanks ...

How can I apply prototype's toggle to content loaded via JSON, IE problem only.

I use PHP and javascript via prototype. i have a threaded comments page that on open by default via javascript call to a PHP file data returned via JSON, only parent comments are retrieved in the db. (in short only parent comments are fetched from db and displayed) then the parents are loaded and formatted to be shown on the page with a...

Browser dependent problem rendering WMD with Showdown.js?

This should be easy (at least no one else seems to be having a similar problem), but I can't see where it is breaking. I'm storing Markdown'ed text in a database that is entered on a page in my app. The text is entered using WMD and the live preview looks correct. On another page, I'm retrieving the markdown text and using Showdown.js ...

JQuery IE <div> opacity problem

I have a problem with IE. I have a layer that has this style to make it transparent and fullscreen. position:absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000000; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; z-index: 1; And i use the JQuery method fadeIn and fadeOut to show and hide it. Wel...

Programatically adding a remembered username/password to IE?

If I wanted IE to remember a username and password combo for a specific site (not in a text form, but an authenticated login), how could I programatically add that to IE's database of stored usernames and passwords? ...

line after IFRAME is not visible

line after IFRAME is not visible in both IE and FF. refer the below code and let me know whether I am doing anything wrong. <html> <body> line before iframe <br /> <iframe src="about:blank" /> <br /> line after iframe </body> </html> ...

when can XHTML unexpectedly cause problems on IE?

since IE won't render XHTML as XHTML, but treat it as HTML instead, when can this actually cause problems for IE? ...

Different Javascript behaviour in different browsers

I'm doing a eCommerce website, but dealing Javascript is killing me. For example, for the following page, http://nordschleife.metaforix.net/118/118/index.php/sony.html It works as intended in Google Chrome, but not in IE or Firefox. For instance, clicking the up or down arrow for products that are down the page (e.g., tenth product) wi...

IE problem: keyboard interaction with checkbox

I have an HTML table, and each row has a checkbox for selecting or deselecting its row. Whenever a checkbox changes value, I need to add or remove highlighting to the row and also ensure that the page's submit button is only enabled when at least one row is selected and disabled otherwise. The checkbox event handler is defined by the f...

Inline img with <a> causes weird issue in IE

Doctype: <?xml version="1.0" encoding="iso-8859-1"?> <!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; HTML: <a href="http://www.somelink.com"&gt; <img src="images/someimage.jpg" alt="sometag" /> </a> CSS: div.somethin...

Jquery + click + image swaps + IE6 = I hate that browser

I am having an issue with swapping images in IE6. Works fine in all browser except that one. Here is the following code: $(function() { $("#image1").click(function() { $(this).attr('src', '/v12/images/small/sm-wall-1-on.png'); $('#image2').attr('src', '/v12/images/small/sm-wall-2.png'); $(...

IE8 + Visual studio error

I finally let windows nag me into upgrading from IE6 to 8. Now in visual studio 2008 when I try and edit an MFC dialog box, I get a "an error has occured on this page - continue running scripts? error" The add variable screen has a warning "an add-on for this website failed to run" Does Visual Studio 2008 work with IE8? Is this some my...

Internet Explorer margin issue inside div with padding

In this case, internet explorer doesn't seem to give the right amount of margin. It looks like it measures the margin from the top of the box and ignores the padding. Why is this? Is there a good workaround? Here's an example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tran...