Jump to content

Recommended Posts

Posted

i would like to have a "not selectable" propertie of components... in Webmode a lot of components should not be selectable ...

 

 a automaticaly css-style like:

.myUnselectable{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none !important;
}

Thanks :-)

Erich

×
×
  • Create New...