当文本长度超过下拉列表的宽度时,是否可以将鼠标悬停在下拉列表中?
<Select style="width:10px">
<option>Less than 10 px </option>
<option> More than 10 px </option>
</Select>
我希望悬停时显示文字“超过10个Px”,来自上面的例子。
答案 0 :(得分:1)
只需添加“标题”标签:
<option title="More than 10 px"> More than 10 px </option>