internet-explorer-8

Error with jQuery (in IE8)

一个人想着一个人 提交于 2020-01-15 12:39:09
问题 I get an error when I use: $(document).ready(function() { $("#single_image").fancybox(); }) the error is: object doesn't support this property or method I tried to remove the ; but I still get the error! I'm using this plugin: http://fancybox.net/ 回答1: The error given indicates that the fancybox is not known, this seems to suggest it did not load the fancybox-js file. If this works in other browsers, i am a bit baffled as to why that could be. [EDIT: after further googling] Apparently this is

Open a new page on click of a link on new window

限于喜欢 提交于 2020-01-15 10:02:17
问题 I have a page in which i have provided a link clicking on which should redirect to a new page on the new window. My code is <a href="javascript:void(0);" class="webMnu" onclick="window.open('http://abc.com','plain');">Enroll</a> The problem is that it is working fine in firefox(opens in a new tab) but in internet explorer its opening in a popup (not in a new tab). How can i open this new page in new tab? Please help me on this. Thanks Pankaj 回答1: you want <a href="http://abc.com" target="

Hack to keep history.pushState ie8-9

独自空忆成欢 提交于 2020-01-15 09:01:10
问题 On most modern browsers, I'm able to use: history.pushState({}, 'Our Work','/url/path/'); Obviously IE doesn't support this, but I'm wondering why my simple hack doesn't work? history = { pushState : function(state,title,url) { window.location = url; } }; I've also tried: window.history = { pushState : function(state,title,url) { window.location = url; } }; But I get a 'member not found' attribute. Is this even possible with IE8? I really didn't want to include a whole library for this simple

HTML parsing error in IE8(KB927917)

大城市里の小女人 提交于 2020-01-15 07:27:12
问题 Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727) Timestamp: Wed, 18 Jan 2012 05:02:49 UTC Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://collaborize.collaborizeclassroom.com/portal/portal/collaborize/site/window?actionEvent=homePage&action=2&fpg=1&unId=umb8N95lhIoXOVKzTTrtcPoCrixd4wMdScQv8mEwqFT962zy3VSh4mzQNeugOWVV

IE 8 emulation on mac

送分小仙女□ 提交于 2020-01-15 05:51:08
问题 I currently only have macs for development. My site looks good in the Chrome, safari and firefox but not in IE 8. Normally I'd say too bad, use a proper browser, but that is probably not going to work with my user base. Are there ways to emulate IE 8 on the mac? BTW if somebody wants to have a look: here is the site. In IE 8 only the 1 first column is displayed. In chrome or firefox I don't see any warnings, apart from some javascript warnings which I fixed locally (but not on world wide web

IE8 CSS and html vs IE7

旧巷老猫 提交于 2020-01-15 05:09:09
问题 Pardon any brashness here, I'm about at my wits end looking for answers. I am looking for a list (if one exists) or some resource guide of specific html and css tags that have changed from IE7 to IE8. Specifically, I want to see something like "this code works in IE7 but not IE8... here is the broken tag's equivalent to make IE8 work." I do NOT [begin frustration rant] want to hear anything about the meta x-ua-compatibility work around to put in my header. We are FIXING our app for IE8, not

IE8 CSS selector ~ (tilde) addresses only first element

倖福魔咒の 提交于 2020-01-14 14:44:10
问题 IE 8 will address only the first tooltip element "a[data-tooltip="sk_5 …" instead the preceeding ones too. The HTML: <div class="skcontainer"> <a class="specialClassifications classification classfication_6" href="/de/ueberuns/romantik-siegel" data-tooltip="sk_6"></a> <a class="specialClassifications classification classfication_9" href="/de/ueberuns/romantik-siegel" data-tooltip="sk_9"></a> <a class="specialClassifications classification classfication_112" href="/de/ueberuns/romantik-siegel"

Why does IE8 add bottom border on my image anchor tag?

隐身守侯 提交于 2020-01-14 13:45:48
问题 I know, it's pathetic, but IT just got around to installing IE8 on my machine this morning. Right off the bat I came across a glaring issue and I've messed around with it for too long even though I KNOW the answer is staring me right in the face. First off, here's the website: www.mchenry.edu View it in IE8 and hover over the top banner image - see everything shift down? It's some type of text-decoration or border issue but I can't figure out which. In our test environment, I even tried to

Is the scope of Responsive Design worth considering for IE8 as of 2013?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-14 07:49:11
问题 I still see questions here that pertain to making responsive design work for IE8, or god forbid, IE7. For lack of knowledge of Windows related devices, my immediate thought is that, it would not be worth implementing responsive design for IE8 due to the insignificant amount of mobile devices that would still run IE8 today. And just leave sites as static 1024x768 for this particular browser, as there is little to no reason for responsive design, with the extra painful efforts it requires and

VideoJS Won't play in IE8 but plays in FireFox, Chrome and Safari

断了今生、忘了曾经 提交于 2020-01-14 05:37:48
问题 I have been trying to get VideoJS to play the demo video for 2 days with no luck in IE8. I can get it to play in Firefox, Chrome and Safari. All I get is a black box where the video should be. The page is simple. Can anyone shed som elight on this for me? Thanks... Source is: <!doctype html> <!--[if lt IE 7]><html class="no-js ie6 oldie" lang=en><![endif]--> <!--[if IE 7]><html class="no-js ie7 oldie" lang=en><![endif]--> <!--[if IE 8]><html class="no-js ie8 oldie" lang=en><![endif]--> <!--