Richie

Sometimes at night when I look up at the stars, and see the whole sky just laid out there, don't you think I ain't remembering it all. I still got dreams like anybody else, and ever so often, I am thinking about how things might of been. And then, all of a sudden, I'm forty, fifty, sixty years old, you know?

随笔分类 -  HTML CSS XML XSLT

IE Developer Toolbar
摘要:操作系统Windows Server 2003,IE6。装了IE Developer Toolbar之后不能使用,点击toolbar的图标没有反应 IE Developer Toolbar失效的解决方案 Tools -> Internet options -> Security Tab -> Local Intranet -> Custom Level -> Run ... 阅读全文

posted @ 2010-02-24 09:41 riccc 阅读(1685) 评论(0) 推荐(0)

IIS HTML, CSS, Script, 图片等静态文件不更新问题
摘要:文件已经更新到站点,但客户端访问仍然没有更新,主要是各种静态文件。 网关代理服务器缓存的可能性比较大,应该先检查这个原因。 代理服务器缓存还有一些其它表现,本地访问可以看到更新的效果;同一个网段、IE设置局域网访问不走代理,也能看到更新效果;客户端直接使用url访问静态文件(html页面、css文件、脚本等),获取到的是未更新的,在服务器上更新文件名字,客户端使用新的文件名访问,能够获取到更新后的... 阅读全文

posted @ 2007-10-23 21:43 riccc 阅读(4004) 评论(2) 推荐(0)

start tag, end tag issues in IE7, particularly in xslt transformation
摘要:IE7对html标签的关闭很敏感,例如下面这段代码可以正常工作 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> a b c 但如果你象下面一样在head标签里添加一个script文件的引用,IE7... 阅读全文

posted @ 2007-06-20 17:45 riccc 阅读(868) 评论(2) 推荐(0)

generate the html DOCTYPE element using xsl:output
摘要:If you would like to generate the DOCTYPE specification in the html output when using xslt transformation, you can not write the code as following: Code highlighting produced by Actipro CodeHigh... 阅读全文

posted @ 2007-06-19 20:33 riccc 阅读(2173) 评论(1) 推荐(0)

CSS Repeater - 交错显示行背景色 table行鼠标进入事件特效 禁止文本换行
摘要:1. 禁止文本换行的CSS: white-space:nowrap; strict mode下在IE7和FF中都正常,以前IE用的word-break、word-wrap属性对FF无效。 2. Repeater控件,交替显示table行的背景颜色,鼠标移动到某一行时用特殊背景显示。 方法purecss给出了很多种,看了一下现在新浪邮箱,使用的也是文章中选择的方法。... 阅读全文

posted @ 2007-06-10 18:54 riccc 阅读(3577) 评论(1) 推荐(1)

IE7中CSS属性的奇怪表现 - standards mode and quirks mode
摘要:standards mode (strict mode) and quirks mode (compliant mode) DOCTYPE声明,Frameset, Strict, Transitional IE的Box Model在标准模式(严格模式)和怪异模式(兼容模式)下的差异 阅读全文

posted @ 2007-06-09 05:35 riccc 阅读(2855) 评论(2) 推荐(0)

XSLT转换XML小结
摘要:产品几年前使用ASP,后来升级到.Net 1.1,再升级到2.0,一直都有用XSLT转换XML生成网页的方式,稍微整理下。 阅读全文

posted @ 2006-12-20 21:32 riccc 阅读(15523) 评论(24) 推荐(3)

导航