随笔分类 -  [07] HTML/XHTML/CSS

用于开发网页/网站。
摘要:实例 定义和用法shape 属性与 coords 属性配合,可以规定区域的尺寸、形状和位置。详细解释:shape 属性用于定义图像映射中对鼠标敏感的区域的形状:圆形(circ 或 circle)多边形(poly 或 polygon)矩形(rect 或 rectangle)shape 属性的... 阅读全文
posted @ 2015-01-22 16:10 emanlee 阅读(986) 评论(0) 推荐(0) 编辑
摘要:HTML vertical text (Safari, Firefox, Chrome, and Opera).vText { -moz-transform: rotate(-90deg) translate(0, 100%); -moz-transform-origin: 0% 100%;... 阅读全文
posted @ 2015-01-22 15:25 emanlee 阅读(4950) 评论(0) 推荐(1) 编辑
摘要:Internet Explorer 8 Ships, Fixes Dropdown List Problem Microsoft finally made Internet Explorer 8 a “recommended download” with the latest set of patches on Microsoft Update. At first glance, there’s... 阅读全文
posted @ 2010-10-22 21:15 emanlee 阅读(270) 评论(0) 推荐(0) 编辑
摘要:以下代码 IE, Maxthon 中可以运行: <html>     <head>     <meta   http-equiv="Content-Type"   content="text/html;   chars... 阅读全文
posted @ 2010-03-27 11:46 emanlee 阅读(1427) 评论(0) 推荐(0) 编辑
摘要:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0045)http://www.dedestruct.com/cursorPosition.html --> <HTML xmlns="http://www... 阅读全文
posted @ 2010-03-19 13:41 emanlee 阅读(492) 评论(0) 推荐(0) 编辑
摘要:单引号的html转义符   &acute; 双引号的html转义符是  &quot; 阅读全文
posted @ 2009-11-05 21:08 emanlee 阅读(608) 评论(0) 推荐(0) 编辑
摘要:W3C 在 HTML 5 proposal 中为 HTML 5 赋予了这样的使命,它将弥补上一代 HTML 的不足,具体说,是实现 Flash, Silverlight, JavaFX 所能实现的功能。 HTML 5,这个 HTML 明日之星是否会改变 Web 应用的游戏规则,是否会让这些富 Web 插件成为历史,InfoWorld 的专栏作家 Paul Krill 为此撰文并作了论述。 HTM... 阅读全文
posted @ 2009-06-18 13:29 emanlee 阅读(237) 评论(0) 推荐(0) 编辑
摘要:HTML 4.0 Event Attributes New to HTML 4.0 is the ability to let HTML events trigger actions in the browser, like starting a JavaScript when a user clicks on an HTML element. Below is a list of attrib... 阅读全文
posted @ 2009-03-19 22:20 emanlee 阅读(434) 评论(0) 推荐(0) 编辑
摘要:Enable the Safari Debug menu option on Windows To enable the Safari Debug menu option, you need to find your Preferences.plist file located in %APPDATA%\Apple Computer\Safari (%APPDATA is typically C... 阅读全文
posted @ 2009-03-18 23:29 emanlee 阅读(2824) 评论(0) 推荐(0) 编辑
摘要:================= I have tried like this.. function fnPrint() { document.getElementById('print').style.visibility='hidden'; window.all.print(); document.getElementById('print').style.... 阅读全文
posted @ 2009-03-18 23:28 emanlee 阅读(352) 评论(0) 推荐(0) 编辑
摘要:网站开发者的一大苦恼,就是有太多的浏览器要应付。幸亏世界上有一些聪明的人,能够研究出一大些方便编辑和调试网页代码的好工具。不过,要从不计其数的小工具里面找出合适的可真不容易。这篇文章列出了几个最好用的web开发工具,并指导你快速地激活、安装、使用他们。 下面是工具列表: Web Developer ToolbarFirefox上开发和调试web站点的不二之选。Web developer too... 阅读全文
posted @ 2009-03-12 22:52 emanlee 阅读(442) 评论(0) 推荐(0) 编辑
摘要:一些前端开发 IE 中的常用调试工具: Microsoft Script Debugger —— Companion.JS need to install this Companion.JS —— Javascript debugger for IE , like Console API feature IE Developer Toolbar —— Like Firebug (DOM/CSS ... 阅读全文
posted @ 2009-03-12 22:37 emanlee 阅读(3390) 评论(0) 推荐(0) 编辑
摘要:使用XHTML+CSS来实现元素的垂直居中一直是前端开发中的一个比较复杂且棘手的问题,作为网页设计师或前端开发工程师,这个垂直居中问题也是必须掌 握的技巧之一,一些互联网公司面试题中也会出现这类题目。今天将分享一个完美通过CSS实现垂直居中的方法,该方法是由aka Yuhů发明的,这个方法也是目前最完美最简洁的CSS垂直居中实现方法。下面来看看总结笔记,大家有不同意见请多拍砖: 该CSS垂直居中... 阅读全文
posted @ 2008-12-28 13:51 emanlee 阅读(760) 评论(0) 推荐(0) 编辑
摘要:HTML特殊符号大全 $&¤§|°¨±·×÷ˇˉˊˋ˙ΓΔΘΞΠΣΥΦΨΩαβγδεζηθικλμνξ πρστυφψωЁБГДЕЖЗИЙКЛФУЦЧШЩЪЫЭЮЯабвгджзий клфцчшщъыюяё--―‖‥…‰′″※℃℅℉№℡ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ←↑→↓↖↗↘↙ 阅读全文
posted @ 2008-10-22 15:58 emanlee 阅读(1103) 评论(0) 推荐(0) 编辑
摘要:MIME Types MIME (Multipurpose Internet Mail Extensions) is an Internet standard for describes message content types. MIME messages can contain text, images, audio, video, and other application-speci... 阅读全文
posted @ 2008-08-27 20:01 emanlee 阅读(2671) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示