[css-d] CSS3 user-select vs current options

2005-12-21 Thread Stephen Cunliffe
Hi all, In CSS3, I can use: user-select: none; To stop users from selecting text on a page. Since we're not there yet, I was wondering if anyone has a unique solution (CSS based or otherwise) for various browsers? In Mozilla/Firefox, I can use: -moz-user-select: none; /* Works great

Re: [css-d] CSS3 user-select vs current options

2005-12-21 Thread CJ Larson
PS I realize the solution may not be CSS related (apologies to the group), but the problem is ;-) To me, it doesn't seem like it should be. Selecting text is something you *do*, not something that *displays*, which to me means that selecting text is behavior and therefore falls in the realm of

<    1   2   3