gpt4 book ai didi

php - Bootstrap 的 onmouseover 错误

转载 作者:行者123 更新时间:2023-11-28 08:44:35 25 4
gpt4 key购买 nike

我不知道是什么导致了这个错误,但是当我不使用 bootsrap.css 的链接时它正在工作

<link rel="stylesheet" type="text/css" href="css/bootsrap.css"/>

但是当我使用 Bootstrap 的这个链接时,鼠标悬停不起作用。

是什么导致了这个错误,有什么解决办法吗?

<span id="dummy"></span>
<p onmouseover="playSound('<?php echo $audiopath; ?>');">
<textarea cols="100" rows="8" name="question" readonly style="width:96.8%;text-align:left;margin-left:2%;margin-top:2px;font-size:120%;font-weight:bold;margin-bottom:0;color:#0000ff;padding:2px 2px 2px 2px;" >
<?php echo htmlspecialchars_decode($r['question'],ENT_QUOTES); ?>
</textarea>

最佳答案

必须在p标签中添加样式

style="cursor:hand"

关于php - Bootstrap 的 onmouseover 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27658919/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com