internet-explorer

jQuery fadeIn doesn't work in IE.

I'm using fadeIn to fade in my BG DIV's. example: http://commonmovement.com/MIP/about-mip.html This works in all browsers except IE, where it just "pops" on. Not sure how to fix this. I tried using: $('#main.about_main').css('filter', 'alpha(opacity=0)'); $('#main.about_main').fadeIn(2000); but no luck. CSS: #main { height:10...

Incorrect jQuery Selection in IE

I'm writing a basic app which involves changing the html in divs referenced by name, and it's working fine in Chrome, Firefox, Safari, etc. but not in our beloved Internet Explorer. I'm loading the content dynamically so I can't give you full code but here's an example of the HTML (where there would be many such divs stacked with ascend...

Internet Explorer text display api

What windows api function does internet explorer use to display text in the browser window? What functions does the WM_PAINT or WM_NPAINT event call in internet explorer to display any text? For example if a google search returns some results, what windows api is being called to show the result in the browser window? ...

IE is not able to display tinymce icons

My code is not able to display the tinymce Icons ...below is my code tinymceSettings: { theme : "advanced", tinymcePlugins: "style,paste,directionality,advimage,advlink", theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,fontselect,fontsizeselect,|,bullist,n...

Can I change the border color / style of a SELECT element using CSS in IE 8?

I have seen that the situation is very problematic after reading these: http://stackoverflow.com/questions/380037/ie6-ie7-css-border-on-select-element http://api.jquery.com/css/ However maybe the situation has changed with Internet Explorer 8. If that is so, I'd expect this piece of code to work in IE8: $(selectObject).css("border", ...

window.opener.location.href is malfunctioning in IE8 with WIN-7

Hi, I have an applcation that launches a popup using the window.open(url) as given below. function goRelURL(){ winObj=window.open(url,"w1"); winObj.focus(); } From the popup I am closing the popup on click of a button. on click a methods is called and from there I set the URL for parent window and close the popup as: window.opener.loc...

IE Memory Cache Viewer

Is there any tool which can be used to view the memory cache for Internet Explorer? I did try NirSoft's IECacheView which provided a nice view of IE's disk cache, but it could not examine the memory cache. ...

CSS - center everything within the body tag

I am trying to center everything within the tag on the page without adding another container within it. My situation doesn't allow me to change the markup that is being generated but I am able to edit the CSS. My overall objective is to create css that allows me to use the zoom tag in IE for the print css (to zoom out), but the way it...

Selenium : Xpath parse error in internet explorer

Hi While testing a web app using selenium, I am trying to access a link in a html page. Xpath to this link is //div[div[text()='Report:']]//a[div[text()='Remove All']] This xpath is working in Firefox but in IE i am getting parse error. I verified this xpath using ie webpage source code and xmlspy. but still getting this error while ...

Cufon Not Working in IE - A CSS Issue

I'm having the oddest problem. I'm building a theme for Wordpress using Cufon. Cufon works perfectly in Chrome and Firefox, but I couldn't get it to render in IE, so, since I'm still in the middle of development, I set the problem aside to deal with later. Sometime yesterday, I was fiddling with other CSS elements in my theme. Later, I ...

Selenium RC fails to setup Internet Explorer to run tests

So I created a test that runs fine in fire fox super.setUp("*chrome");. And now I try to run this on my machine for internet explorer super.setUp("*iexplore"); //not iexplorer!. This works fine on another developers machine, we both use vista and are running Iexplorer 8. However on my machine, the page is blank and the URL is this: C:\Us...

Java Applet would load only once (in the first window) in Internet Explorer

Hello all I am in a bit of fix here. In my company, we have a local intarnet website which has a menu bar in the form of an applet. Few days ago i remember i downloaded an update (either JRE or Windows , i can't recall) and after that in IE strange behavior is observed w.r.t the menu bar applet loading. If i open the web page first tim...

Using Iwebbrowser2 , I want the handle to the ie window created by navigate2

Hi Folks, In C++, I am creating an IE window (IE7) with CoCreateInstance, and using Navigate2 to navigate to a web page. I want to be able to get the handle to the IE window created by Navigate2. Notice in Navigate2, I give a window name as a parameter. Using get_HWND() is not working. I'm getting a handle to an IE window but not the o...

Asynchronous Google Analytics not logging in IE

The code I have in place is tracking visits from Chrome, Safari, Firefox, Opera Mini, but not IE. I believe the problem to be a matter or loading order, scope, or possibly the code placement. I am currently using the following: In my example.html: <script type="text/javascript" src="http://www.google-analytics.com/ga.js"&gt;&lt;/scri...

C# IE BHO: How do I marshal DOM objects to a worker thread?

I am trying to write a Browser Helper Object (BHO) in C# that manipulates the DOM on a separate thread. I've seen several other questions related to this, and the answer seems to be "you need to marshal the DOM objects from the thread they were created on to your worker thread." Good advice, and it makes perfect sense, but I can find no ...

IE 8's Developer Tools: Browser Mode: IE 7, IE 8, but what is IE 8 "Compatibility View"?

In IE 8, we can bring out the Developer Tools. Then on top, there is a Browser Mode: IE 7 IE 8 IE 8 Compatibility View So if IE 7 is to force the page to be shown as if the browser is IE 7, and IE 8 is to force the page to be shown using the standard IE 8 as it is, then what is the extra IE 8 "Compatibility View" for? What use is it...

IE8 not rendering transparent pngs correctly -- never happened before

I've never had a problem before with IE 7 or 8 and transparent PNGs until now. I don't know if it's Photoshop or Fireworks that is possibly messed up. I really don't know what else to say.. here is the link: http://michaelpstone.net/mannelaw It's the three fading images on the home page. My only guess is that it has to do with the ...

can some one please tell me Microsoft link where i can get IE 9 setup to install?

I agree google helps but i would like to few additional thinks Its not released yet right ? If its not yet released where can i get it download ? What all effects/sideeffects i can get using that ? Please provide me Microsoft link from where i can download and install the IE 9 so i can play with HTML 5 and new stuff shipped with it. ...

jquery autocomplete dropdown doesn't disappear in IE

Hi all, I have strange problem with jquery autocomplete plugin. Everything works fine, ajax fetching, showing of data, selecting value... But in IE(in firefox everything is fine), when dropdown is opened, if I don't scroll with mouse scroller, but instead if I click on scrollbar and drag it up and down after that dropdown stays hanging ...

How to solve browser compatability problems.

I had created a website for my personal use.I was working with Mozilla firefox.But when i moved to IE7 , the entire site was lost. The structure and all its alignments has gone. So please help me to solve this issue. thanks/- ...