I'm using scripting to turn the IE6 screen to full screen mode. I'm using the Wscript.Shell ActiveX object and sending the F11 key to IE. The problem is that if the user enters again to the screen it sends the F11 key again and it returns to normal screen. I tried to save the information in the user's session but when it ends the problem...
I am developing a simple webpage in Windows Server 2003. I am testing the webpage with multiple IEs: IE4,5,6,7,8.
I have a problem is that only IE7 and IE8 are displaying my webpages correctly. This started occurring since I used the recent version of jQuery.
When I try to test using IE6, AJAX controls do not work properly. T...
I know, some people will say "IE 6 must die"; others will think this is a subjective/non-programming related question. But I'm desperate and did not know where else to ask.
I have an application and need to decide if i want to support IE 6 or not, so i wanted to test how it looks, what is failing or not failing. If the problems could be...
I've been around and around in circles with this one, almost finished my web page and all good in most browsers except the inevitable IE6! I've been doing some research and found out there is a problem with padding and margin in CSS, and have tried to no avail. Is there someone out there who might be able to help?
www.theclubnetwork.co....
I'm opening a modal dialog for IE6 and above using the following javascript.
window.showModalDialog(
'SelectUser.aspx',
null,
'status:no;dialogWidth:500px;dialogHeight:220px;dialogHide:true;help:no;
scroll:yes;toolbar:no;title:no;resizable:yes;location:no;menubar:no;'
);...
This is really unknown issue to many people. I would raise a question for it and make it easily accessible for other, and maybe someone of you know the solution for this problem.
All of us probably know that there is problem with alpha transparency in PNG24 in IE6 (still used by many people on web..). There are at least few known solut...
I have been trying to have the user download an excel file via a download prompt. Everything works fine in firefox and IE7 + but it doesnt work in IE6. In IE6, it displays the name of the aspx page and downloads a blank page.
Here is my code
Response.Clear();
string fileName = DateTime.Now.ToShortDateString() + "Leads.csv";
Response.Cle...
Having major issues getting my wordpress website to display correctly in IE6.
Link to screenshot below. My background image is missing, the nav is knocked down a few extra pixels, and most of my content is off center.
www.genevarealtytrust.com/content/wp-content/themes/wp-terra-basic/images/ie6_wpterra.jpg
FF screenshot (linked below...
I've seen a lot of IE6 bugs, but this one beats everything.
A page will display fine, but if I start loading a Table tag on the page sometime, most of the background images will disappear.
I'm not 100% sure that it's because of the Table tag per se, but the only pages that break are the one with tables in them. I'm creating these tabl...
So here is our scenario...
We have a old website and from that website,on click of a button, we launch our newly developed application from within an IFrame.
Now In IE6 , I am trying to catch the scroll event (ie catch the scroll of the browser).
However,it dosent either the event isnt getting fired or i am not tapping into the right obj...
I have an iframe that needs to catch the onscroll event from the parent window. The domains between the iframe and the parent are the same. I have gotten code to work in FF and IE7, but IE6 does not work, and I don't know why.
In FF:
parent.window.document.onscroll = function(e) {...} works
I've tried many things through trial and error...
This is one of two scripts I'm having problems with involving the fb:friend-selector. It's a facebook iframe application but no matter what I try, in ie6 the height is around 150px which gives scrollbars. By adding 1px borders it would seem that in other browsers where it does actually work, there is an initial height of around 150px whc...
One of the community sites I work on currently has this issue when viewing search results from Google CS in IE6.
For example these results. Attempting to click on any result doesn't provoke the browser into following the link. Strangely though, shift clicking or right clicking and opening in a new window both work.
Has anybody seen a...
Hi all,
My understanding is that Microsoft Script Editor is the best debugging utility for IE. To enable debugging in IE6 on XP, I found these instructions:
On Windows XP SP2+, the option has been split to two:
Go to Tools->Internet
Options…->Advanced->Disable Script
Debugging (Internet Explorer)
Go to
Tools->...
as u can see from the image above, in IE6 divs with essentially the same markup and css sometimes pop in and out of position, as i move the mouse around. i do not have any hover effect in them ...
HTML Markup
<div class="block yellow shieldalert">
<div class="content">
<h6>Shield Alert</h6>
<pre class="brush:xhtm...
In one of my projects I have used input[type="button"] to apply a style to all the buttons. It works fine in all browsers except Internet Explorer 6. It doesn't style the buttons.
Is there a solution for this, like creating some class for the button and applying it to all buttons?
I want to apply that class to all buttons but not manua...
Hey. This code works in most browsers, and even partially in IE6. It uploads files less 10Mb (approximately), but not anything larger. The code specifies that those files are permitted.
Also, note that it seems like the entire file seems to be transferred to the servers before disregarded.
The website is at: www.mgxvideo.com/mgxcopy-...
div id="outer" style="width:100%; text-align:center"
div style="position:absolute; top:197px; text-align: center; width:858px; margin:auto; left: 0; right:0"
I am using these 2 div tags to center a menu. Works beautifully except in IE 6.
I looked through the other questions, tried several things but nothing worked.
I would appreciate...
Hi all!
I'm just a bit CSSing, and I have this code:
#page
{
width: 950px;
margin: 0px auto;
}
I have a div with id="page". I opened my page in IE6, and it just worked. Since when do auto margins work in IE6? Can somebody explain me why it works? Thanks
BTW my doctype is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit...
Why big companies and even US government still have Internet Explorer 6 as their recommended browser?
I'm working at Cisco Systems and their recommended browser is IE6 which makes my life, as a web developer, miserable. I have to spend three times more time debugging problems for IE6 than for any other browsers and I think that they (my ...