css - fixed定位(設置固定的導航條)

元素的位置相對於瀏覽器窗口是固定位置。 即便窗口是滾動的它也不會移動: 實例css <!DOCTYPE html> <html> <head> <style> p.pos_fixed { position:fixed; top:30px; right:5px; } </style> </head> <body> <p class="pos_fixed">Some more text</p> <p
相關文章
相關標籤/搜索