internet-explorer

Bugs in IE: dotted border and z-index

Hi, Why does IE (I am on IE7) behave so odd when comes to dotted line and z-index in the examples below? http://quack-project.net/tmp/4/index.php Is there any method to fix this or have I coded the css incorrectly?? first example, <div style=" border-left: 2px solid #000; border-right: 2px solid #000; border-top: 2px sol...

console.time() in IE8 Developer Tools

Is there an equivalent to console.time(''); console.timeEnd(''); in IE8 Developer Tools? ...

IE flash background problems (swfobject)

Hello, I've slowly been adapting this site to work on browsers and I just need some help getting it working in ie. I have a full page flash background that apparently does not show in IE - polivision.tv/test.html Using swfobject, the html for the code is <object id="background_vid" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000...

internet explorer multiple jdk versions

Hi, Is there a way to switch between multiple versions of JDK/JRE in Internet Explorer ? Wanted to use jdk 1.4, jdk 5 & jdk 6. Thanks, Michael ...

Images on server visible in Firefox/Chrome/Opera but not IE

I'm developing a website and certain images will not display when returned to IE browser. It will not display both within the returned html page it is contained in and when you link directly to the image. Here is the page the image is contained in: vrn.vanderbilt.edu/2010 and here is a direct link to the image: vrn.vanderbilt.edu/2010...

Making my DIV stretch to fill the available page space with valid CSS in IE

Hey guys, I'm trying to make a simple DIV layout compatible with IE, and it's giving me hell. Here's the basic layout I'm working for: <div id="body" style="background: blue;"> <div id="header"> HEADER </div> <div id="content" style="height: 88%;"> CONTENT HERE </div> <div id="footer"> FOOTER </div> </div> I'm using CSS rounded c...

$(document.body).append() doesn't seem to work in IE.

I am redirecting my user to my default.aspx when his session expires and default page is referenced under a master page. I show a notification like twitter stating Session Expired what happens is it works fine in firefox and google chrome but not in IE. I get Internet Explorer cannot open site-http://localhost:1335/order/Default.aspx?Sid...

IE6,IE7,IE8 Differences

What is the difference between Ie6 and Ie7 and Ie8 ...

Drag'n'drop image inside link from IE to C#

Hello, I'm trying to get link to image file (src attribute) which I drag'n'drop from browser onto my desktop application. Image located inside an anchor (a-tag). My code works with Chrome & Fx - but not with IE :( if (e.Data.GetDataPresent("HTML Format")) { string data = (string)e.Data.GetData(DataF...

Internet explorer Shadow filter destroys image transparency?

Internet explorer seems to not handle having two divs both with different semi-transparent backgrounds. The top div loses all opacity. Is there any way to fix this? Update Ok I found the issue: filter: Shadow(Color=#474747, Direction=125, Strength=2); apparently the filters kill opacity in images? ...

Not getting the text box value

Hi, i am having this same issue using IE7 and jqery 1.4 problem is : i have a popup like this <div id="model_content_savefilter" style="display:none;"> <div style="display:none;" id="SaveFilterErrorMessage" class="errorMessage"></div> <table id="save_filter_modal" cellpadding="0" cellspacing="0" border="0"> <tr><td>You ...

Disable Automatic URL detection for Elements with 'contentEditable' flag in IE

Hi, When i paste any text in any element with 'contentEditable' flag enabled, IE automatically finds the hyperlinks or email address and replaces them with <a href="hyperlink">hyperlink</a>. How can i disable this automatic url detection for elements(e.g. div, span etc.) with 'contentEditable' flag in IE or aleast get the actual text...

how to get mouse offset when I've scrolled down the page in IE, using JavaScript?

Hi All, OK...here goes. I am working on a bespoke intranet system which has a holiday calendar. This page is quite long and requires scrolling. This is where the problem comes in. If I scroll down the page in IE(company policy) then click a day(this is a table cell)...a pop-up(div) should show up where I clicked. Now it shows up, but ...

Really simple document.onmouseup not working with IE

Hey, I have another incredibly simple JavaScript problem... I have a div that is shown when a link is clicked on. That is no problem and working fine. I then need the div to be hidden when the mouse is clicked anywhere on the page. Again, no problem in FF,Chrome,Safari and Opera but not in IE and it is really doing my head in now(!) Her...

.bat file behaves wrong from command line

I have a .bat file that simply opens up two different browsers and points them to unique links. After it opens up the first browser, it waits a few seconds, then opens up the second browser. What I expect to happen is that the second browser's window will automatically be focused and active. This behavior only happens when I click on the...

CSS3 PIE - Giving IE border-radius support not working?

I am trying to make rounded corners in IE with the CSS3 PIE attached behavior. Here is my CSS: .fieldRow { clear:both; padding: 0; margin: 0; overflow: hidden; line-height:17px; } .alternate, .rowMousedOver { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(PI...

IE Text Rendering over MS Filter

Im using a gradient filter for a IE background, the text inside the DIV is all destroyed. Is there any way around this? ...

How to retrieve the selected image in Webcontrol/IE with .Net(C#)

Nice! Now I can get the selected text with my IE plugin. Now I have another problem. How to grab the selected Image on the webcontrol/IE???? Thanks I really appreciate the help. ...

tracking IE specific errors?

hi there as im developing our site i run into IE specific errors where you would get a warning in the status bar of IE stating "Done but with errors" with the warning icon. once you double click that you get LINE:203 CHAR:2 ERROR: Object Required CODE: 0 URL: www.some site.com/some page do you have any tips on how i could possibly t...

Cookie sharing between sites with the same top level domain

Hi guys, web newbie here, I'm sharing cookies between two sites of mine, myserver.com and other.myserver.com, by using in Django: SESSION_COOKIE_DOMAIN = '.myserver.com' This works in most cases, but when the first site is reached through an iframe like so: <iframe src="https://myserver.com/page?data=asdsafaf"&gt;&lt;/iframe&gt; ...