按照老师的做完之后发现 导航Nav和top 不协调, 导航的背景知道top的三分之二 后面是空白
不知道原因
不知道原因
2016-09-14
.nav {
clear: left;
width: 1000px;
height: 40px;
margin: 0 auto;
}
要清除浮动,不然显示会有问题
clear: left;
width: 1000px;
height: 40px;
margin: 0 auto;
}
要清除浮动,不然显示会有问题
2016-09-12
.nav
{ height:40px; }
.nav li
{width:50px;height:30px;line-height:40px;list-style:none;float:left;text-align:center;}
.nav a:link,.nav a:visited
{color:#8e8e8e;text-decoration:none;}
.nav a:hover,.nav a:active
{ background-color:#900; text-decoration:none;}
.nav a
{display:block;}
{ height:40px; }
.nav li
{width:50px;height:30px;line-height:40px;list-style:none;float:left;text-align:center;}
.nav a:link,.nav a:visited
{color:#8e8e8e;text-decoration:none;}
.nav a:hover,.nav a:active
{ background-color:#900; text-decoration:none;}
.nav a
{display:block;}
【作者原话(发表于2014年7月1日)】因没精力打理,原空间/域名早已关闭。。。现在已经转移到了github:https://github.com/koen301/myfocus,欢迎大家光临~
2016-09-08