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
相關文章
相關標籤/搜索