Phi*_*ima 1 css scroll overflow
我试图使用字段集进行滚动,但随后滚动不起作用。我想制作一个滚动条,因为当已经看不到文本时,mozilla firefox 中的滚动条也不会显示。这就是为什么我试图在 fieldset 中放置或插入溢出但不起作用...
这是我正在使用的示例代码。
<div class = "sam">
<fieldset>
<legend>test</legend>
space
space
<br> space
<br> space
</fieldset>
</div>
Run Code Online (Sandbox Code Playgroud)
CSS
.sam
{
overflow:scroll;
}
Run Code Online (Sandbox Code Playgroud)
谢谢..
| 归档时间: |
|
| 查看次数: |
11011 次 |
| 最近记录: |