📜  如何在 CSS 中创建响应式滚动框?

📅  最后修改于: 2021-10-29 06:10:21             🧑  作者: Mango

本文的目的是使用 CSS 在 HTML 页面结构中创建响应式滚动条。

在 CSS 中,响应式滚动框是一种包含文本、图像或任何其他元素的交互技术。它们可以按预设方向滚动,如果框的内容较大,则允许用户滚动。当您不想在内容中占用大量空间时,通常会使用滚动框。通过创建滚动框,您可以提供更多内容以适应更小的空间。

方法:要创建响应式滚动框,请添加

标签,然后继续创建滚动框。您需要做的就是选择滚动框的高度宽度(确保您的框的高度足够短,以便文本溢出,允许框向下滚动。添加溢出:自动创建滚动效果。

现在,您已经格式化了文本框,您可以添加内容了。格式化文本框的内容,就像您在 HTML 页面上所做的那样。添加完所有内容后,关闭

标签。您已经创建了一个滚动框,您的页面将立即看起来更加系统化。

例子:

HTML


  

    
  
    

  

    
        

            With the idea of imparting programming              knowledge, Mr. Sandeep Jain, an IIT              Roorkee alumnus started a dream,              GeeksforGeeks. Whether programming              excites you or you feel stifled,              wondering how to prepare for interview              questions or how to ace data structures              and algorithms, GeeksforGeeks is a              one-stop solution. With every tick of              time, we are adding arrows in our quiver.             From articles on various computer              science subjects to programming problems              for practice, from basic to premium courses,             from technologies to entrance examinations,              we have been building ample content with              superior quality.         

    
  


输出: