Monday, May 10, 2010

Need to find second highest salary from table

Ok..i know there are various methods to do this...but was looking for optimized query to find the second highest salary from say..employee table that has id, Name and Salary as fields! Can i do it in one query?? Help!!!

Cursor:hand not working with mozilla/firefox/chrome

Some of our CSS code like: cursor: hand; do not work in mozilla,firefox,chrome while it works with IE. The reason is IE supports the keyword hand while mozilla, netscape, firefox and chrome do not. Hence if you want to use cursor: hand; to work on all the browsers, simply use Cursor: pointer