Tagged Questions

0
votes
1answer
25 views

Link disappears in IE 6 and 7

I have link (button actually) inside a TD, but its completely hidden in IE 6 and 7: .btn-delete { position: relative; width: 32px; height: 31px; text-indent: -1000em; …
0
votes
1answer
19 views

ie complicated subdomain cookie problem

all my cookies work great on subdomain, but if subdomain has "_" in it, then cookie dont get read at all and dont get right at all eaither. following are my tested result, which will self explain …
0
votes
3answers
49 views

Loading JS dynamically from another JS (jQuery)

I'd like to know if I can load an external JS dynamically based on some condition, for example: $(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // load …
0
votes
2answers
17 views

DD_belatedPNG without editing the markup

I'd like to use DD_belatedPNG for a project, but I'm not allowed to edit the markup to add the following conditional comment that is required for the script to function: <!--[if IE 6]> …
0
votes
3answers
20 views

Fixing JS errors in IE

I'm using jQuery for my app and I'm getting this error in IE: Line: 13 Char: 9 Error: Expected Identifier, string or number Code: 0 ..well, as you can see, the error isn't quite helpful. How do you …
0
votes
3answers
44 views

Is there a tool to change other sites’ CSS for IE?

Hi All, Is anyone aware of any plugin/addon for IE that enables you to change the CSS (locally) for specific websites (In my case - Goo***), to make them look nicer?
1
vote
2answers
34 views

Detecting IE using jQuery

$(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // do stuff } }); Just realized that $.browser has been depreciated in 1.3. What is the new method …
1
vote
4answers
46 views

Full window onClick handler in Firefox and Internet Explorer

I would like an event handler to fire whenever someone clicks anywhere on a window (so I can clear away a menu if they click someplace other than the menu). The following works in Safari: function …
0
votes
3answers
21 views

Web Browser Plugin that Allows user to view Message Traffic

What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on …
1
vote
6answers
56 views

How can I test my webpage in different IE versions?

I can only have one IE version installed, but I need to make sure that webpages work on various IE versions, how can I do that without other computers?
1
vote
2answers
64 views

CSS selector works in Firefox but not in IE

Does anyone know why this CSS selector works in Firefox but not in IE7 or IE8? css=div[style~='visible;'] div[class~='x-combo-list-item']:contains('Test Job') I'm using this in a Selenium test to …
0
votes
2answers
20 views

un rotate element using filter in IE

I have the html structure like this <div class="block> content <span class="child">text</span> </div> in css i said: .block{ filter: …
3
votes
2answers
85 views

jQuery click function not working in IE

Hi all, I have an issue with a jQuery script I wrote that is driving me a bit nuts. As usual it works perfectly in Firefox but falls over in all IE versions. I have the following HTML. It is …
0
votes
2answers
32 views

Can I use OBJECT to embed remote content for IE?

I am trying to use OBJECT to embed content from a remote server into a webpage. The remote content is a component provided by a third party and they host it on their domain. I have been able to get …
0
votes
1answer
24 views

Mediawiki + AJAX + IE = broken

Hi All, I have created an extension for mediawiki that works in all major browsers other than IE (any version it appears). The extension relies on mediawiki's ajax wrapper to send an xmlhttprequest …

1 2 3 4 5 14 next
15 30 50 per page