jQuery实现固定导航栏效果

jQuery实现固定导航栏效果: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>固定导航栏效果</title> <style type="text/css"> *{ margin: 0; padding: 0; } body{ text-align: center; } .fixed{ top: 0; left: 0; po
相关文章
相关标签/搜索