1
vote
0answers
20 views
Why doesn’t my JavaScript XML processing code work in Safari?
I use the following code to open an XML document. It works in Firefox and IE, but fails in Safari. Any idea why?
function crearObjetoXML(archivoXML){
//--- IE.
if(window.Activ …
1
vote
2answers
24 views
neon-glow effect in IE8
The following css creates a nice neon-glow effect around text
{
text-shadow: 0em 0em 0.3em white; /* assuming a dark background */
}
However it doesn't work in IE7/8
For a …
0
votes
2answers
28 views
Does Firefox add any proprietary values when I add a border (like IE does with hasLayout)?
I have a doosie of a layout problem that looks like a browser bug.
It manifests only in FF3 (haven't tested ff2).
It only shows up on the first load of the page. If I resize the …
0
votes
2answers
25 views
Browsers issues
Hi guys,
I am having a cross browser problem with IE 7 and I have decided to go for a different style sheet for it. Could you please advise me what is the best way to call IE7 whe …
0
votes
1answer
20 views
Popup and change location at the same time…
Basically here is my code (Authenticator.jsp):
window.location.replace("Login.html"); // replace method also takes care of history
window.open ("Main.html", "Welcome logged in use …
0
votes
3answers
39 views
What is the best service for cross-browser screen shots?
I have a website that I'd like to monitor for display problems in various browsers (mainly Internet Explorer.) I know that browsercam.com and broswershots.org provide this as a se …
0
votes
1answer
25 views
Images from Database Loading Glitchy
I'm getting weird issues with ie and firefox when showing image datatypes stored in a sql server 2008 database. Before the images are finished loading/caching there are white lines …
0
votes
2answers
26 views
How do I find out the size of a browser application window including the border, header and footer?
I am looking to create a fullsize window using javascript but I am having difficulties trying to take the actual size of the window into account. I can get the resolution of the de …
0
votes
5answers
45 views
Ie 6, 7 and 8(Compatibility mode) issues
We have a site that works fine with any latest browser including ie8.
But it has lots of issues with ie6, ie7 and ie8(Compatibility mode).
We are using following doctype
<!D …
1
vote
3answers
30 views
IE7 Display problem with parent & child background images
I'm having a problem with IE7 displaying a table (don't worry it's used for tabular data) where the table row has a background image which repeats on the x-axis and the table divis …
1
vote
2answers
36 views
Find the exact height and width of the viewport in a cross-browser way (no Prototype/jQuery)
I'm trying to find the exact height and width of a browser's viewport, but I suspect that either Mozilla or IE is giving me the wrong number. Here's my method for height:
var view …
0
votes
1answer
29 views
Contents of iframe disappears after inserting it using jQuery.append
Hi,
Please consider this code:
<html>
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jqu …
3
votes
5answers
127 views
Windows 7 rendering web pages differently than XP or Vista
Since switching to Windows 7, we've noticed that several of our web pages have slight differences. It mostly shows when looking at form elements (text inputs & submit buttons). …
0
votes
3answers
98 views
Functional Requirements for the ultimate web development framework?
With the wide variety of web development frameworks that are available, there always seems to be a perpetual incentive to "try something new". Hence, some of us find ourselves tra …
0
votes
2answers
47 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 …
