internet-explorer-6

Hide horizontal scrollbar in IE 7 and below

假装没事ソ 提交于 2019-12-20 04:34:10
问题 Basically, I'm having trouble removing the horizontal scrollbar in Internet Explorer 7 and Below. I've tried the code below and It seems to work fine in every browser except IE. overflow-x: hidden; The even bigger problem is that, even though the scrollbar isn't even removed, it seems to completely screw the layout.. It somehow hides the majority of the page content in boxes 2 and 3? It also.. adds a second vertical scrollbar which moves relatively/absolute positioned items down?! I did

Debugging: IE6 + SSL + AJAX + post form = 404 error

坚强是说给别人听的谎言 提交于 2019-12-19 19:46:26
问题 The Setting: The program in question tries to post form data via an AJAX call to a target procedure contained in the same package as the caller. This is done for a site that uses a secure connection (HTTPS). The technology used here is PLSQL and the DOJO JavaScript library. The development tool is basically a text editor. Code Snippet: > function testPost() { >> dojo.xhrPost( { url: ''dr_tm_w_0120.test_post'', form: ''orgForm'', load: testPostXHRCallback, error: testPostXHRError }); } >

IE6 CSS Hover issues with menu

泪湿孤枕 提交于 2019-12-19 10:24:10
问题 I have a CSS hover menu which works in all browsers except... surprise -- IE6! #menu_right ul li:hover ul { visibility: visible; } This ul is hidden initially, obviously. When I hover over its parent li , it should show up... but it doesn't. To try to pinpoint the problem, I've tried making the ul initially visible and had the hover action take on something else. For example: #menu_right ul li ul { visibility: visible; } #menu_right ul li:hover ul { background: red; } This doesn't help. On

Blur a select after change in Internet Explorer 6

不问归期 提交于 2019-12-19 04:57:49
问题 Simple question really. This works in all but IE6: <html> <body> </body> <select id="test" onchange="blur()"> <option name="one">One</option> <option name="two">Two</option> <option name="three">Three</option> </select> </html> Is there anyway to get this working in IE6? JavaScript and JQuery hacks allowed. Any ideas, remarks or tips? Thanks in advance 回答1: Under jQuery: <script type="text/javascript"> $(function() { $('#test').change(function() { $(this).blur(); }); }); </script> Or you may

Div at bottom of window and adaptable height div

て烟熏妆下的殇ゞ 提交于 2019-12-18 17:27:52
问题 Is there a way to get a div to always be at the bottom of the window, and another div to change its height to fill any space that it leaves, and that div will scroll if its content is too long. (I never want the window to scroll). This is best illustrated by a picture: div layout http://img401.imageshack.us/img401/3209/divs.png The green div will always put itself at the bottom of the window, and the orange div will fill the gap. When the window is smaller, like in the right hand image, the

I've decided not to cater for IE6 - What tasty CSS treats can I use? [closed]

梦想的初衷 提交于 2019-12-18 10:41:29
问题 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 . Ok firstly, this is not a discussion on whether I should be catering for IE6. I'm sure there's hundreds of threads on S.O. where you

Should I support IE6? [duplicate]

元气小坏坏 提交于 2019-12-18 08:58:55
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: Ethical Dilemma: Should I still cater for IE6 as a web-developer. 5% of IE users last month use IE6. So I am curious if people think I should support it....because I haven't been. http://www.w3schools.com/browsers/browsers_explorer.asp 回答1: I wouldn't..Its not worth your time and effort for 5%. 回答2: What is your product or service? What percentage of conversions come from that 5% of ie users? What percentage

Using the IE8 'Developer Tools' to debug earlier IE versions

我们两清 提交于 2019-12-18 06:17:20
问题 I am less than satisfied in my HTML/CSS/JS debugging of pages with IE6 and 7 specific bugs. I am aware that IE8 has a Firebug clone, called 'Developer Tools' installed. Is it possible to have IE8 installed (maybe on a VM, i don't mind), set it to compatibility mode (is there one for IE6?), then perform JS debugging and live HTML changes, using the IE8 Developer Tools , just like we can in Firebug? many many thanks mieze 回答1: There are differences between native IE6/7 and the IE8 compatibility

window.open() returns undefined or null on 2nd call

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-18 03:48:32
问题 I have the follow scenario: I click a link which: opens a popup window called 'popup' which loads a pdf inside of it (in IE6). without closing the popup, i click the link again, which should reopen the pdf inside the popup, but instead a javascript error in thrown: member not found the javascript function used to open the popup is: function openWindow(url, name, props) { var windowRef = window.open(url, name, props); if (!windowRef.opener) { windowRef.opener = self; } windowRef.focus(); /

Vertical align middle on an inline-block anchor tag

喜欢而已 提交于 2019-12-18 02:42:46
问题 I have a need for my links and buttons to look the same, but I've been unable to vertically align the text within an "a" tag in the same manner as the "button" tag. It is important to note that the tags need to be able to handle multiple lines of text (so line-height will not work). a,button { display: inline-block; -moz-box-sizing: border-box; width: 150px; height: 150px; vertical-align: middle; border: 1px solid #000; text-align: center; } See the jsfiddle below: http://jsfiddle.net/bZsaw/3