Hello, I seem to have a bit of a problem with IE6, normally I would just drop the support for IE6 but the project I'm working on there is a chance that there will be lots of people visiting the site with IE6.
If you have IE6 and you want to check out the problem use my Home Page link.
Basically div#content drops below the div#left.
I tr...
I have a complex form which uses blur events to trigger updating to mysql. There is validation which disables the submit button until all required fields are completed. The problem is, users are managing to submit the form even though they haven't completed all the fields.
My theory is, for some reason the database is ignoring some of ...
where is that tool where I can load IE6 and IE7 on the same computer?
testing for cross-browser issues.
...
Hello.
I create a popup using window.open in IE6. Created popup contains a link to other page, which i want to show in the same popup window, but after clicking on the link, the target page is displayed in another brand new popup, so i have 2 popups opened at that moment.
How can i make a new page loaded in the same popup that holds a li...
How to emulate for ie6?
...
The answer is probably no, but in IE6, jQuery is slow to apply the jQueryUI accordion control, meaning the unstyled links behind the accordion are visible for probably a quarter to a half of a second before the accordion styling applies.
This is highly distracting, so I went ahead and hid the div and had jQuery unhide it when it loads. ...
Help
I try desperately to place a background image on the right border in a DIV in Internet Explorer 6.
No success so far.
This is my CSS:
.test
{
width: 100px;
border-right: red thin solid;
border-top: red thin solid;
border-left: red thin solid;
border-bottom: red thin solid;
background-position-x: 100%;
...
Can anybody recommend a good tool for emulating IE6? Rather not have to go and install an old copy of XP somewhere.
...
I have found no definite way to detect IE6 using jquery.support instead of jquery.browser which is not supported anymore. Also I need to account for Quirks mode, Ugh!!!
I have seen a couple of posts on Stack but they all refer to jquery.browser and the documentation for jquery.support is a little vague.
Any help on this would be great ...
Ok I know, I don't like IE6 any more than you do. In fact, I might like it less than you. However, I am stuck with it.
Basically I want exactly the same behavior as the "show page contents" feature on quirksmode but in IE6. That means I have a div which at first glance appears to be positioned relativly. Then when you scroll, just befo...
hello,
The following dropdown menu works fine in modern browsers (IE7/firefox) but not in IE6. Can someone suggest a fix?
CSS:
#menu {
height: 29px;
background: url(img/menu.png) repeat-x top;
border-left: 1px solid #0b2f3e;
border-right: 1px solid #0b2f3e;
position: relative;
}
#menu ul {
display: none;
p...
I've created a template for WebSVN (see it in action here) and have worked hard to make it use web standards and validate. It looks great in most browsers, but as I feared, IE 6 and IE 7 can't quite hack it. In my case, the problem is that they refuse to render the unordered list for my navigation horizontally — they both display each <l...
Hi everyone!
I'm using jQuery to create some tabs on a site i'm working on. I'm find that although the tabs work fine in both IE6 and IE7, the background image i'm using is not showing. I changed the image to a colour but the tab background is still showing as transparent.
http://development.dekken.co.uk/cervello/
Anyone got any ide...
The bizarre symptom I'm seeing on this page (only when viewing with IE 6) is that the text of the <h1> tag is invisible when the page is loaded or resized, but appears when I mouse over the region where it appears in the upper-left corner. I haven't seen this with any other browser, and the only CSS attributes I'm modifying for any h1 ta...
I often inspect sites using firebug and have noticed quite a range of complexity in the way developers wrap their content. Looking especially at centered aligned layouts:
At the simplest end are sites like 99designs.com which simply apply a margin: 0 auto to the body element.
Body -> Header/Content/...
Next along the scale are...
My dev environment is LAMP-based (Drupal); there are several JS (jQuery) files that are served up to provide various bits of functionality.
Until recently, things worked fine (well, IE6 was hideous but at least it worked). However, recently, one of my JS files has started to refuse to execute at all in IE6 and IE7.
If the file contain...
When I open a specific png file in IE6, it just displays a red X, which looks like image not found error. It works fine in other browsers. Some other png images can render correct in IE6. I checked the can-render png with can-not-render png with fiddler, I found the can-not-render png is only 150 bytes. I wonder if the too small size cau...
I found an example here of using rounded corners using a single image. I've got this working perfectly in IE7+ and FireFox.
The following is an example tab layout:
<div class="tab"><div class="corner TL"></div><div class="corner TR"></div>
<div class="inner"><p>Test 1</p></div>
</div>
<div class="tab"><div class="corner TL"></div><...
Hi,
I have a CSS style which displays a png image in background. It works well in all browser, except in ie6.
In ie6 the bacground image is stretched to fit the block. How do I solve this ? Here's the CSS which I'm using to do this.
.error
{
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}
...
Hi there.
We have a strange problem when implementing sessions with ColdFusion in IE6.
After login and after a refresh on the page all the session variables are lost.
Its some kind of config in the Administrator? Could you give me some troubleshooting tips to this issue?
Thanks in advance!
...