網(wǎng)(LieHuo.Net)網(wǎng)頁(yè)制作教程 歡迎大家一起來(lái)繼續(xù)學(xué)習(xí)關(guān)于CSS的教程,本文主要以CSS樣式為實(shí)例,制作了一款非常漂亮的網(wǎng)站導(dǎo)航菜單,代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>www.vxbq.cn</title><style type="text/css">* {font-size:12px;text-align:center;}body {background:#f0f0f0;}#nav {width:700px;margin:20px auto 0 auto;background:#f60;padding:8px 12px;}#nav li {display: inline;list-style-type: none;}#nav li a:link,#nav li a:visited {float:left;margin-right:8px;padding:2px 5px;text-decoration: none;color:#fff;border:1px solid #f60;}#nav li a:hover {color:#ff0;border:1px solid #fff;}#nav li a#current {color:#c00;border:1px solid #fff;background:#fff;}</style></head><body><ul id="nav"><li><a href="http://www.vxbq.cn/" _fcksavedurl="http://www.vxbq.cn/" id="current">建站首頁(yè)</a></li><li><a href="http://www.vxbq.cn/" _fcksavedurl="http://www.vxbq.cn/">Div+CSS教程</a></li><li><a href="http://www.vxbq.cn/" _fcksavedurl="http://www.vxbq.cn/">CSS布局實(shí)例</a></li><li><a href="http://www.vxbq.cn/" _fcksavedurl="http://www.vxbq.cn/">CSS2.0教程</a></li><li><a href="http://www.vxbq.cn/" _fcksavedurl="http://www.vxbq.cn/">CSS酷站欣賞</a></li></ul></body></html>提示:可修改后代碼再運(yùn)行!
上一篇 MySql如何執(zhí)行定時(shí)任務(wù)(定時(shí)執(zhí)行操作)
下一篇 基于Client/Server模式的網(wǎng)絡(luò)編程總結(jié)
程序員人生,我編程,我富裕,記住wfuyu網(wǎng),php教程,php學(xué)習(xí),php手冊(cè),CMS模版制作
聲明:本站大部分內(nèi)容是作者原創(chuàng),少部分收集于互聯(lián)網(wǎng)供大家一起學(xué)習(xí),原版權(quán)很多不明,如有侵權(quán)請(qǐng)聯(lián)系本站,謝謝!
粵ICP備14040726號(hào)-1?? 2015-2020 程序員人生 版權(quán)所有