0
votes
2answers
32 views
Heightened privilege selenium browsers on Windows 7 (x64)
I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I've moved f …
0
votes
2answers
25 views
Which browsers support data URIs and since which version?
Which browsers support data URIs (RFC 2397) and since which version?
0
votes
1answer
14 views
What browsers support Alpha channel in colors?
Since I'm always sticking to CSS 2, it was a (pleasant) surprise for me today to find out that CSS 3 supports alpha channels in colors. That allows for a nice range of effects. But …
0
votes
1answer
29 views
Which browsers don’t support a HTTP DELETE with jQuery.ajax?
The jQuery documentation for jQuery.ajax() says the following:
Note: Other HTTP request methods, such
as PUT and DELETE, can also be used
here, but they are not supported b …
0
votes
1answer
54 views
Is there anything inherently dangerous about instantiating a dojo class like this?
I need to be able to instantiate an object of a class in Dojo at runtime and mix it into another object (kind of like specifying an extends or an implements in Java, but at runtime …
0
votes
2answers
43 views
How can i prevent that users browse my site with a specific browser?
Hello;
Thans for your help.
Please let me know that:
How can i prevent that users browse my site with a specific browser?
Thanks
Ali
0
votes
2answers
44 views
jQuery redirect not working in non-IE browsers
I'm trying to redirect all links to a particular page on our site to a secure connection using jQuery. This code works fine in IE, but it doesn't work in any other browser (tried i …
0
votes
2answers
28 views
Internet Explorer, How to change iframes src
For some reasons I'm using an Iframe to display googlemaps, when I want to change it's content I'm just changing the Iframe src using JQuery.
$('#ggMap').attr('src', 'http://newur …
0
votes
6answers
84 views
JavaScript doesn’t work in IE: Sudoku Puzzle
http://home.earthlink.net/~benfranq/Sudoku.html
Perhaps somebody can tell me why it doesn't work in Internet Explorer
In other browsers, it seems to work fine.
I've tried adding …
-3
votes
1answer
98 views
CSS Rendered Differently for FF and IE8
Below I have included some HTML/CSS. The CSS looks fine in FF, but it is wrong in IE8. In IE8, the Home button appears on the line below the Balance and Turn values. It should appe …
0
votes
2answers
23 views
Widescreen check on normal screen
Hi,
I work normal screen and I develop some web application. When the application goes on widescreen some of the pages looks weired. Is there any way I can view my web page as it …
0
votes
2answers
48 views
Nested DIVs - How to make it work for Internet Explorer 7?
Nested divs; works perfectly in Firefox-Opera-Safari, how to make it work for IE7?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/D …
2
votes
4answers
239 views
Pressing enter inside a textbox does not fire onclick event of submit button in firefox
I have this html page which is very simple, it contains a text box and a submit button, what I want is when typing something in the text box and pressing enter the function in the …
1
vote
1answer
41 views
Intranet and IE8 render mode
I want IE8 to render my site without compatibility mode, the site runs on our company intranet.
Is there a way to to this without sending out a GP update.
I've tried <meta htt …
12
votes
16answers
868 views
Should I accept IE 5.0 (!) as a browser requirement for a project?
Unbelievable as it sounds, I received a request for proposal for a project which has the Internet Explorer 5.0 and Firefox 2.0 as minimum browser requirements!
We tried to explain …
