internet-explorer-6

How to make JQGrid scroll properly in IE6?

早过忘川 提交于 2019-12-23 05:27:45
问题 I've got a JQGrid that needs to scroll. It works fine in Firefox, but in IE6, the grid stays stationary while the rest of the content scrolls underneath it. What might be a complicating factor is that the grid is inside tabs, inside a dialog. I've googled all over the place, but I can't find a solution for this problem, so I turn to Stackoverflow. Does anyone here know what could cause this behavior? I'm using jqgrid 3.5.3, should that matter. 回答1: I had this same issue with IE6. it took me a

IE 6 OR IE Tester -

ⅰ亾dé卋堺 提交于 2019-12-23 04:54:07
问题 took me a long time to figure this out and was wondering if it is IE 6, IE TESTER or something i have done. im creating a session to store quotes, which i am using md5($_SERVER['HTTP_USER_AGENT'] . $_SERVER['REMOTE_ADDR']) The problem being when i tested in IE 6 in the IE tester application, results are being inserted but the quotes are not being retrieved. After some digging and looking i found that the token being used to retrieve the quotes and the token being used to insert the quotes

IE6 postback in asp.net

爷,独闯天下 提交于 2019-12-23 03:28:16
问题 I have a page that contains a user control that is just a personalized dropdown list . I assign to each item the attribute onClick=__doPostBack('actrl',0) . when I click the page postback fine and I got the expected results. However in IE6 my page doesn't change to the new values loaded from the server. The weird thing is that when I shift + click on the link The page reload fine with all changes. I tried to disable caching on the page but no luck. using all this code Response.CacheControl =

IE6 double margin bug

大憨熊 提交于 2019-12-23 02:56:06
问题 When we float a fixed width div element to the left, the margin-left 's value is doubled. Is there any solution available? I'd prefer solutions not requiring JavaScript please. 回答1: If I remember correctly, setting display: inline to this DIV will solve the problem. -- edit: details on this bug 来源: https://stackoverflow.com/questions/824175/ie6-double-margin-bug

Blank page in IE6

巧了我就是萌 提交于 2019-12-22 13:53:42
问题 A site I am working on that is built using PHP is sometimes showing a completely blank page. There are no error messages on the client or on the server. The same page may display sometimes but not others. All pages are working fine in IE7, Firefox 3, Safari and Opera. All pages are XHTML with this meta element: <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> It appears that I have fixed the problem by adding this PHP code: header('Content-type: text/html;

jQuery: Problem with windowed controls in IE6

被刻印的时光 ゝ 提交于 2019-12-22 12:28:10
问题 I have a web page which contains a select box. When I open a jQuery Dialog it is displayed partly behind the select box. How should I approach this problem? Should I hide the select box or does jQuery offer some kind of 'shim' solution. (I have Googled but didn't find anything) Here is some code: <!DOCTYPE html> <html lang="en"> <head> <title>testJQuery</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="GENERATOR" content="Rational Application

jQuery: Problem with windowed controls in IE6

余生颓废 提交于 2019-12-22 12:28:03
问题 I have a web page which contains a select box. When I open a jQuery Dialog it is displayed partly behind the select box. How should I approach this problem? Should I hide the select box or does jQuery offer some kind of 'shim' solution. (I have Googled but didn't find anything) Here is some code: <!DOCTYPE html> <html lang="en"> <head> <title>testJQuery</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="GENERATOR" content="Rational Application

can we worry less about IE 6 issues since there seems to be upgrade push? [closed]

空扰寡人 提交于 2019-12-22 09:18:13
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I noticed that on my Vista and XP machines, the automatic update is asking me to upgrade to IE 8 (from IE 7). News article also says

Workaround for too long querystring in IE6, IE7?

点点圈 提交于 2019-12-22 08:52:03
问题 I have a form which submits fine in FF, Opera, Safari, Chrome, and also IE8... But it wont submit in IE6, or IE7... I have noticed it is 99% sure that the problem is a too long querystring. I have many many options... Now, changing the method to POST is out of the question here, so don't bother asking about this please... I wonder, is there any other workaround for this problem? Also, why is only IE6 and IE7 having this problem? If there is no workaround, will "disabling" the "too many"

Is it possible to degrade from Internet Explorer 7 to Internet Explorer 6 for debugging purposes?

╄→гoц情女王★ 提交于 2019-12-21 20:59:24
问题 I'm having Internet Explorer 6 problems on one of my sites, and I really wish I had it installed instead of Internet Explorer 7. Is there a quick way to do this? 回答1: Multiple IE: It is possible to run Internet Explorer in standalone mode without having to over-write previous versions thanks to Joe Maddalone who came up with a way of achieving that in November 2003. Basically, Internet Explorer is run by exploiting a known workaround to DLL hell - which was introduced in Windows 2000 and