我在 div 框中有一条很长的消息,我正在寻找一种方法来显示带有滚动条(垂直)的 div 中的该文本消息,并且我有两个指向它的链接,如您所见:1)免责声明 2)行为上面的链接是超链接,所以当我点击这些链接时,我会根据选择显示下面的 div。那么有可能用漂亮的模型div或其他东西在超链接下方显示div吗?
我不是 CSS 人,所以如果可能的话,让 div 框看起来很棒:)
<span ><a href="#" >Disclaimer-1</a></span> <span class="slide1">
| <a href="#" class="slide1">Behavior</a></span>
<div id="one" >
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
</div>
<div id="second" >
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
</div>