• home
  • forum
  • my
  • kt
  • download
  • Disable user text select in Firefox

    Author: 2009-02-27 12:32:49 From:

    This post is to teaching a simple way on how to disable the select on the mozilla firefox. As I know, if you want to disable select in the Internet Explorer(IE), you may using the javascript onselect event to return a “FALSE”. This method will be only work for IE but not Firefox.

    Below is the method on how to disable user to select your website content.

    <body style="user-select: none; -khtml-user-select: none; -moz-user-select: none;">
    

    Insert the style inside the body tag inside your HTML will be solving your problem.

    Cheer~~!

    discuss this topic to forum

    relation tutorial

    No information

    Category

      CSS (250)

    New

    Hot