CSS设置显示位置
body{margin:0;padding:0;line-height:1.5em;font-family:Arial,Helvetica,sans-serif;font...
body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
background: #ffffff;
}
/* menu */
#templatemo_menu_wrapper {
clear: both;
left: 60px;
top: 40px;
width: 800px;
margin: 0 auto;
background: url(images/templatemo_menu_repeat.jpg) repeat-x;
}
#templatemo_menu {
width: 900px;
height: 45px;
padding: 0 10px;
margin: 0 auto;
}
#templatemo_menu ul {
margin: 0px;
padding: 5px 0 0 0;
list-style: none;
}
#templatemo_menu ul li {
margin: 0px;
padding: 0px;
display: inline;
}
#templatemo_menu ul li a {
display: inline-block;
padding: 5px 30px;
margin: 0 5px;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #BBB;
outline: none;
}
#templatemo_menu li a:hover, #templatemo_menu li .current {
background: #666;
color: #FFF;
}
/* end of menu */
这个显示出来的话是在最顶层的,如何修改能使其显示在离顶部80px的位置? 展开
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
background: #ffffff;
}
/* menu */
#templatemo_menu_wrapper {
clear: both;
left: 60px;
top: 40px;
width: 800px;
margin: 0 auto;
background: url(images/templatemo_menu_repeat.jpg) repeat-x;
}
#templatemo_menu {
width: 900px;
height: 45px;
padding: 0 10px;
margin: 0 auto;
}
#templatemo_menu ul {
margin: 0px;
padding: 5px 0 0 0;
list-style: none;
}
#templatemo_menu ul li {
margin: 0px;
padding: 0px;
display: inline;
}
#templatemo_menu ul li a {
display: inline-block;
padding: 5px 30px;
margin: 0 5px;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #BBB;
outline: none;
}
#templatemo_menu li a:hover, #templatemo_menu li .current {
background: #666;
color: #FFF;
}
/* end of menu */
这个显示出来的话是在最顶层的,如何修改能使其显示在离顶部80px的位置? 展开
2015-06-16 · 知道合伙人数码行家
关注
展开全部
一般用position属性来定义位置。
relative相对位置;
absolute绝对位置;
fixed屏幕位置;
通过left、top、bottom、right设置。
relative相对位置;
absolute绝对位置;
fixed屏幕位置;
通过left、top、bottom、right设置。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询