:: Forum >>

Stop text been selected

Been trying to make my page have a application type feel the grid obviously does this anyway but I want to stop text been selected else where on my page unless it's in a editable textbox

I have this working in mozilla you just use -moz-user-select: none; but I can't find out how to do it with IE can anyone help?
Friday, July 15, 2005
Was wondering if anyone has any ideas can't find any way to do this
Wednesday, July 27, 2005
How do you do it in mozilla?

I have the opposite problem - I can do it in IE, but not mozilla!
Matthew Patchen
Saturday, February 25, 2006
just use -moz-user-select: none; on the area you don't want selection to happen

how do you do this in IE?
Thursday, June 15, 2006
<div onselectstart = "return false";>...</div>
Alex (ActiveWidgets)
Friday, June 16, 2006

This topic is archived.


Back to support forum

Forum search