Javascript實(shí)現(xiàn)簡(jiǎn)易導(dǎo)航欄
本文實(shí)例為大家分享了Javascript實(shí)現(xiàn)簡(jiǎn)易導(dǎo)航欄的具體代碼,供大家參考,具體內(nèi)容如下
<!DOCTYPE html><html lang='en'><head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <meta http-equiv='X-UA-Compatible' content='ie=edge'> <title>導(dǎo)航</title></head><style>button{ width:80px; height:25px; border:none;} #b1{ background-image: url(’1.png’); margin-right:0px; } #b2{ background-image: url(’1.png’); width:380px; height:25px; text-align: left; } #b1:hover{ background-image: url(’2.png’); } #b2:hover{ background-image: url(’2.png’); }</style><body> <div style='width: 800px;margin:0px auto'><div> <img src='http://www.hdgsjgj.cn/bcjs/1.jpg' height='150px%'> </div> <div> <div style='font-size: 1px'> <button type='button' id='b1'>網(wǎng)站首頁(yè)</button> <button type='button' id='b1'>網(wǎng)站新聞</button> <button type='button' id='b1'>網(wǎng)站趣聞</button> <button type='button' id='b1'>網(wǎng)站論壇</button> <button type='button' id='b1'>網(wǎng)站介紹</button> <button type='button' id='b2'>招納賢士</button></div> </div> </div></body></html>
效果圖:
以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。
相關(guān)文章:
1. 簡(jiǎn)述JAVA同步、異步、阻塞和非阻塞之間的區(qū)別2. Python TestSuite生成測(cè)試報(bào)告過(guò)程解析3. Java JTable 實(shí)現(xiàn)日歷的示例4. python excel和yaml文件的讀取封裝5. 深入了解JAVA 軟引用6. 利用php來(lái)自動(dòng)調(diào)用不同服務(wù)器上的flash7. springboot的yml配置文件通過(guò)db2的方式整合mysql的教程8. 在JSP中使用formatNumber控制要顯示的小數(shù)位數(shù)方法9. 解決AJAX返回狀態(tài)200沒(méi)有調(diào)用success的問(wèn)題10. IntelliJ IDEA設(shè)置默認(rèn)瀏覽器的方法
