internet-explorer-7

JQuery code obliterates WordPress site in Internet Explorer 7

橙三吉。 提交于 2019-12-23 03:09:29
问题 I'm building a WordPress-based site that has a few very basic jQuery-animated effects. When I turn JavaScript off in the browser, the site is displayed just fine. With JavaScript on, there's just a blank page. I went through my custom js file, deleting snippets of code and checking the site each time, to isolate the problem. I discovered, that these two seemingly innocent lines cause the disappearance of the website: $('#wrapper, #topmask').animate({top: "15%"}, 1300); $('#bottommask')

Support of :after in IE7

爱⌒轻易说出口 提交于 2019-12-23 03:08:59
问题 Long story short, I want to add an absolutely positioned pseudo element after another element, so I simply use the :after pseudo element in my stylesheet. This works like a charm, except in IE7. I should think that :after is supported in IE7, no? The clearfix hack used in Boilerplate works fine, so why not in my example? When I look at the CSS in the style inspector, it does seem to print it out, so it seems to me that it understands it, but I can't see the generated element nonetheless. Am I

Debug JavaScript on a remote site using Visual Studio 2008 / IE7

寵の児 提交于 2019-12-22 17:40:13
问题 I would like to debug JavaScript that resides on a 3rd-party site, using IE7 and Visual Studio 2008. How can I break into the debugger? There are no JavaScript errors and I don't have access to the JavaScript source (since it is on a third-party site). I just want to walk through the JavaScript and see how it's working. The JavaScript on the page I'm debugging redirects immediately. Please note - I am debugging a JavaScript problem that is IE7-only, so I can't use Firefox/FireBug in this case

IE7 Compatibility Issues

本秂侑毒 提交于 2019-12-22 09:31:31
问题 I'm (obviously) new to web development, and I'm just now realizing that my sites are pretty screwed up in some IE versions, but how do I fix them? How do I know what to change in the CSS and where, when multiple layers and divs aren't displaying properly? Example: http://www.jwstudio.us/bkpa Is there a resources for IE CSS fixes/compatibility? What about for the positioning and color differences between Safari/Apple and Windows browsers? 回答1: Few tips: Read http://quirksmode.org/ – loads of

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

z-index css Pop-up box and ie7

和自甴很熟 提交于 2019-12-22 06:27:28
问题 I have some div boxes which should show a speech box when on hover. With jQuery and CSS it’s nothing too hard. However, the popup speech appears under the neighbor div in IE7 — I can not make it to appear under it (see the shots). I tried to play with z-index at different spots with no success. FF alt text http://img134.imageshack.us/img134/5314/63386894.png IE7 alt text http://img396.imageshack.us/img396/9329/95483890.png HTML <div class="boardshot_list"> {% for ... %} <span class="img_box">

IE7-only stylesheet for XSL document

拜拜、爱过 提交于 2019-12-22 05:41:32
问题 How do I add an IE7-and-lower-only stylesheet to an XSL page? I tried adding it into the template for header information like so: <xsl:template name="header"> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="/rcm/verisign/style/2012/ie7.css"/> <![endif]--> </xsl:template> And the conditional never gets executed in my document, even though I use the same snippet in HTML-only documents and it works fine. What gives? 回答1: The comment will be seen by the parser as a comment in the

How to prevent scrollbars from overlapping the content?

若如初见. 提交于 2019-12-22 03:42:17
问题 I have a block of preformatted code (<pre>) which overflows horizontally so there is an horizontal scrollbar to allow the user to view the content. overflow: auto; However, in IE7 (maybe other IE versions), the scrollbar overlaps the last line of my content (which is especially irritating when there is just one line of content). I've tried the solution listed here, but it didn't work. The only solution that works is to use overflow: scroll; which adds a scrollbar to all my preformatted

jquery lightbox plugin: Bug on IE7 and IE8!

泄露秘密 提交于 2019-12-22 01:28:01
问题 I wonder if anyone has used this lightbox plugin and encountered a bug on IE < 9 ? It keeps crashing my IE8, and IE7, but it is ok on IE9. Any idea how to fix it? or any other alternatives? I would like to use this lightbox plugin because it allows me to embed videos from youtube and vimeo. Other lightbox plugins which allow me to run videos will be perfect! Thanks. EDIT: Found the bug - jquery-1.6.min.js !!! It works fine now with - https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery

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