ie6-bug

ie6 PNG fix causing 24 bit PNG images not to scroll when nested in div with overflow auto

I am using the following PNG fix for IE6: http://www.dillerdesign.com/experiment/DD_belatedPNG/ It is referenced thus in the head of my document: <!--[if lt IE 7]> <script type="text/JavaScript" src="../../Scripts/DD_belatedPNG_0.0.8a-min.js" defer="defer"></script> <script type="text/JavaScript" src="../../Scripts/DD_PNG_listing.js" ...

Doing a top level navigation with drop downs: have IE bugs pt.2 (UPDATED)

Sample code is below. If you look at it, you will see gray drop down boxes. These boxes are present in all browsers, but don't show in IE6 / IE7. Is there anyway to get this working in those browsers, without removing styles critical to the layout (for instance, I think removing a overflow: hidden off of something gets it to work but bre...

IE6 form expanding beyond desired height

Hi, I have a form which has expanded beyond the desired height in IE6 only :( Please view this fiddle for the problem: http://jsfiddle.net/fbTDZ/ I don't see an issue in other browsers. ...

How to embed flash in a website? it stretched up in IE6

Hi, I re-design a flash website and now there is problem with the dimension of the stage. I can see it on IE6 and old version of FF, but it looks good on Chrome, IE7+, Safari. since it was made 2 years ago, the player version was upgraded on the export to swf. The width is fine, it sets to 100% of the window, but the height looks like i...

Float disappearing. IE6 "example.com/index.html" works. "example.com/index.html#id" makes float disappear.

I'm having an issue with a float disappearing in ie6 ONLY on initial load. Meaning I have to close out ie6, load it back up and load example.com/index.html#id. my left sidebar disappears and shifts the main content to the left. Then, when I refresh it, everything goes back to where it should be. This only happens on initial load of t...

IE6 PNG fix in Spoon.net IE6 no longer working

I am using the following PNG fix for IE6 but it does not appear to be working for me: http://www.dillerdesign.com/experiment/DD_belatedPNG/ It was working previously but i am not sure what i am doing wrong. I am working in a .NET environment and all of my JS is referenced like so: <%= Html.Script("~/Scripts/jquery-1.4.2.min.js")%> <%...

Background image not sliding along with website in IE6 and IE7

Hello, Here's my question: I have a sliding navbar on the top of my website, with a sliding button (toggle slide up/down). By default the navbar is closed. When I click to slide down the navbar, the background-image remains fixed, it doesn't slide along with the rest of my page. This is in IE6 & IE7 too Note that the background-image...

Empty Spacing Divs Disappear

Hello, not sure why this isn't working-- i have 3 divs where the two on the side are empty, and all my content in the middle. IE6 is apparently ignoring the empty divs, as the content is pushed to the left. Any ideas what the problem could be? .sidebar { float: left; width: 25%; height:auto; visibility:hidden; font-size:1px; line-hei...

Flexigrid with IE6 show only headers [SOLVED]

I'm using flexigrid with jquery-1.2.3.pack.js, works fine with firefox but when i try ie6 it show only headers. Searching on the web i've found a discussion on the same bug, and it says to comment this line from flexigrid.js: if (p.width!='auto') g.gDiv.style.width = p.width + 'px'; Tried with this but it dont show the grid anyway.....

IE PNG transparency issue + TwinHelix

I'm trying to implement the Twin Helix PNG transparency issue in IE6 but when I downloaded the zip file the htaccess file is empty. Does anyone know what should be inside the file in order to complete the fix? Thanks in advance! ...

Youtube / Embed Vid + Joomla RocketTheme Template + IE6 = Black Screen

Refer to http://www.smartgridinterop.ca On IE6, it will display a black screen with the word "loading..." I was able to determine that the video tag was the cause of it. If I am to remove it, IE6 will be able to load the page perfectly. Below is the embed code for the article on that website. I will get the same problem if I am to u...

IE6 doesn't like my simple jQuery: Any idea why?

The following piece of jQuery is used on a page which has a message at the top, and all the comments which reply to the message below it. The way the code works on IE8/Chrome/Firefox is it "collapses" all of the comments bellow the initial message, so just their subjects appear. Clicking their subjects then substitutes the initial messag...

24 bit PNG :hover not adjusting background position IE6 on anchor

I am using the belated PNG fix for IE6: http://www.dillerdesign.com/experiment/DD_belatedPNG/ Like so: <!--[if lt IE 7]> <script type="text/JavaScript" src="/Scripts/DD_belatedPNG_0.0.8a-min.js" defer="defer"></script> <script type="text/JavaScript" src="/Scripts/DD_PNG_listing.js" defer="defer"></script> <![endif]--> I hav...

Why does IE show the gray boxes below the content, instead of above?

http://www.webdevout.net/test?013&amp;raw Shrink the window in IE6 / 7 to see what I'm talking about. I stripped out all of the critical parts of my application (had to), but basically those gray boxes are supposed to be drop down boxes. In modern browsers, it works fine... but in IE6 / 7, the page content overshadows it (as well as s...

ie6 float causes background image to dissapear

Hi Guys, I have a div with a background image which is aligned bottom right. Then I have another div floated inside that div to the left and to the bottom. In IE6, it looks like the bottom inner div is overlapping and cutting out the middle of the background image which is set to bottom left. Any ideas what might cause this? Is there a...

Detecting IE6 using Javascript/jQuery revisited

I need to detect IE6 in order to work around the lack of position:fixed. I've been using a simple regex: var isIE6 = /msie|MSIE 6/.test(navigator.userAgent); This works almost all the time, except for the user whose browser claims to be both IE6 and IE7: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE...

Using Supersleight plugin creates border and broken image X mark in IE6

Hi All, I've already asked this question on the guy's blog who created this plugin but not gotten an answer yet. I am using the supersleight.plugin.js plugin to sort out the transparency issue in IE6. It's working just great but I seem to have an issue if I have an image AND a background image which are both transparent PNG24 images in...

Background Image not appearing. IE6 Fail.

Hello all, I know this is a common problem with IE6 from my Google search but everything I have tried has failed. Here is my HTML: <table width="750" border="0" cellspacing="5" cellpadding="5" class="largetable" > <tr> <td width="65px"><b>SELECT</b></td> <td class="plus" width="300px"> <select id="op" name=""> <op...

iframes and IE6

Hi, Just wondering if anyone knows of any issues with regards to iframes and ie6 browser, specifically to do with the mouse being moved outside the bounds of the iframe which results in any processing occurring inside the iframe to halt? For example, if I have a "Search" screen inside an iframe, perform my search, if I move the mouse o...

Struts 2 + Export to Excel NOT working in IE6 (Works in IE7 and Firefox)

I have implemented export to excel feature in struts 2 using apache POI. It works in IE7 and Firefox on Windows XP. But does not work in IE6. The pop up dialog to open or save excel does not show up on IE6. I get no errors or exceptions. This is the result type. <action name="exportToExcelRIQueue" class="queuesAction" method="expo...