You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
352 B

11 years ago
#header{
top:40px;
width: 100%;
height: 10px;
position: absolute;
z-index: 3;
color:red;
text-align: center;
}
#map {
z-index:1;
top: 0px;
left: 0px;
position:absolute;
}
#bar{
z-index:2;
top:0px;
right:0px;
width:50px;
height:100%;
position:fixed;
background-color: white;
border-left: 1px black solid;
}
#info{
color:red;
}