internet-explorer

Blog URL Crashes Internet Explorer

I have a blog through Blogger - http://www.concertexperiencepeeps.com. Whenever I try to view my blog through Internet Explorer it crashes the page and will not allow me to view it. It works fine on Safari though. I cannot figure out why. Any ideas would be appreciated. Thanks@! ...

CSS Gurus please help me figure these rounded corners out?

I've got a webpage I'm designing and my design works great in google's Chrome browser but I'm using the CSS 'border-radius' property which as I'm sure you know isn't supported by IE. I'm trying everything I can think of but I've got a few things going on that are causing me a lot of trouble The 'box' in question that I'm trying to get...

Angle DIV in IE

I'm stumped by IE! Is it possible to angle a DIV in IE. I'm currently using the following in all the other browsers: -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); ...

JSP/HTML page loading / rendering is taking too much time in Internet Explorer (IE)

JSP/HTML page loading / rendering is taking too much time in Internet Explorer (IE). Same JSP/HTML page is loaded/rendered in Firefox very fastly. IE is taking 4 mins to load a JSP/HTML page and same page is loaded in Firefox in 1 mins 20 seconds. It's really surprise to me. What is the reason for taking too much time in Internet Ex...

Emulate IE7 for IE8 but not for IE9 using "X-UA-Compatible"....

I have a website depending on vector drawing, for internet explorer i'm using VML and for other browsers i'm using SVG. IE8 however, doesn't have support for neither without falling back to IE7-mode which has VML. Therefore i'm including <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />. The problem (well, actually a good t...

Javascript mouse position problem

I am getting the screen coords of my mouse click using clientX and clientY in IE. I am using these coords to plot a point on an openlayers map however, the x axis is always perfect but the y axis is always exactly 86 pixels out. At the moment I am just getting round this by doing clientY - 86 but obviously this is no good as a long term ...

Google Map invalid argument on IE6/7/8

Dear all, After hours of debugging, I have to ask some help... I try to make this work on IE : http://ferc.noisy.ch/professionnels-plan.html (user and pwd : ferc) It works fine with FF, but with IE6/7/8 I have the following message : Line:133 Character: 18 Error : invalid argument After some investigation, I found that the problem ...

IE : Unable to download * from *. Unable to open this Internet site. The requested site is either unavailable or cannot be found.

Hey, I have an issue with my website and IE. I have a file Document.ashx that becomes a document from my database depending on the parameter passed in the query string. The file works if: You're on my website and click a download link. You access anything on my site and paste the URL into the address bar and access it. You've already...

Programmatically Set Proxy Address, Port, User, Password throught Windows Registry

I'm writing a small C# application that will use Internet Explorer to interact with a couple a websites, with help from WatiN. However, it will also require from time to time to use a proxy. I've came across Programmatically Set Browser Proxy Settings in C#, but this only enables me to enter a proxy address, and I also need to enter a ...

Cufon: line-height problem

I'm trying to use something like that... .cufon-font-style-1 { font-size:40px; line-height:-20px; } it's not working in IE, FF, Chrome... i changed my Docytype and nothing changed... ...

Web Services, Internet Explorer and Research Options

Hi, I have this webservice (someservice.asmx) that I am able to access from my browser(Internet Explorer 7). I have deployed my webservice on a different machine accessible via the intranet. The WSDL is displayed on the browser window when I type the [servername]/someservice.asmx on Internet Explorer(7). The problem surfaces when I try ...

In VBScript, is there a way to tell if IE is busy loading something (e.g. a page or XHR)?

I am writing an HTML Application (HTA) that runs fullscreen and allows users to browse a list of selected websites. I notice that sometimes when you click on link to load an external website, there is no feedback to the user that the browser has accepted the request and has started trying to load the page. In Internet explorer, you get ...

javascript running fine in mozilla but gives unknown runtime error in IE6,why?

iam using simple blow up trick in my page . first the div is set as hidden and then when we click the image ,a blow up opens with a overlay image in the background. The javascript function simply seta innerhtml. This all runs fine in mozilla but it gives unknown runtime error when i try to see it in IE6 and thats why image blow up doesnt...

Javascript Prototype .visible() method not working in Internet Explorer

I'm using the Prototype (and script.aculo.us) javascript library - since it's what comes with Rails "as standard" - and having a problem with the following snippet: function show_hide_selects() { chkbox = document.getElementById('game_random_select') seldiv = document.getElementById('card_selects') if (chkbox.checked && seldiv.vi...

I.E css position problem when scrolling

Hi Everyone, I have written a scrollSpy function that detects user activity as they scroll up and down on a webpage. <script type="text/javascript"> function yPos() { var pos = 0; if( typeof( window.pageYOffset ) == 'number' ){ //Netscape compliant pos = window.pageYOffset; } else if( document.body && ( document.body.scr...

Weird CSS issue involving inline overrides in IE

edit: Thanks, missed the doctype. ...

Online Internet Explorer Simulators

(Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons. But I have to develop for Internet Explorer users as well. I know, I am not unique here. I enjoy using the webkit inspector / firebug to mess with CSS. One of t...

Problem with IE and setInterval() not refreshing/updating.

Hello. I'm using JavaScript/Jquery to make a page auto-update with a value from a database, although it doesn't seem to update in Internet Explorer. It works fine in FireFox & Chrome. Can anyone explain what's wrong? It looks like IE is just displaying a cached version of the page. How can I prevent this happening? Thanks. function upda...

jQuery live() and Internet Explorer

I have select inputs dynamically added to form by $(selector).append(html) I'm using live('change',handler) to bind change event for all selects. The problem is that code is fine in all browser, except Internet Explorer (all versions). I've replaced live() with the plugin livequery() still working in all browser and i have strange b...

Is TWebBrowser dependant on IE version?

I am thinking about using the TWebBrowser component that comes within Delphi's default pallet of components in a project, but I wonder if it uses the IE version installed on the client machine? If yes: then I guess it would share its history, cookies, workoffline and stuff like that? Can I separate them somehow? Is there any webbrowser ...