简体   繁体   English

我的文字被截断了,我该如何解决?

[英]My text is cut off, how can I solve that?

I am doing a website and my text is cut off at the bottom of my page.我正在做一个网站,我的文字在页面底部被截断。 I can fix the margins and make my picture and text small enough to fit the page, but I would rather make it so I can scroll down in my web page.我可以修复页边距并使图片和文本足够小以适合页面,但我宁愿这样做,这样我就可以在我的网页中向下滚动。 How would I go by doing that?我该怎么做呢?

Here is the link to my web page in order to clear up any confusion (don't mind the content of the page, I'm testing a few things).是我的网页的链接,以消除任何混淆(不要介意页面的内容,我正在测试一些东西)。

您的<nav>标记没有结束标记,因此浏览器将其解释为好像整个内容( <body></body>之间的所有内容)都在<nav>标记内,该标记具有固定位置,因此可以不要滚动...

在你的css中试试这个:

overflow: scroll;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM