2024年4月22日发(作者:)
如何用css代码让导航条透明化
篇一:切入口CSS教程--第一讲.基于div+c制作精美的导航条效果
什么是网页导航条?网页浏览时导航条起什么作用
网站导航(navigation)是指通过一定的技术手段,为网站的访问者提供一定的途径,使
其可以方便地访问到所需的内容一般在网站的logo、banner下面或是网页的顶部。快速的使
你了解网站的内容分类。
.naver{
width:100%;height:70p某;background:url('../image/')repeat-某;
}
.naverli{
float:left;diplay:inline;/某主要用于解决ie6下的兼容问题某/line-height:70p
某;width:102p某;
background:url('../image/')no-repeat;
te某t-indent:-900p某;
overflow:hidden;
}
.naverli:hover{
background:url('../image/')no-repeat0-70p某;
}
发布评论