0
votes
3answers
152 views
jQuery’s mousemove does not fire on blank div in ie6.
I have some divs with just a width, height, and border. I am using:
$(".the_divs").bind("mousemove",function(ms){
do_stuff(this);
});
My divs do not have any background css …
1
vote
2answers
21 views
IE6 _top links inside iframe between domains
I have a domain containing an iframe with contents from another domain. Inside this iframe are _top links. On IE6 nothing at all happens when you click them. I have prepared a mini …
0
votes
3answers
60 views
IE6 bumps down content when the parent container is too narrow
In the following example, the right side container appears to the right of the left side one in standards compliant browsers, but in IE6 the blue right side container appears below …
0
votes
3answers
116 views
jqZoom IE 6,7 (8?) bug
If on this product page you click on the second or third thumbnail, while using IE 6 or 7, the zoom function breaks. I think when you view the error in IE7 you can understand a lit …
0
votes
3answers
29 views
radio button jquery ie6 problem
i am dynamically creating radio using jquery as shown belown.
but they value only selected in ff,ie8.
ie6,ie7 not selecting the values.
how can i select the radio button value in …
1
vote
3answers
268 views
IE6 problem: anchor click moves the iframe
We are facing a weird problem in IE6. The page works fine in Firefox and IE7.
We have a page which has a div and a iframe within that div
Example:
<html>
<body>
...
& …
0
votes
1answer
20 views
In IE6, how can I determine if window.open is redefined?
I have this odd problem with a third party script. On our site a popup window loads a demo of one of our applications when a link is clicked. The third party script is supposed to …
1
vote
3answers
856 views
IE6 Unit PNG fix + Javascript Swap Image not working
Hi Everyone,
I am using Unitpngfix for IE6 PNG Transparency. Everything moves fine.
Now i need to implement a menu button in png to swap when mouse over. I used dreamweaver "Add …
0
votes
4answers
653 views
Dropdown menu “blinking” in IE6
Hi,
I am trying to create a dropdown menu based on Stu Nicholls' : http://www.cssplay.co.uk/menus/pro_drop8.html
Mine needs to go over Select dropdowns and be IE6/7 compliant, so …
0
votes
3answers
677 views
Horizontal scroll bar in IE6
I am getting a horizontal scroll bar in IE6. Attached the path to zip folder. Download and open index.html page in IE6. Let me know how to remove the scroll bar.IE6-horizontal-scr …
1
vote
1answer
73 views
Controls bleeding within iframe on scroll in IE6
I have content in an iframe, and when I scroll the main page (outside of the iframe), I get weird artifacts inside of the iframe, from the select and flash controls, in IE6.
How i …
0
votes
2answers
65 views
float:left and margin-left issue in ie6 and 7
Please have a look at my ieissue pic, http://img230.imageshack.us/i/ieissue.gif/
When I float first div to left and set the second div with margin-left:220px. It is working very w …
2
votes
7answers
741 views
IE6 bug. Div’s height increases when a:hover is triggered
Hi,
I have a page that there is a list of "tags", just like here in SO, and when the mouse is over it, it gets darker.
It works great with Ie7, 8, FF, Chrome, Safari etc... but IE …
0
votes
1answer
62 views
IE6 crash when using HttpWebRequest and Css
My web application is Asp.NET 2.0 and in one page, i'm using HttpWebRequest to load some content into a container page. This works well within Firefox, IE7/8, Safari but it crashes …
1
vote
2answers
911 views
This page contains both secure and nonsecure items and iframes
IE 6.0 is giving me the message "This page contains both secure and nonsecure items" because I have iframes on my page (for the combo box bug). I have tried pointing to a few diffe …
