1个回答
展开全部
可以这样:
<style>
#menu{width:500px;height:35px;background:#cccccc;position:absolute; left:50px;top:50px;}
</style>
<DIV id=menu>
也可以这样:
<div id=menu style="width:500px;height:35px;background:#cccccc;position:absolute; left:50px;top:50px;}">
至于你的说位置这个嘛,就要看你是相对于哪个来说,如果相对于浏览器为容器来定位的话,可以直接left:px;top:px..比如复杂,
也可以用margin外边框和padding内边距来定义它跟上一层容器的距离关系:
<style>
#menu{width:500px;height:35px;background:#cccccc;position:absolute; left:50px;top:50px;}
</style>
<DIV id=menu>
也可以这样:
<div id=menu style="width:500px;height:35px;background:#cccccc;position:absolute; left:50px;top:50px;}">
至于你的说位置这个嘛,就要看你是相对于哪个来说,如果相对于浏览器为容器来定位的话,可以直接left:px;top:px..比如复杂,
也可以用margin外边框和padding内边距来定义它跟上一层容器的距离关系:
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询