CSS 水平和垂直导航栏实例

 

全屏高度的固定导航条





菜鸟教程(runoob.com)



 

Fixed Full-height Side Nav


 

Try to scroll this area, and see how the sidenav sticks to the page


 

Notice that this div element has a left margin of 25%. This is because the side navigation is set to 25% width. If you remove the margin, the sidenav will overlay/sit on top of this div.


 

Also notice that we have set overflow:auto to sidenav. This will add a scrollbar when the sidenav is too long (for example if it has over 50 links inside of it).


 

Some text..


 

Some text..


 

Some text..


 

Some text..


 

Some text..


 

Some text..


 

Some text..



运行效果:

CSS 水平和垂直导航栏实例_第1张图片

 

水平导航条实例





菜鸟教程(runoob.com)



Fixed Top Navigation Bar


Scroll this page to see the effect


The navigation bar will stay at the top of the page while scrolling

Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..


Some text some text some text some text..



运行效果:

CSS 水平和垂直导航栏实例_第2张图片

你可能感兴趣的:(CSS)