摘要: <style type="text/css">.highlightit img{border: 1px solid #ccc;}.highlightit:hover img{height:100px;width:100px;display:inline;position:absolute;border: 1px solid navy;filter:alpha(opacity=80);}.highlightit:hover{color: red; /* Dummy definition to overcome IE bug */}</style>< 阅读全文
posted @ 2011-10-18 23:28 dotnetlina 阅读(889) 评论(0) 推荐(0) 编辑
摘要: <!--把下面代码加到<head>与</head>之间--><style type="text/css"> <!-- body {text-align: center; margin:0; padding:0; background: #FFF; font-size:12px; color:#000;} div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;} h1,h2,h3,h4,h5,h6 { margin:0; padding:0;} t 阅读全文
posted @ 2011-10-18 22:44 dotnetlina 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> a{text-decoration: none;} #a{ background-color: #5DFD43;cursor: hand;} </style> <script type="text/javascript"> function show(obj) { for (var i = 1; i <= 3; i++) { document.getElementById("aa" + i).style.display = "none& 阅读全文
posted @ 2011-10-18 22:16 dotnetlina 阅读(196) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript">function show1(){document.getElementById("ccc").className = "aa";}function show2(){document.getElementById("ccc").className = "bb";}</script><style type="text/css">.aa{background-color:#87FACB 阅读全文
posted @ 2011-10-18 22:13 dotnetlina 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css">body {background: #fff;font-family: "Lucida Grande", Helvetica, Arial, sans-serif;font-size: 12px;}.menu {font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;width:500px;height:355px;background:# 阅读全文
posted @ 2011-10-18 22:01 dotnetlina 阅读(186) 评论(0) 推荐(0) 编辑