上一页 1 ··· 4 5 6 7 8
摘要: <style type="text/css"> #divadd { border:1px solid#0094ff; background-color:#0094ff; height:200px; position:absolute; right:40%; bottom:40%; text-align:center; display:none; } </style> <script type="text/javascript"> function gel(id){return document.getElementBy 阅读全文
posted @ 2013-01-22 21:45 逊老头 阅读(269) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> #divcl { border:1px solid#0094ff; background-color:#0094ff; height:100px; position:absolute; } </style> <script type="text/javascript"> function gel(id) { return document.getElementById(id);} window.onmousemove = function (evt) { gel(&quo 阅读全文
posted @ 2013-01-22 21:30 逊老头 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> #bodyDiv { border:1px solid #0094ff; margin:50px auto; width:460px; height:300px; background-color:#0094ff; } ul { width:460px; border:1px solid #0094ff; padding:0px; margin:5px auto 0px auto; list-style-type:none; text-align:center; } li { border:1px solid #f 阅读全文
posted @ 2013-01-20 14:20 逊老头 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 先准备三张图片 empty.png --白色星星图片 用于用户为选择时状态显示 yellow 黄色星星图片 用于用户选择好时显示 green绿色图片用于当用户鼠标在上面移动时显示body 内容<ul id="ulStar"><li></li><li></li><li></li><li></li></ul><style type="text/css"> #ulStar { border:0px solid #0094ff; l 阅读全文
posted @ 2013-01-20 14:19 逊老头 阅读(428) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> #tb { border:1px solid #0094ff; margin:5px auto; border-collapse:collapse;/*是指让行和列的边框相融合*/ } tr { border:1px solid#0094ff; margin:5px; text-align:center; padding:4px; } td { border:0px solid#0094ff; margin:5px; } </style> <script type="text/javas 阅读全文
posted @ 2013-01-20 14:17 逊老头 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8