0
votes
4answers
125 views
Is this a IE Bug or am I stupid?
I have several pages and one stylesheet.
The page bodies get two classes: Their name, and the language.
For example:
<body class="contact english">
Now, in the stylesheet, I have an special …
0
votes
3answers
23 views
Receiving an (unwanted) mousemove event when clicking on an image
I have a html page, on this page there are some images, when the user clicks on one of these images, a different image replaces it.
<img style="cursor:hand" src="../_Img/click_me.png" …
2
votes
3answers
371 views
ActiveX in IE. Dialog Box not showing XP Visual Style
I have an ActiveX control in IE (7). When it shows a dialog box, the dialog box is not showing in XP visual style. I have tried embedding manifests to no avail. Anybody got any idea? by the way, the …
0
votes
1answer
45 views
+250
Enable pdf caching in IE
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline …
2
votes
4answers
171 views
What are my options for accessing the user’s GPS device in a desktop browser?
After reading about Firefox's Geolocation functionality, which doesn't use GPS, I'm wondering what it would take for a browser (IE and/or Firefox) to be able to access a GPS device connected to a …
0
votes
1answer
38 views
Uploadify causing error in IE 7/8
For some reason when I load a page with uploadify, in IE 8 I get this
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; …
1
vote
3answers
74 views
css sprites in IE6
I'm using the following code for star rating. The code works fine in firefox but it sucks (as usual) in IE6. The stars doesn't even show up in IE6, though they work perfectly.
it uses sprites to …
3
votes
3answers
48 views
URL Escaping Chinese/Japanese Unicode Characters for Internet Explorer
I'm trying to URL-escape (percent-encode) non-ascii characters in several URLs I'm dealing with. I'm working with a flash application that loads resources like images and sound clips from these URLs. …
1
vote
2answers
44 views
Jquery AJAX not working on IE 7/8
I am trying to debug the reason why my ajax get/post is not working in IE 7/8
Here my code:
$.ajax({type: "POST", dataType:'html',url: "/places/set_member/add/",data: "place_id="+place_id ,
…
5
votes
7answers
936 views
Why does IE make password boxes smaller than text boxes?
See the simple form below. It's just a text box on top of a password box. If you look at it in Internet Explorer 7 (and 8, and probably others) the text box is 10 pixels wider than the password box.
…
1
vote
1answer
44 views
Mysterious problem with CSS and Internet Explorer 7
I think the myth that IE is a nightmare for web designers its true. IE7 is adding me some mysterious padding or margin on the left and right side of my div#image (the gray div) and the paragraph in …
0
votes
1answer
32 views
IE support for DOM importNode
I've been looking arround the web, and I'm fairly sure I already know the answer ("no"), but I'd like to check:
Does IE support importNode() yet? Is there a better alternative than walking the DOM …
1
vote
1answer
21 views
IE Sending OPTIONS Request for File Downloads
On my site I have a very basic setup: an 'a href' tag that just points to a file. Nothing fancy:
<a href="/path/to/my/file.doc">File</a>
No fancy javascript, nothing. Some users who are …
0
votes
0answers
63 views
CSS in IE…another problem
I'm designing this site, and all works well on Mac (FF and Safari). There are problems, however, with IE (as usual).
I'm not a css expert, and I'd greatly appreciate any help you have to offer as to …
2
votes
1answer
39 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 tag. This works …
