0
votes
1answer
21 views
Dean Edwards’s IE7.js error ( c.runtimeStyle[h]=c.parentElement.currentStyle[h]? )
I'm using IE7.js for IE6
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif] …
0
votes
3answers
26 views
JavaScript: void(0), IE6, SWFAddress
Greetings,
We're about to launch a secured site (sorry, no URL) and have caught a rather esoteric bug in IE6 that I'm hoping someone might have encountered or be able to shed some …
0
votes
1answer
22 views
IE6 Text goes missing in dl tag
I'm testing a website in Internet Explorer 6 and I am baffled by this issue.
I have a data-list on the page, which shows the amount to pay - here it is.
<dl>
<dt& …
0
votes
1answer
18 views
CSS Target IE6 Validly
Hi all, basically im in a lil dilemma.... As usual, IE6 is messing up some tiny line of CSS.
All i need to fix everything is:
overflow:hidden;
Thats it. But, heres the problem. …
0
votes
1answer
12 views
Current tab in IE 6 horizontal list navigation stretching to fill rest of div
I'm currently working on getting my top nav to work in IE 6 - my site is
located here.
The tabbed item is the "current" selected menu, and its width is stretching to fill the re …
0
votes
0answers
17 views
Javascript: document.referrer and ie6 options
I'm trying to change a breadcrumb link with javascript based on the referring link.
everything works fine in firefox. having a problem in ie6 where its not pulling up the referri …
-1
votes
1answer
72 views
How to implement fixed bottom in IE6?
With css.
Please don't refer me to another link.
EDIT
Make something always at the bottom of viewport no matter how you scroll the bar.
0
votes
2answers
20 views
jQuery UI modal dialog sliding behind dropdownlists in IE6
I've just put the jQuery UI dialog into a web page. It's the first time I've used it. I thought I had set the bgiframe property correctly but when I check it in IE6 it's still slip …
1
vote
3answers
47 views
Linking to a forced download script in a pdf
I am generating dynamic PDF reports in PHP and having some issues with links to the web.
My links are to a PHP script that forces the download of a file attachment. This script w …
0
votes
4answers
53 views
How to make <option> wider than <select> in IE6?
The <select> has a width of 60px,
but the content of <option> is longer than that.
Which is hidden in IE6.
How to fix that?
0
votes
1answer
19 views
ies4linux with selenium and rspec
I use selenium, usually with firefox, to test my rails apps and it's all fine. I want to run my tests in IE6 as well. I'm in ubuntu, using the ruby selenium-client gem. For IE6 …
1
vote
1answer
39 views
IE 6 css issues with absolute positioning
I have a absolute positioned element with proper top and left. On page load the element doesn't show up but whenever I apply any css from IE Dev Toolbar it shows. Can anyone please …
0
votes
2answers
44 views
Nasty IE6 <ul> <li> stair bug
In that page, the submenu if fine in firefox, but as usual, the nasty explorer is interpreting that differently....
how do you troubleshoot css bug in IE6
what is the css bud the …
0
votes
3answers
59 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
2answers
32 views
Javascript appendChild name property
So I'm trying to add attributes to a radio button input, specifically the name attribute in Javascript. I'm appending children to a main object and when I use Object.setAttribute(" …
