History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CMS-37
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Geoff Bowers
Reporter: Jørgen M. Skogås
Votes: 0
Watchers: 0
Operations

Go to Planning board
If you were logged in you would be able to see more operations.
FarCry CMS

Change every cursor: hand; to cursor: pointer;

Created: 29/Jan/08 12:52 AM   Updated: 29/Jan/08 12:56 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 10 minutes
Original Estimate - 10 minutes
Remaining Estimate: 10 minutes
Remaining Estimate - 10 minutes
Time Spent: Not Specified
Remaining Estimate - 10 minutes

Environment: Firefox, Safari and Konqueror


 Description  « Hide
Since Explorer 6 and 7 support pointer, there's no more reason to use hand, except when older Explorers are part of your target audience. In that case, the only cross-browser syntax is:

element {
cursor: pointer;
cursor: hand;
}

http://www.quirksmode.org/css/cursor.html#note

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jørgen M. Skogås - 29/Jan/08 12:56 AM
Sorry, this issue should be added to the FarCry Core, not the FarCry CMS.