2 fixed divs, and one's scrollbar's under isn't appearing
hello!
example page is here: http://www.serkansarp.com/sozluk/deneme.asp
i make a fixed div to the top like this:
.top { position: fixed; background: green; color: yellow; height: 60px; width: 100%; top: 0px; margin-left: 0px; }
after then, make a fixed div to the left:
.left { position: fixed; background: red; color: yellow; margin-top:-10px; width: 200px; height:100%; overflow: scroll; }
