CSS scroll
CSS scroll
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- ********0
#monogram {
position: fixed;
left: 45px;
top: 40px;
width: 60px;
height: 60px;
z-index: 1;
}#title {
position: fixed;
left: 45px;
top: 100px;
width: 170px;
height: 240px;
z-index: 2;
}#nav {
position: fixed;
left: 230px;
top: 100px;
width: 170px;
height: 480px;
z-index: 3;
}