Hallo!
Ich möcht mittels CSS die Navigation so gestalten, dass beim Scrollen die Navigation fixierd ist. Mit:
#nav {
position: fixed;
top:0px; left:0px; width:210px; height:300px;
background-color: #E0E0E0; visibility: visible; border:none;}
#content {
position:absolute;
top:0px;left:220px; width:750px;
background-color:blue; visibility:visible; border:none;}
hat es nicht funktioniert. Was mache ich falsch?
LG
Gerold