Wednesday, May 25, 2011

Wednesday(5/25/11)

The website of the musician in almost done but however today I was working on the CD's website putting the cd's photos and the names of them.
Here a new link of the website. I still got to work with the commands and separate the h4 from the nav because now the nav is on top of the h4.
Here is how the menu nav is done and i give the effects of hover.

nav {
 position: absolute;
 left: 0;
 width: 100%;
}
nav ul {
 margin: 0 auto;
 width: 940px;
 list-style: none;
}
nav ul li {
 float: left;
}
nav ul li a {
 display: block;
 margin-right: 20px;
 width: 140px;
 font-size: 14px;
 line-height: 44px;
 text-align: center;
 text-decoration: none;
 color: #777;
}
nav ul li a:hover {
 color: #fff;
 }
nav ul li.selected a {
 color: #fff;
}
 
 
Tomorrow I will try to finish this site (CD'S) and keep working in the 
main website.

1 comment:

  1. You should remove the link to the blog for the ibiblio site. ibiblio doesn't like linking to things that have advertising on them.

    ReplyDelete