html
iteye_12650
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTML中的XMP标签及思考
[quote]XMP:表示用于实例文本的定宽字型文本。块元素。注意:这个标签很有用,如果我们想把一段文字按其本来面目显示,一般我们会想到PRE标签,但PRE中不能包含HTML元素,而XMP就没有这个限制,完全按原文本显示。如果网页中要插入类似源程序的文本,可用该标签。[/quote][code="php"]//这个 在网页上显示: 你好()?echo "你好"."()?";//这个...原创 2010-01-07 21:49:53 · 1215 阅读 · 0 评论 -
html中锚点的另一种写法
通常锚点是类似这样的[code="html"] ...返回顶部或者返回顶部 空锚点就是顶部*[/code]其实这样更方便些[code="html"] ...返回顶部[/code]效果是一样的ps:*谢谢 风干的果子 补充...原创 2010-06-22 16:43:06 · 385 阅读 · 0 评论 -
fix the jquery multiple hover animations
1. use hover or mouseenter + mouseleave2. use stop(true, true) to Stop the currently-running animation on the matched elements. (.stop( [clearQueue] [, jumpToEnd] ))[code="javascript"]$(do...2011-12-26 17:46:47 · 98 阅读 · 0 评论 -
Addthis widges wia API
[code="html"] var addthis_share = { description: "Australian bla bla", title: "Beth and Dan", width: "144", height: "108", screenshot: "http://absolute/path/img.j.原创 2011-11-22 12:13:36 · 256 阅读 · 0 评论 -
Tips of coding a newsletter
1. write codes in one line to remove extra space around image[code="html"][/code]2. use absolute path for all images / links3. use inline css rather than others4. use tables rather...2011-12-06 07:48:18 · 103 阅读 · 0 评论 -
apple android windows app meta tags
总结最近用的app meta代码[code="html"] [/code]根目录下放置apple-touch-icon.png (152x152)favicon.ico (32x32)favicon-192.png for chrome/androidfavic...原创 2015-03-19 12:32:50 · 263 阅读 · 0 评论
分享