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://blueanchorcreative.com/
滑块和标题之间有一个很小的间隙,我不知道它是什么?我尝试将溢出隐藏应用到标题中,但这会抬高页面的其余部分,我无法弄清楚如何使它工作!请帮助新手!
您只需top: 10px要从规则中删除值:
top: 10px
#slideshow > div { top: 0; }
它位于http://blueanchorcreative.com/style.css的第195行
看价值:
#slideshow > div { bottom: 10px; left: 10px; position: absolute; right: 10px; top: 10px; // this value to 0px }