div头部固定要如何做?

div头部固定要如何做?

阅读 5.3k
2 个回答

position:fixed

position:fixed; top:0; left:0;

推荐问题