随笔分类 -  HTML / CSS

摘要:图标闪烁CSS代码 <!DOCTYPE html> <html> <head> <style> #markerDiv { position: absolute; float: left; left: 20px; top: 20px; width: 38px; height: 44px; backgr 阅读全文
posted @ 2024-01-17 10:42 0611163 阅读(121) 评论(2) 推荐(0)
摘要:代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>IMG元素内存泄露测试</title> <script type="text/javascript" src= 阅读全文
posted @ 2017-10-12 11:23 0611163 阅读(644) 评论(2) 推荐(0)
摘要:代码: 阅读全文
posted @ 2017-03-23 14:50 0611163 阅读(638) 评论(0) 推荐(0)
摘要:在网站根目录下添加favicon.ico文件,并在网页添加如下代码: 阅读全文
posted @ 2016-12-28 12:51 0611163 阅读(352) 评论(0) 推荐(0)
摘要:CSS代码:-moz-border-radius: 15px; /* Gecko browsers */-webkit-border-radius: 15px; /* Webkit browsers */border-radius:15px; /* W3C syn... 阅读全文
posted @ 2015-06-27 13:13 0611163 阅读(286) 评论(0) 推荐(0)
摘要:checkbox和radio的美化checkbox: 测试101 ... 阅读全文
posted @ 2015-02-08 14:27 0611163 阅读(520) 评论(3) 推荐(0)