divボックス内に長いメッセージがあり、スクロールバー(垂直)を使用してdiv内にそのテキストメッセージを表示する方法を探しています。ご覧のとおり、2つのリンクがあります。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>