Bố trí menu theo chiều dọc,nằm bên cạnh banner.
Wednesday, August 29, 2007 7:47:09 AM
Bạn dùng code này nhá, code này Pearl đã dùng trong skin Father's Day, hơi bị độc quyền đó
Chúc các bạn thành công !
#menu {
margin-left:13px;
}
#menu ul {
position:replative;
display:block;
padding:0;
background:transparent;
height:214px;
width:166px;
}
#menu li {
position:replative;
display:block;
list-style:none;
padding:0;
margin-bottom:-1px;
float:left;
height:41px;
width:166px;
overflow:hidden;
}
#menu a {
z-index:10;
position:replative;
display:block;
color:#000;
text-transform:uppercase;
text-decoration:none;
background:transparent url(pic-link) top left no-repeat;
text-align:center;
line-height:39px;
overflow:hidden;
white-space:nowrap;
height:41px;
}
#menu_blog a:before {
content:"My Blog";
margin:0 55px 0 55px;
}
#menu_archive a:before {
content:"Blog Archive";
margin:0 39px 0 39px;
}
#menu_albums a:before {
content:"My Photo";
margin:0 50px 0 50px;
}
#menu_links a:before {
content:"Site Map";
margin:0 55px 0 55px;
}
#menu_friends a:before {
content:"My Friends";
margin:0 47px 0 47px;
}
#menu_about a:before {
content:"About Me";
margin:0 50px 0 51px;
}
#menu a:hover, #menu a#selected {
background-position:0 -51px;
z-index:800;
color:#fff;
}
Chúc các bạn thành công !







