internet-explorer

Internet Explorer ajax request not returning anything

At the end of my registration process you get to a payment screen where you can enter a coupon code, and there is an AJAX call which fetches the coupon from the database and returns it to the page so it can be applied to your total before it is submitted to paypal. It works great in Firefox, Chrome, and Safari, but in Internet Explorer, ...

jQueryUI: Sortable <thead> messes up ie ANY IE when TABLE's css display property is set to RELATIV

As the title describes most of the problem. Here is the example code that works as expected in Firefox. Could someone provide a workaround or fix? In action JavaScript $(function() { $('table thead').sortable({ items: 'th', containment: 'document', helper: 'clone', cursor: 'move', placeholder: 'place...

Secure web service works in Firefox but not in IE7

I am trying to call a C# web service from one data center to another. I am able to load the web service properly in Firefox 3.6.3 but it does not load at all in Internet Explorer 7. When I try to install the application which relies on this web service, it can't find the web service at all, just like IE7. Is there any setting or config...

How to detect that the same page is already opened in another window in IE

Is there any way to check that my page is not opened in another tab or window in IE? Say I have Page1 and user hits "new window", which will open a new window with the same page opened. So now there are two instances of the page. I want to restrict the browser to only have one instance of the page opened at any given time. One of the re...

How To Change the color of disabled html control in iexplore?

input[disabled='disabled'] { background-color:#FFFBF0; color: #28B51D; } I am using this example but that is not run in iexplore. But also run in other browsers. If any body know then please tell me that how to change the color of disabled html control in iexplore. ...

Problem with background in IE, all other browser work excellent.... please help...i almost get fired...

Hello pros out there, I have this problem with background in IE PC, all other browsers including Mac Safari work excellent.... please help...i almost get fired... link is: http://www.imageoneads.com/missiongallery/index.htm Thanks so much tran006 ...

Can you tell me why my webpage displays differently in IE and how to fix it.

I've been browsing through all of the CSS related cross-browser questions trying to troubleshoot my IE styling issues with no luck. Can anyone tell me how to fix my homepage styles so that it displays the same in IE as it currently does in Firefox? I've used Firebug (probably why it looks good in Firefox) but I can't find any tools for...

browser version in jquery

well iam trying to get version of IE used by user by using $.browser.version in IE8 iam getting different result when iam writing my url in different formats http://localhost/test.html----------this is giving result=8 http://192.168.1.2/test.html--------this is giving result= 7 http://www.something.com/test.html--this is giving result=...

[IE 7/8] Loading HTML content in via Javascript nulls my <title> tag in some instances

This is an Explorer only problem and the symptoms are: I have links that when clicked will load in HTML chunks (none of which contain html header tags) using javascript. The html chunks are placed in various <div>s around the page, perhaps 3 different places with 3 different chunks brought in via javascript. When these chunks load in ...

unfounded Secure Unsecure Messages

I'm having significant difficulty locating the root cause for a secure/insecure message comming from IE. I've looked through the entire output and there are NO references to http: I've searched for unsource Iframes, which cause this message, and there are none and other than jquery 1.4 there isn't even the text "iframe" in the source....

Does IE 7 support the content pseudo-class?

I am generating pipes in my list using pseudo-classes and it works fine except they are not being rendered in IE 7. The code looks like: .brandLinks a:after { margin: 0 4px; content: "|"; } .brandLinks a:last-child:after { content: " " } Is this just something IE 7 does not do or is my code wonky? ...

How to override universal selector font-size in IE6

Hi folks... I have an issue in an ExtJS-based application, however, I don't believe the problem to be ExtJS-specific (I could be wrong, but I suspect not). The issue is that I have a universal selector like so: * { font-family : arial; font-size : 10pt; font-weight : bold; } Later on I have some markup (generated by ExtJS) as s...

Preloading Image Bug in IE6-8

Page in question: http://phwsinc.com/our-work/one-rincon-hill.asp In IE6-8, when you click the left-most thumbnail in the gallery, the image never loads. If you click the thumbnail a second time, then it will load. I'm using jQuery, and here's my code that's powering the gallery: $(document).ready(function() { // PROJECT PHOTO GALLERY ...

jQuery .Load() Callback Not Working in IE 7/8

Hi, I have a portfolio gallery with thumbnails along the left column and a large image on the right/center column. When the user clicks a thumbnail, this script loads in the large image and displays it in the place of the current image. Of course, there are some awesome animations happening. The script runs perfectly in IE 6 (go figure)...

How to install Multiple ActiveX Controls per one step?

My .ocx contains two ActiveX controls and I use both of them on one page. When user comes to page he gets two install confirmations for the same binary. After the first installation and page reload he gets one control displayed and “the website wants to run the following add-on...” yellow bar with control’s run confirmation for the oth...

IE8 CSS selector selects, but does not apply the style.

This is making me want to kill myself. I have some really simple CSS to style my input objects: input, button { border: 1px solid #c66600; background-color: white; color: #7d212f; font-family: "Eras Light ITC", Tahoma, sans; } But I don't like the ugly border it puts around radio buttons, s...

ActiveX: Could not load Driver

Hello all, I am having a look at this example which makes use of activeX - it does extacly what I need from the description but everytime I try to run the example, I get the error: Could not load Drivers. The ActiveX Control could not be started. I have tried this on IE8 on a windows Vista Machine. What is the problem, how can I...

Word and IE (Close Word needs to Refresh IE)

I am able to open Word with a specific template from the browser, but when Word closes and the user returns to the browser the page needs to be refreshed. ...

IE8: drag'n'drop files to a webpage

Is it possible in IE8 without using third party plugin like Java? ...

CSS background images not showing in IE?

In IE8 and below, I'm doing this <ul class="dependants_list" style="border-bottom: dashed 1px #53a1dc"> <li class="dependants_summary"> <strong>Name:</strong> De Silva, Angelina<br /> <strong>Gender:</strong> Female<br /> <strong>Date of birth:</strong> 7/3/2009<br /> </li> <form action="/Dependant/Delete/11...