This is a question to all Mozilla users/developers.
I while ago I've created such a function:
function highlight(elem, overColor, outColor) {
obj = document.getElementById(elem).style;
obj.backgroundColor = (obj.backgroundColor == overColor) ? outColor : overColor;
}
It is called...
It was a recent discussion in this forum about whether it's good or bad to mix percentage and pixel values in table elements dimentions. I was rather surprised by posts about it, and think that I should clarify the case.
I state that it's not bad at all.
It is widely spread technique that can...
Here it is:
http://www.opera.com/news/opera07/
Desperately wanted... can't wait till the release official announcement!
It's Opera - no other words needed.
I found recently a new site: http://javascript-reference.info/
I would not mention it if I didn't see there a table with detailed list of javascript versions support in IE/NN/Mozilla/Opera, including their recent versions.
(see bottom of the front page after this text: Here's a table of Browsers...
Opera browser is known for it's ability to "spoof" browser name detection. For example, user of the latest official Opera 6.0 release has several default options of it's browser identification, such as Mozilla, IE and Opera itself.
There are several ways to detect the real values, one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.