Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://www.haxxcmd.co.nf/
以上是我所指页面的链接。我包含的嵌入式 youtube 视频在向右浮动时不起作用。卸下浮子可以使其正常运行,但我需要它正确浮动。我是 HTML/CSS 的初学者。我研究了这个问题无济于事。如果有人可以提出修改或替代方法,我愿意倾听和学习。
您的视频被其左侧的部分挡住了 (#welcome)。你需要给它一个宽度。
section#welcome { position: relative; margin: 10px; width: 629px; }