Html/Dhtml/PS/Div+css
文章平均质量分 54
yanick
SpringSide,Nutz团队成员
展开
-
CSS样式表参数属性大全
属性名称字体属性(Font)font-familyfont-stylefont-variantfont-weightfont-size颜色和背景属性ColorBackground-colorBackground-imageBackground-repeatBackground-attachmentBackground-position文本原创 2007-11-10 18:08:00 · 1475 阅读 · 0 评论 -
一个漂亮的后台管理html代码
http://www.cnblogs.com/Files/yangcai/后台模板.rar原创 2007-08-24 11:06:00 · 5214 阅读 · 2 评论 -
JSLoader动态加载JS和CSS
// First Load the Script // In one script block JSLoader.load("ria","prototype","1.5.1"); JSLoader.load("ria","prettify","1.0"); // In another script block: Event.obser原创 2009-07-02 12:27:00 · 2610 阅读 · 0 评论 -
一个还不错的gridview 样式
"text/css">.datable {background-color: #9FD6FF; color:#333333; font-size:12px;}.datable tr {height:20px;}.datable .lup {background-color: #C8E1FB;font-size: 12px;color: #014F8A;}.datab原创 2008-12-15 10:28:00 · 14752 阅读 · 0 评论 -
点击可以编辑
点击可以编辑,这个是很好的用户体验,到网上搜索了一下.代码了几份好的代码DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">html xmlns="http://www.w3.org/1999/xhtm原创 2008-04-28 15:44:00 · 1490 阅读 · 0 评论 -
CSS hack:CSS区分浏览器IE6/IE7/firefox
CSS hack区别不同浏览器,CSS hack写法:区别IE6与FF: background:orange;*background:blue;区别IE6与IE7: background:green !important;background:blue;区别IE7与FF: background:orange; *bac IT人才网(http:/原创 2008-04-28 12:54:00 · 1031 阅读 · 1 评论 -
IE和Firefox(火狐)在JavaScript方面的不兼容及统一方法总结
测试代码时,发现不少IE可以运行的ajax,但在FF中报错。IE和Firefox(火狐)在JavaScript方面的不兼容及统一方法总结如下:1.兼容firefox的 outerHTML,FF中没有outerHtml的方法。if (window.HTMLElement) { HTMLElement.prototype.__defineSetter__("outerHTML",function转载 2008-04-28 12:35:00 · 3314 阅读 · 1 评论 -
如何定义select的边框颜色
如何定义select的边框颜色 解决思路: 学习了clip和margin属性的用法,利用它们的特点,很容易就得出答案。 具体步骤: 1.用margin属性实现。先设置margin属性为-2,以隐藏select对象原来的边框,然后设置select对象的父对象的边框。 1 2 3 4 5 2.margin属性结合clip属性实现。也是先用margin隐藏selec转载 2008-04-28 16:45:00 · 2767 阅读 · 1 评论 -
56网色彩搭配
看到 http://urs.56.com/Reg1.php 看到上面色彩搭配得很好看 .focus { border:solid 1px #00a8ff; padding:1px 2px 2px 1px; margin:5px; background:#e2f5ff url(icon1.gif) no-repeat; height原创 2008-04-17 23:16:00 · 933 阅读 · 0 评论 -
网上比较好的html在线编辑器介绍
转人家的文章往自己脸上贴...哦、不是...往Blog上贴。盗亦有道1.FCKeditor 编辑器 FCKeditor is compatible with most internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+. 最新版本:FCKeditor 2.0 语转载 2009-08-11 17:02:00 · 1831 阅读 · 0 评论