我正在试图找出如何将导航栏向右移动更多,以便我可以在导航文本的左侧添加徽标。 Float-right无效。
这是我的CSS代码。
#Main2 {
height:90px;
background-color:ebebeb;
}
ul {
margin:0;
padding:0;
}
li {
list-style-type:none;
float:left;
display:block;
width:150px;
height:90px;
text-align:center;
line-height:90px;
font-family:Comic Sans MS, cursive, sans-serif;
font-size:17px;
}
li a {
text-decoration:none;
color:black;
}
li:Hover {
background-color:pink;
background: -webkit-linear-gradient(#f1efef, #fcfbfb);
background: -moz-linear-gradient(#f1efef, #fcfbfb);
background: linear-gradient(#f1efef, #fcfbfb);
}
答案 0 :(得分:0)
尝试添加css属性:
Position:relative;
Right:100px;//or however far you want