
這jquery plugin可以幫助你快速加上一個類似CNN的置中menu,你也可以使用Google web font,無須任何圖片,隨時轉變各Google web font特色字型,更改色彩配置。如果你想要更多的功能,請自行更改,謝謝!如想查看Google web font支持的字型,可到這裡。 請先看看demo。
Download: jquery.MyCnnStyleMenu.js
Demo: MyCnnStyleMenu
License: MIT License
Html code:
Site description
jQuery Code:
$(function(){
$("#MyCnnStyleMenu li").MyCnnStyleMenu();
//OR
$("#MyCnnStyleMenu li").MyCnnStyleMenu({
GoogleFontFamily:"Oswald",
GoogleFontSize:"16px"
});