firefox3.5 Questions

3

Solved

var x = event.target||event.srcElement; document.getElementById(x.id).style.left = 200 + "px" ; document.getElementById(x.id).style.top = 100 + "px" ; Works fine on Google C...
Illustration asked 17/9, 2011 at 19:29

5

Solved

I am trying to count the number of words in a given string using the following code: var t = document.getElementById('MSO_ContentTable').textContent; if (t == undefined) { var total = document.g...
Clack asked 1/7, 2011 at 5:26

7

Solved

Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current location? I think this would be useful for testing and for privacy reasons (providi...
Islek asked 26/11, 2009 at 0:55

9

Solved

After finally getting down to upgrading to FF 3.5, I noticed that some of my web pages have color problems. Specifically, say I have a PNG image with a color in it which is meant to be the same as ...
Huckaby asked 10/7, 2009 at 8:54

4

Solved

Is there a way to have firebug retain the activities log even after navigating to another page?
Lambskin asked 4/8, 2009 at 7:37

7

Solved

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means? It's being indicated on the last line of this 3-line ...
Conal asked 3/9, 2009 at 2:43

4

Solved

The following web page will render with unexpected result in Firefox 3.5. The first <address> element will not have a pink background, but the second will. Is this only happening for me? Is m...
Cavalier asked 15/10, 2011 at 17:44

1

Solved

Oi! I have a question regarding the differences in how images are being rendered inside of Firefox then in Internet Explorer. Firefox version is 3.5.19 and Internet Explorer version is MSIE 7.0. ...
Aesthetics asked 26/5, 2011 at 15:32

4

Solved

I'm working on a new project which has some complex javascript. I can't post any code so that's not what my question is about. I have a script which works in Firefox 3.0. It was pointed out that t...
Cenis asked 11/9, 2009 at 19:41

4

Solved

I just updated Firefox 3.5. When I visited Firefox website there is a video. When you click it, it enlarges and plays. I wonder if anyone knows how you can do it. Does it use any plug-in?
Northeastwards asked 1/7, 2009 at 8:33

3

Solved

Here's my HTML: <input id="test" type="checkbox" checked=""> Here's a Firebug excerpt: >>> test <input id="test" type="checkbox" checked=""> >>> test.checked = fa...
Ferrule asked 4/12, 2009 at 21:42

1

Solved

Does anyone know where I can find an example of some javascript code for the new location-aware features of Firefox 3.5?
Homocercal asked 24/7, 2009 at 13:39
1

© 2022 - 2024 — McMap. All rights reserved.