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.
我正在尝试在导航链接后面显示背景图像,但未完全显示这是代码:
#aboutlink{ background-image: url(sidebar.png); background-repeat: no-repeat; background-position: left; background-color: transparent; display: block; margin-bottom: 160px; text-align: left; }
设置导航链接的宽高,否则图片会被截断,无法完整显示
设置宽度和高度以匹配背景图像的大小。图像被“截断”的原因是因为背景图像没有被考虑在内,因为它会自动计算宽度和高度,使其只有需要的大小。