摘要:
1 <html> 2 <head> 3 <style type="text/css"> 4 .tab_menu{ 5 border:0px solid red; 6 height:18px; 7 width:200px; 8 } 9 ul{10 list-style:none;11 display:inline;12 }13 li{14 float:left;15 margin:0 3px;16 border:1px solid grey;17 font-size:80%;18 }19 .selected{20 background-co 阅读全文