【问题标题】:I can not select/highlight text in a div我无法选择/突出显示 div 中的文本
【发布时间】:2013-07-15 02:24:07
【问题描述】:

所以,我开发了这个网站,但是你不能选择一些文本,这不是最大的问题,但我想知道是什么原因造成的。

这是网站 (http://quinnkeaveney.com/setoff)

你不能选择的文本是右中的大文本。

这似乎不是 z-index 问题或用户选择问题。有人有什么想法吗?

【问题讨论】:

标签: javascript html css text textselection


【解决方案1】:

它在你的javascript中:

$(function() {$( ".draggable" ).draggable({ handle: ".navnav" });$( "div, p" ).disableSelection();});

您选择所有 div 并禁用它们的选择:

$( "div, p" ).disableSelection();});

【讨论】:

    猜你喜欢
    • 2013-06-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-27
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多