0
votes
1answer
18 views
How do I properly create and manipulate checkboxes via javascript in Internet Explorer?
Hello,
I'm writing a web app. Based on certain choices the user selects, it dynamically creates a number of checkbox input elements. For the sake of usability, they should be cr …
0
votes
1answer
34 views
mouseover not working in ie7
Hello!
Having problems in IE7.It does not show me the "mouse over- drop down".
This "mouse over" was working well till yesterday also works in FireFox.
There a table that display …
3
votes
2answers
87 views
can we override inline css through javascript ?
can we override inline css through javascript? with IE6 compatibility.
I found this pure css solution but not works in IE.
http://nataliejost.com/override-inline-styles-from-the- …
1
vote
1answer
18 views
JQuery AJAX .load - flash chart doesnt load in IE
Hello,
An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart …
1
vote
4answers
60 views
Why does select with onfocus not work in IE?
I want to highlight a select element with a background color to indicate, it is mandatory. When the user opens the menu by clicking on it, I want to remove the background color, so …
1
vote
3answers
37 views
Template Recursion error
Hi! I am in the process of refreshing my XST knowledge, and have decided to have a go at making an XSLT 1.0 stylesheet that convert the XMLHelp files from the C# compiler into a b …
0
votes
4answers
60 views
Regex behaving differently in IE6/IE7
My HTML is something like this :
<select>
<option>ABC (123)</option>
<option>XYZ (789)</option>
</select>
What I'm trying to do is: …
1
vote
2answers
33 views
Catching a custom javascript exception with window.onerror - in IE
I have a custom exception class which I'm using for a particular situation. It could be thrown from anywhere so try/catch isn't really practical.
throw new CustomException;
I w …
0
votes
2answers
27 views
rich:datatable and expandable column with internet explorer
I created a simple solution for expandable columns/rows with rich:datatable and rich:column, which is similar to: http://stackoverflow.com/questions/358840
The facelets code is (s …
2
votes
7answers
115 views
is there any script which can stop to show ALT=”text” as a tooltip in IE 6 and 7?
is there any script which can stop to show ALT="text" as a tooltip in IE 6 and 7?
0
votes
2answers
22 views
Session cookies across browser processes
Is it possible to use session cookies across browser sessions (specifically Internet Explorer). I would like a user to log in to my site and therefore get a cookie and when the use …
0
votes
1answer
18 views
Text shadow in IE, alternatives
I have a need for text-shadow for inline, long, paragraph text in IE. I understand progressive enhancement, but the situation is different. I do absolutely need text-shadow, it's n …
0
votes
3answers
42 views
Internet Explorer @font-face is failing
I'm trying to get Internet Explorer to render my pretty fonts. It's not working. They work fine in Firefox and I can see in my Apache access logs that IE has pulled the fonts. So i …
0
votes
2answers
23 views
issue opening htm files with internal link from command line
Hello all,
I'm trying to open a help file from within my java application. I am able to do so using the line:
Runtime.getRuntime().exec(new String[] {strPath, strUrl} );
where …
0
votes
1answer
12 views
prettySociable IE issues..
I'm trying to use the jQuery script prettySociable, which works fine in all other browsers except for IE - am using IE 8 and have tried testing it in compatibility mode to no avail …
