internet-explorer-6

Banner Images in encoded text

IE > 7 and others does support Data URI but not IE6 and 7. I found techniques to display inline images by using CSS but the issue is that the images I want to show are Ad banners which will be clickable and also dynamic(rotation banner). how can I use MHTML in a way that I dont have to be Dependant on css? Update http://www.phpied.com/...

JavaScript: Retrieving the %APPDIR% Path

Is it possible to retrieve the path of %APPDIR% (in Windows XP: C:\Documents and Settings\UserName\Application Data) in JavaScript? The solution must be supported by Internet Explorer 6. Background: I want to provide the user with a link to a certain directory beneath %APPDIR%. I first tried <a href="%APPDIR%\MyFolder\"> or <a href="fi...

Javascript file download not working on IE6 and IE7

I have the following code Response.TransmitFile(filePath); Opens the new window using the following line of code this.Page.ClientScript.RegisterStartupScript(this.GetType(), "Download", string.Format("window.open('{0}', target = 'new');", downloadURL), true); This works on IE8 however doesn't work on IE6 and IE7 anyidea what might...

IE6 problem opacity

Hello... I have a css submenu positioned with absolute. The submenu div has 2 other absolute positioned divs inside .The one of them has opacity and works like a background. I didnt put background at the submenu div because all the childs would be semi transparent. The problem is with the all time not want to die IE6.. When i hover over ...

CSS Problem with my topNav in IE6

CSS Problem with my topNav in IE6 HTML Page: http://www.faressoft.net ...

Element height unknown before it's rendered in IE6; how to solve?

I created a lightbox script. One javascript issue remains and it is driving me crazy. The source is to be found at http://github.com/Wolfr/Wolf-lightbox In IE6, when you click the image, the modal box position is wrong the first time you click the modal. If you close it and click it again, the modal is positioned correctly. I believe...

Need a very thin border for IE 6.0

I am trying to get a very thin border for my table (table rendered from a GridView). I have set the BorderWidth="0" for the GridView and then through CSS I am creating the border for the rows that I need. Here I don't want any border around the grid header. HTML code for grid renders to table and TRs. So I ahave the following css: tr.to...

Can I forget about IE6 ?

I'm a consultant working on several websites and it has been asked that I make sure my work is compatible with IE6. Since Microsoft advised not to use it anymore and that an average of 6% of the users are using IE6: can I advise my client to forget about IE6 ? Edit: The website is consumer oriented on the internet. I don't think IE6 i...

How can I make the CSS opacity property work with png images in IE6?

This code works with IE 7 and above, but not with IE6: img.myclass{ opacity: 0.5; filter: alpha(opacity=50); } What should I add to my code? Thanks ...

if ($.browser.msie) not working+ie6

I have master in my project.i have added js file in my master page.so that i can able to call the function in my content pages.My problem is when i am using this function ""if(!$.browser.msie){alert("Not ie Browser");}"" not working in ie6.In ie6 it is showing alert("Not ie Browser") all the time when the page load happens?Can i get some...

Django - How do I redirect ie6?

Hi. I want to send a user to a page on my site that prompts him to upgrade to a more recent browser if they are using ie6 or lower. How can this be achieved in Django? ...

ie6 image stretch and scale

I need to be able to stretch a image background to fit the window size now it works in all browsers except for ie6 I have endlesly searched the internet for a solution and tried all things I have found but nothing seems to work in ie6 here is my demo site if you have ie6 you will be able to see my problem I need it too stretch the fu...

In IE6, how to implement a:hover?

I am using following CSS: #userinfo_box a:link,a:visited { text-decoration:none; } #userinfo_box a:hover { text-decoration:underline; } The HTML is <div id="userinfo_box"><a href="">Hello World</a></div> In IE6, Hello World is not being underlined. How to do it in IE6? ...

drupal, Jquery plugins and IE6/ IE7

Hello. I have a number of Jquery plugins being called through my Drupal Acquia Marina theme .info file. They work fine in all popular browsers with the exception of IE6 and IE7, in which they don't appear to load at all. Some of the plugins are very basic, like the following slidetoggle, which like all of them, exists as a a .js file ...

Changing scrollbar size in Internet explorer 6 by using Windows CE 6.0

Hi, I need to change the scroll bar's size of Internet Explorer 6 in Windows CE application. by referring to http://msdn.microsoft.com/en-us/library/aa452005.aspx , I'm only able to change the scroll bar slider's size(by changing SBSizeV and SBSizeH value) but not the arrow button's size. Is there any way that I could change the size? Th...

In IE6, after using AlphaImageLoader filter, links are not clickable anymore.

I am using AlphaImageLoader to display my transparent PNG in IE6. The HTML is, <div id="infoBox"> <a href="links.html">Links</a> </div> The CSS is, #infoBox { background:url('/images/bg.png') !important; background:; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/bg.png',siz...

Migrate website / application from IE6 to IE7 / IE8

At the moment I have to migrate a web-application (ASP.NET 2.0 with Masterpages) from IE6 to IE7/IE8. Where can I find hints and guidelines for this topic? The webapplication looks fine in IE6 but completely awful in IE7 and IE8. In IE8 I cannot see the compatibility button. ...