I have the following script that works well in Firefox and Chrome (not sure about other browsers), but it doesn't work at all in IE. It basically opens a popup which appends a div to highlight an item in the window opener. I want it to work across multiple pages on the same site, so I didn't want to add a function to create the div in th...
Hi, just wodering if anyone has experience with Typeface.js ( http://typeface.neocracy.org ) and fixing issues of the font not being rendered in Internet Explorer ( 6, 7 and 8 ).
The font renders in Firefox and Safari fine, hover nothing is displayed in the Explorers. The font is not installed locally so I know that the script is workin...
Hello everyone,
I just inherited a project where the main navigation menu is currently Flash. They asked if I could switch it to javascript, so I agreed to give it a shot. The navigation structure itself is dynamically generated on the server and new nodes are picked via an ajax call. The return is all XML.
To prevent delays on initia...
This is a weird CSS issue I was experiencing while trying to fix a footer that rendered properly in IE 6 but failed to render properly in IE 7. Here's what the issue was.
There is this css class, clearer, shown below:
.clearer {
clear: left;
line-height: 0;
height: 0;
}
In the JSP/HTML output, there were either:
<div ...
I have the following code in my page. Sometimes the jquery is loading fine but sometimes i get an error: jQuery is undefined
<script src="/javascripts/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="/javascripts/jquery-ui-1.7.1.custom.min.js"
type="text/javascript"></script>
<script type="text/javascript">
alert...
Hello everyone,
I hope someone can help me. I know this has been discussed here before but the example is prototype and foreign to me. I'm looking for a strict javascript or jquery solution. I have an example setup here. Click on the scrollbar in FF and you don't get an alert but click on it in IE and you do. Please help me, thanks!
...
I've seen this question circulate around the internet a lot, but haven't found an answer that has solved my problem. I am basically using SpicIE.Controls.Toolbar (C#) to create an explorer bar for IE. It has a few text-boxes on it among other things. The problem I have is that when I am typing in the text-box and hit backspace, the brows...
hello.
i'm made a call button using Skype's links in a web page.
<a href="skype:echo123?call"> Call echo123 </a>
i tried it in Firefox and IE and the link is working ok - i can make a call using Skype. but the thing is, IE redirects the page to skype:echo123?call which results to a 404 error.
i tried adding onclick = "return false"...
I have a web app that I'm trying to regression test with WatiN. This app uses IE's createPopup() method to provide menus - that's something I have no control over.
Can I use WatiN to find and click elements within the popup?
A further complication is that this app uses HTML frames and I suspect that even if, in theory, I can get to the...
I create a table programmatically in javascript like this and do a innerhtml on a div. It works fine in firefox but IE screws things up. Obviusly the sucker exists in IE. But when I inspect the thing in IE8 I see that a class and a id on link element is without ", but they should be there. Can these be the problem?
var create_table...
I'm having a weird problem in IE7, the CSS background image (bullet) on some <li>'s are hidden and visible on others. When I hover over them though, they become visible.
I tried adding position:relative on li but it didn't help. How do fix this?
Screenshot:
Thanks!
...
Hi All,
I have a website that seems to be Ok in Mozilla but when I access some pages in IE (mostly the ones where it has to contact a web service) the page hangs. If I refresh and then click the same button again, it seems to work fine 90% of the time. As mentioned, the same features work flawlessly in Mozilla.
I am not really sure whe...
Hello. I've got an HTML page with a select and another control. I want the type of the second control to dynamically change depending on the value selected in the first control.
Here's the html code:
<form name="myForm">
<select name="tagName"
onChange="changeControl(document.myForm.customControl, document.myForm.tagName.val...
I've been working on a popup window that interacts with the window.opener. I found a specific problem with IE not working when trying to append an object. I've set up a demo page here.
Basically what the demo does is opens a popup window with a button. It is intended to highlight portions of the page as I described in my previous questi...
Hello,
I am using standard GWT (2.0.1) to make an internet app and i have this wierd issue with huge fonts (edit: well, larger than normal) with the default style in IE 7 & 8, while FF, Chrome and Safari are displaying fonts correctly. At first i thought it must be on error on my side (i use UiBinder with some custom css) but then I not...
I've been pulling my hair out (and going way over allotted hours) to try and figure out why Colorbox isn't working properly on the following page: [link removed]
I've set up a Colorbox test link on the very bottom right that says "Web Design By All Web Cafe", which should open up a small logo image. In Firefox, Safari, etc the modal be...
Hi,
does somebody know something about problems with the filteringSelect in IE browsers?
I just get an yellow exclamation mark and two JS errors in IE developer tool:
dijit.form.ComboBox: TypeError:
'undefined' is null or no object
dijit.form.FilteringSelect: TypeError:
'undefined' is null or no object
I use dojo version...
UPDATE: The problem only occurs when I use an older version of jQuery (1.3.2) and not on the newest version (1.4.2).
ORIGINAL QUESTION:
I have found a weird behavior, and am wondering if there are any work-arounds. The javascript 'for' loop can be used to enumerate the property names of an object. I am finding though that on IE it d...
My application front page works fine in firefox but when I open the site in any version of IE I get an error for the top banner image, the code in the layout is this:
<%= link_to image_tag("logo.jpg", :class => "logo"), root_url %>
You can see it live here: http://www.dailytrailer.net
Everything seems to be fine, when I load it in IE...
How do you configure browser proxy settings in a centralized fashion? Our development environment consists of many operating systems (Win XP, Win 2k3, Ubuntu Linux) and we usually run various browsers (Firefox, Chrome, IE, Safari) on each dev machine, to test our applications.
Managing and configuring browser proxy settings on each brow...