Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear Fun with fixed positions



/* sample solution to style.css */
#red
{
    background-color: red;
    height: 2000px;
    width: 100px;
    float: left;
}
#blue
{
    background-color: blue;
    height: 400px;
    width: 200px;
    float: left;          
}
#greenFixed
{
    background-color: green;
    height: 100px;
    width: 200px;
    position: fixed;
    float: left;    
    z-index: -5;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts