以位置为中心的元素:绝对加零填充
我有一个元素,我在这个引导列中集中...
position: absolute;
margin: auto;
left: 0;
right: 0;
它正确居中,但引导列占用了页面的一半,因为我必须使用“left:0”和“right:0”,a元素也占用了页面的一半(即使它包含的文本非常小)。 这是令人沮丧的,因为用户可以悬停在文本本身附近,并且会突出显示它正在悬停。
我尝试过使用“display:inline-block!important”,“padding:0px!important”和“margin:0px!important”,但是我没有左/右属性,当我移除左/右绝对定位中心时,立即停止工作)。
真的很感谢关于如何正确地结合绝对定位效果而没有超大元素的任何想法 - 谢谢!
链接地址: http://www.djcxy.com/p/63037.html上一篇: Element centered with position:absolute plus zero padding
下一篇: Title in my iOS app is shifted to the left from the center