1
vote
1answer
35 views
Blue lines around images within links in IE6
Why do I get a blue line around my images when they're links in IE6?
Is there a quick CSS trick to get rid of them?
0
votes
1answer
26 views
Problem with jQuery live and IE
I'm having some trouble with jQuery and IE. I've narrowed it down to this:
jQuery("#missionDashboardRoleFilter").live("change", function(){
alert("called");
});
<select …
2
votes
10answers
94 views
how can i test my website with ie6
i worked on a website in the latest firefox and then presented it on a machine that just had ie6 (and it looked horrible). is there anyway i can test what it will look like in IE6 without having to …
1
vote
1answer
50 views
IE6 dropping session information when moving from .aspx to .asp page
So this is the problem:
We have an application that has both .asp and .aspx pages. When a user is browsing to the site using IE6, there is a possibility that the page will drop the session and the …
3
votes
3answers
57 views
Using Javascript to ‘sum selected cells’ in IE6
In excel it is possible to highlight a range of cells and view the 'sum' in the 'status bar'.
Can this be done in IE6 using Javascript and a HTML table ?
0
votes
2answers
82 views
Determine whether AJAX is possible?
I've a scenario where a client's internet explorer 6 browser does not allow instantances of activex controls to be created rendering ajax inoperable in jquery.
This also pops a warning at the top …
2
votes
2answers
23 views
Removing options from select in IE6
Hey all,
I'm attempting to repopulate a drop down menu. I'm making an ajax call to retrieve myList. When I have the new list, I remove all the options from the select element and insert the new …
0
votes
1answer
70 views
Why doesn’t this JavaScript run in Firefox?
It certainly runs on IE6.
Why doesn't this JavaScript run in Mozilla Firefox?
<html>
<head>
<title>JavaScript Popup Example 3</title>
</head>
<SCRIPT …
8
votes
19answers
454 views
Why don’t people just stop developing sites to cater to IE6?
I don't understand why developers continue to program things to accommodate IE6. People should update the browser they use, right?
I've already seen many firms completely stop developing for IE6, …
0
votes
1answer
39 views
jQuery Overflow Problem in IE7 IE6
Hi,
I'm trying to create a nice scroller where the text scrolls up, like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
1
vote
5answers
44 views
CSS sprite based rollover blinks in IE6
I'm using the CSS based rollover "trick" that switches the background position of the element's background image on hover.
The CSS
#welcome #step1
{background: transparent …
1
vote
3answers
86 views
css sprites in IE6
I'm using the following code for star rating. The code works fine in firefox but it sucks (as usual) in IE6. The stars doesn't even show up in IE6, though they work perfectly.
it uses sprites to …
0
votes
0answers
36 views
ie6 ie7 in virtual box [closed]
Hello. I am trying to install the vhd ie6xp and ie7xp packs available from Microsoft on my virtual box. Virtual box will only mount CD/DVD's and/or ISO's. How do I get it to use the Microsoft files? I …
0
votes
1answer
73 views
What is haslayout?
I've read some article on it but didn't get what is actually. can anyone on SO explain me.
Is it only related to IE6 only?
What does zoom:1?
Is layout is a IE only TAG?
Edit:
I found this info …
1
vote
1answer
35 views
Layout issues in IE 6.0
Im having some issues with my layout in IE6 (corporate business, ideally id tell them to shove ie6 :P)
Link to the site is http://www.clickcommercial.co.uk
Ive just applied the twinhelix png fix …
