A Combobox in the following constellation (extremely pruned code) has problems resizing in IE6. A little debugging revealed that it doesn't receive an event when trying to shrink the west region via splitter.
Ext.onReady(function(){
var grid = new Ext.Viewport({
layout: 'border'
,items: [{
region: 'west'
,wid...
<html>
<head>
<title></title>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script language="JavaScript" type="text/javascript">
function getcsa(){
$.get("getcsas.php",{},function(xml){
$(xml).find('csa').each(function(){
var csa = $(this);
var vzid = $(csa).find('vzid').text();
var fir...
i'm making a splash image div that changes the background with different css class, here's rules i defined:
#splash {
height: 130px;
}
#splash.homepage {
background: #F7EECF url("images/splash_home.png") no-repeat 0 0 scroll;
}
#splash.projectspage {
background: #F7EECF url("images/splash_projects.png") no-repeat 0 0 scr...
Hi
I have a CSS issue which occurs in IE6 only. I'm completely stumped and am hoping someone else might be able to help.
In IE6, if you navigate to www.moneysupermarket.com/loans and search for a loan of £5000 over 5 years, Homeowner - Mortgaged, you will get the Loans results page.
Scroll to the bottom of the page and you will see th...
Possible Duplicate:
Should we support IE6 anymore?
There is a lot of talk about stopping to support IE6 and websites such as www.browsesad.com provide tools to educate your visitors about their poor choice of browser.
The browser is 9 years old and is personally an absolute bane to support for limited rewards.
Why exactly shou...
Hi All,
I'm fed-up supporting all the strange behaviors of the IE6 browser, so I'm wondering how, as a web developer, can I help killing IE6.
Should I just stop supporting it? I think there is still a big mass of pepole that use it for various reasons.
Maybe show IE6 users a special message that asks them to upgrade and hope it would ...
As I have a background in the publishing industry, I prefer to use fixed-width spaces like em spaces. However, IE6 displays a box when I use  , which really bugs me. Can I do a javascript replace just for IE6, or should I just not use em spaces?
Edit
Just to prove that it's not just my computer, MercerTraieste usefully linked to th...
I just uploaded my site to the server, and it is working perfectly in Firefox and IE8, but not IE6 (have not tested in IE 7)...
Here is the address: http://hqinternetsolutions.com/fullservice/index.html
There are two problems on the homepage that I cant seem to figure out. The header (which uses jquery to shift the images) appears far...
Basically my problem is sometimes, divs, spans, will float on top of ecahother. But when I move my mouse over them they "unstack" and correct themselves, and they will stay fixed until I refresh the page... then they are broken again. It's as if the action of hovering over them does something to it?
Does anyone know why this kind of beh...
i am using IE6 as a browser and when i call upon a local HTML file as an overlay by using Load function it loads the page but, following things happens
1: shows a loading status bar all the time
2: All the javascript in the called page(overlay) stopped working.
this is the call code
$("#mainoverlay").load("card1.html");
...
Hi all,
I imagine that this question pops up every now and then (I actually read some posts before posting my own question) but here it is again.
How can I get the sticky footer to work on this url with IE 6? http://bit.ly/1T9n4E
The difference here is that I get a hidden div that shows if you click in "Werknemer" or "AEX" for example...
Here is a link to my problematic page:
http://www.studioteknik.com/lamouvance/programmation.php
I'm trying to have a box be as big as the content injected into it (with PHP). It works on IE6 but not in Firefox... maybe I have done too many tricks, that the world is now upside down...
Please, help! I'm sure it a one line solution.....
Hi, I have completely debugged my site except for one page:
http://hqinternetsolutions.com/fullservice/movies.html
The li's do not appear correctly in ie 6 or 7, but work fine in the other browsers. The html is very simple: ul li and the anchor tags. The css is also simple:
#moviegrid{
width:560px;
margin:20px auto;
heigh...
background image of type PNG is not transparent in ie6
...
Hello every one
can some one help me with this
Problem: the datepicker is not displaying properly, it is half seen
and half not like faded or washed away paper
it works on every browser i tested even IE 6 on some
machines but other which use IE 6 have this
problem. below is the screen shot of how it looks.
ima...
After a bunch of googling and searching, I can't seem to find any info on this.
The problem:
In ie6 and ie7, the text entered into a styled input is displayed "cut in half", with some of the text clipped off in the middle and the remainder hidden underneath the bottom of the input.
Picture the word FOOBAR inside the input. You would o...
Hi, I have the following
<div id=A style='height: 120px;'>
<div id=B style='height: 100px;'>
<div id=D style='height: 60px; top 0px; position: relative;'>Stuff D</div>
<div id=E style='height: 80px; top: -40px; position: relative;'>Stuff E</div>
</div>
<div id=C style='height: 20px;'>Footer</div>
</div>
In browsers ot...
I am developing a Django site using Windows 7 as my dev environment. I have IE6 running through XP mode. Accessing my site through localhost:8000 doesn't work in IE6 (probably since it is still running a VM). Is there a way to access my site in IE6 while it is being served through Django's test server running on Windows 7?
...
I'm setting zoom:1; on some elements. When I subsequently check the CSS using the developer tools in IE 6.0.29, I see that zoom:100% is there, but hasLayout is still -1. Why isn't hasLayout being forced?
.album_thumbnail_outer_container {
position: relative;
height: 200px;
width: 150px;
border: solid black 1px;
float:left;
...
My web site want to be open IE7 and above .If IE 6 ,I want to produce warning and free download other browser icons .Is it possible?
...