|
|
FarCry CMS
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
|
|
|
Remaining Estimate:
|
10 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Environment:
|
Firefox, Safari and Konqueror
|
|
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
|
|
Description
|
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 |
Show » |
|