Rank: Advanced Member Groups: Member
Joined: 8/22/2007 Posts: 30
|
Your component builders create CSS with cursor: hand;
The correct syntax should be cursor: pointer;
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
Thanks for offering your feedback. However that is not an issue. The control will automatically append cursor:pointer if necessary so that all browsers will show the hand cursor. More over, I believe you only get this from the built-in templates. The built-in templates are provided very much as a starting point so that you can customize/modify based on them. So even if it gives you cursor:cross there is nothing wrong about it (For example, a game site developer may want to set cursor to cross). The point is to show you that you can customize with CSS.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 8/22/2007 Posts: 30
|
Your correct, it is coming from the built in templates.
|