Thursday, June 16, 2011

finall

For almost 2 week I was working on a project that Now is the  final day to show it and I think it is ok but still I got to work.
Here the link.

While I was working I saw this command (hgroup)

Thursday, June 9, 2011

yesterday(6/8/2011)

I was working on the HTML of the Cd's  websites and is almost done.
Here is an example of the links:

<p><a href="name">Download-Descargar</a></p>
 
this is one way and if we validate it doesn't give us error 
but we can also do <a href="name">Download-Descargar</a> which 
will be ok.
 
This week and the next one I will try modify
the style of all the pages. 

Friday, May 27, 2011

Friday (5/27/11)

Finally today I finish the CD'S website but now I just need the link of the music so people can download.


I work on the main website and here is the link.
 The main menu have the same effect of the CD'S site but with a different color when you pass the mouse over it.
For the menu I used the same style of the CD'S.

The CSS. In the css if you notes some commands that  look something similar  to this one below is because is not making any effect to the website.

/*h4 {
 width: 900px;
 color: #d7ceb2;
        text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
        font: 21px 'BazarMedium';
        letter-spacing: 9px;
 margin-left: auto;
 margin-right: auto; 
 padding-top: 50px;
}*/

Thursday, May 26, 2011

Thursday(5/26/11)

The website about the CD'S is almost done I just need to style the way of the website. Here is the picture of the website and the new LINK.




Tomorrow I will try to put every individual CD'S a box like the contact website.
Here is the code I will be using.


<div class="center">
<div class="position">

</div>
</div>

Here the CSS which give the style.
 
 
div.center
{
padding:2px;
margin:auto;
width:80%;
}
div.position
{
padding:10px;
border:1px solid gray;
background-color:#000000;
}
 
 
  

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.

Tuesday, May 24, 2011

Tuesday(5/24/11)

This sis the website of the CD's I just start this webpage and give the style here the link of th website. The picture above is how the website look.
Here is something I found out today when I was about to put the picture is this.
If I put the command like this :
                       
                        <img src="picturefrom.jpg" alt="cuecas"/>
<img src="pictureback.jpg" alt="cuecasback"/>
This will not give you and error .
If you try it like this.
            <img src="picturefrom.jpg" />
            <img src="pictureback.jpg" />
This will give you errors.
 And here is a link to the CSS.