Diasable mark in IE
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I want to disable the possibility to mark text and stuf on my page in IE and FF. The reason is because I have a drag and drop function and when I drag my objects the mouse button is down and that makes the text that I move over to be marked. Very thankfull for answers.
-
I want to disable the possibility to mark text and stuf on my page in IE and FF. The reason is because I have a drag and drop function and when I drag my objects the mouse button is down and that makes the text that I move over to be marked. Very thankfull for answers.
-
Put onselectstart="return false;" in the body tag. This is not a standardized event, so I can't say which browsers support it. --- b { font-weight: normal; }