0
votes
3answers
35 views
Getting user specified javascript executed for all pages
Is there a way for the user to get browsers to load a (small) piece of Javascript code for every page they view?
0
votes
3answers
58 views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of t …
2
votes
5answers
120 views
Equivalent of Firefox’s “error console” in other browsers
Is there an equivalent to Firefox's "Error console" in other browsers? I find the error console handy for finding JavaScript errors, but there doesn't seem to be an equivalent simp …
-1
votes
0answers
50 views
Cannot download any file from Internet [closed]
From this morning cannot download any file from Internet with any browser. I am sure that there is not any virus because I have MS Defender and MS Security Essentials with last upd …
0
votes
0answers
14 views
Simulating a Favourites Bar Within a Page
Is it possible to simulate a favourites bar within a page? I know it is possible for the Chrome and FF browsers. Is there a way of doing it in IE? The simulation does not have to b …
0
votes
2answers
125 views
Changing the address of the opener window in IE8
From a child popup window (opened using window.open), I am trying to change the URL of the window that opened me, e.g.
window.opener.location.href = 'http://www.google.com';
In a …
0
votes
1answer
20 views
the data of an input field not on one line will all browsers accept it?
Hi im working on a system with inputfields.
Normaly i put the input field on one line but now i have made it like this below
<input
type='text'
name='alg_persoonsgegevens …
17
votes
29answers
3k views
What is the easiest or fastest way to make CSS render the same in all browsers
Making a web page display correctly im all major browsers today is a very time consuming task.
Is there a easy way to make a CSS style that looks identical in every browser?
Or a …
0
votes
2answers
60 views
JFrame disappear behind applet’s browser window
My app is a JApplet which opens a JFrame. the applet has a listener and a button, so that if the frame goes behind another window (looses focus), the user can simply click the butt …
-5
votes
2answers
119 views
My asp .net Master Page is not correctly rendering in Firefox.
Somebody please help.....
I am even starting to doubt ASP .Net....i should have opted for php on this project...
It seems ASP >net is only good in IE and never good in Firefox,Safa …
0
votes
3answers
94 views
Browser wars, why? [closed]
What does google earn from chrome or microsoft from ie? Or firefox. They all want us to use their browsers but what's the deal? They are all free, no ad revenue etc.
0
votes
1answer
49 views
Browser related: css print style sheets - stopping client download overhead with @media
Hi
Hopefully I can explain this well and hopefully I'm thinking the right way :)
My question is, If I have a print style sheet that has a couple of classes that "displays" a back …
0
votes
6answers
94 views
transparent gif help
Hi, I have a website that I need to make some images that are colored, with a 45% opacity, so you can see through to the background. My problem is that for obvious reasons I cannot …
0
votes
1answer
41 views
How do you edit the browsercaps section in the machine.config file of the web server
I am trying to edit the browser caps for my ASP .Net application in web.config but it seem after editing the effects are not realized in my browsers e..g Firefox and chrome, so i h …
0
votes
3answers
228 views
Open browser in Full screen
Hi In asp.net website, I would like to add button by which user can view the page in Full Screen mode and switch back to Normal mode. [This is same as happens with F11]
I have see …
