Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: starway
  • Content: Threads
  • Order by date
  1. starway

    Problem with ternary operator in Mozilla

    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...
  2. starway

    Mixing % and pixels in table elements

    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...
  3. starway

    Great news for all Opera users

    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.
  4. starway

    detailed list of javascript versions support

    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...
  5. starway

    Opera browser identification

    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...

Part and Inventory Search

Back
Top