3.2.0

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?
July 15,
Was wondering if anyone has any ideas can't find any way to do this
July 27,
How do you do it in mozilla?

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

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

This topic is archived.

See also:


Back to support forum