After experiencing a lot of down time, We decided to move this site to
CrystalTech.com. CrystalTech.com is powered by only the finest Windows servers providing the best performance, reliability, and value anywhere.
|
Author |
Message
|
TNO
-
Total Posts
:
2089
- Scores: 34
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
Evangelism
Sunday, March 09, 2008 7:42 AM
( permalink)
I never noticed before but Firefox complains a little bit on the forum. Nothing serious, but a forum of programmers who can't pass a program validation on their website...now that says something Here's the messages and my suggested solutions #1-"Use of captureEvents() is deprecated..." I am 99% sure this will be completely removed in FF4 later this year, so its a safe bet to rewrite the script slightly: http://www.visualbasicscript.com/js/showSelect.js
if (window.Event) document.captureEvents(Event.MOUSEUP);
pretty sure this can just be removed, the document.onmouseup should still fire without any complaints. #2- http://www.visualbasicscript.com/upfiles/5.css Its safe to remove all of the cursor:hand; declarations, they haven't been used since IE 5.5; cursor:pointer will do just fine by itself. Change font-color: to color:, the latter is the standard. Now if we want to go the extra mile....you can throw on a doctype and see if the forum explodes....
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
Online Bookmarks Sharing: