css3 Tab Menus Without Javascript

來源:互聯網
上載者:User

css3對ie沒效果。其他瀏覽器可以運行

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS3 jQuery style menu</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><style type="text/css">* { margin:0;padding:0;}html {height: 100%;}body{position: relative;height: 100%;background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));}.navbox {position: relative;float: left;}ul.nav {list-style: none;display: block;width: 200px;position: relative;top: 100px;left: 100px;padding: 60px 0 60px 0;background: url(shad2.png) no-repeat;-webkit-background-size: 50% 100%;}li {margin: 5px 0 0 0;}ul.nav li a {-webkit-transition: all 0.3s ease-out;background: #cbcbcb url(border.png) no-repeat;color: #174867;padding: 7px 15px 7px 15px;-webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;width: 100px;display: block;text-decoration: none;-webkit-box-shadow: 2px 2px 4px #888;}ul.nav li a:hover {background: #ebebeb url(border.png) no-repeat;color: #67a5cd;padding: 7px 15px 7px 30px;}</style></head><body><div class="navbox"><ul class="nav"><li><a href="#">XHTML</a></li><li><a href="#">C++</a></li><li><a href="#">Mootools</a></li><li><a href="#">HTML5</a></li><li><a href="#">CSS</a></li><li><a href="#">jQuery</a></li><li><a href="#">Ajax</a></li><li><a href="#">PHP</a></li><li><a href="#">Perl</a></li></ul></div><div class="navbox"><ul class="nav"><li><a href="#">XHTML</a></li><li><a href="#">HTML5</a></li><li><a href="#">CSS</a></li><li><a href="#">jQuery</a></li><li><a href="#">Ajax</a></li><li><a href="#">PHP</a></li></ul></div><div class="navbox"><ul class="nav"><li><a href="#">XHTML</a></li><li><a href="#">HTML5</a></li><li><a href="#">CSS</a></li></ul></div></body></html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.