大家是不是都想玩HF的游戏,但是现在韩国的网游基本上都开始需要进行实名认证,这成为了国内玩家进入韩服最大的障碍 […]
最伟大IT人物10强出炉 乔布斯第一盖茨第三
美国《计算机周刊》日前评出了IT界最伟大的10位精英人物,结果苹果CEO史蒂夫-乔布斯凭借创新精神勇夺桂冠,而 […]
LAMP逼近.Net J2EE 微软疲于招架
近日,由Intel、Greatlinux、Turbolinux、Zend、MySQL、Comsenz以及P […]
27岁的PPlive创业者拿到千万美金投资 用户半年翻5倍
早在学生时代,姚欣就有过和师兄一起创办网站的经验,但是那次他失败了。从小一帆风顺的他吸取到两个现在都受用的经验 […]
回味IE、firefox(Netscape)十余年6轮技术攻防战
简介:1993年4月22日,伊利诺斯大学的一个学生小组发明了一段旨在从各种公共网络上获取信息的程序。当时很少有 […]
两年后户口等证件有望网上直接办理
公安机关“三基”工程建设工作会召开,公安部部署信息化建设与应用工作 新华社沈阳10月29日电(记者田雨 李颖帅 […]
雅虎的四种命运 进退两难不容乐观
导语:《财富》杂志近日发表分析文章称,Google近期的上升势头十分明显,已经在网络广告市场占据了绝对的领先优 […]
Cmd.exe有很多命令行参数
CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OF […]
CSS特效字收藏
1 |
<fieldset style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FILTER: glow(color=#FFAA00,strength=3); PADDING-BOTTOM: 5px; PADDING-TOP: 5px; LETTER-SPACING: -3px"><font style="FONT: bold 53px/58px &quot;宋体&quot;; COLOR: #ff0253"><nobr>清风细雨阁<br />www.700net.com</nobr></font></fieldset> |
历史上最全的中文博客搜索网站介绍
以下是2006年5月11日各博客搜索网站排名: (1)Bloaa http://bolaa.com ALEXA […]
下载Youtube视频文件的方法
1先在[url=http://www.youtube.com/]Youtube[/url]搜索出自己想要的 […]
Firefox 2.0首日全球下载破百万次,10个使用Firefox 2.0的理由
自由软体浏览器Firefox 2.0推出后,首日下载量就突破百万次了,目前Firefox系列各版本 累积全球下 […]
威客:Web2.0的新应用
Web2.0是一个新潮流,但是很多人关注的是博客、视频、分类广告、社区等应用,但威客网站作为新的Web2.0走 […]
世界名车的车钥匙
在分类总多的设计中,汽车设计就好比一个东西有一个“皇家”的头衔一样。它并不像其他设计一样,立刻将“设计”传达出 […]
让XP的时钟显示星期几
1. 点击“开始”菜单→“设置→控制面板”,找到并双击“区域与语言选项”图标 2. 然后,在弹出的设置窗口中点 […]
Word实用技巧收藏
Word中将硬回车改成软回车的方法 大家在上网的时候,遇到好的文章会复制粘贴到word中,但是有许多硬回车,影 […]
错误类型:Server.MapPath(), ASP 0173 (0x80004005)
错误类型: Server.MapPath(), ASP 0173 (0x80004005) 在 MapPath […]
google背后小秘密的妙用
1.搜索在线摄像头监视站点 在Google中输入“inurl:"ViewerFrame?Mode=&# […]
教你突破电信路由共享限制
近段时间来,很多地方的电信ISP使用了一个叫“网络尖兵”的设备来限制用户共享上网,给大家带来了许多不便,经过高 […]
CSS中文字跑出DIV外面
主要是IE 注释BUG 去掉<!–xxxx–>相关注释 错误产生的原因和浮 […]
ACCESS改为SQL需要注意哪几个地方
看到别人有时问这个方面的问题。。于是在各网站总结前前辈高人的几点想法,拿来共享: 数据库导入以后,自动 […]
HTML4标签的默认样式列表
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block } li { display: list-item } head { display: none } table { display: table } tr { display: table-row } thead { display: table-header-group } tbody { display: table-row-group } tfoot { display: table-footer-group } col { display: table-column } colgroup { display: table-column-group } td, th { display: table-cell; } caption { display: table-caption } th { font-weight: bolder; text-align: center } caption { text-align: center } body { margin: 8px; line-height: 1.12 } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .75em 0 } h3 { font-size: 1.17em; margin: .83em 0 } h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu { margin: 1.12em 0 } h5 { font-size: .83em; margin: 1.5em 0 } h6 { font-size: .75em; margin: 1.67em 0 } h1, h2, h3, h4, h5, h6, b, strong { font-weight: bolder } blockquote { margin-left: 40px; margin-right: 40px } i, cite, em, var, address { font-style: italic } pre, tt, code, kbd, samp { font-family: monospace } pre { white-space: pre } button, textarea, input, object, select { display:inline-block; } big { font-size: 1.17em } small, sub, sup { font-size: .83em } sub { vertical-align: sub } sup { vertical-align: super } table { border-spacing: 2px; } thead, tbody, tfoot { vertical-align: middle } td, th { vertical-align: inherit } s, strike, del { text-decoration: line-through } hr { border: 1px inset } ol, ul, dir, menu, dd { margin-left: 40px } ol { list-style-type: decimal } ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0 } u, ins { text-decoration: underline } br:before { content: "A" } :before, :after { white-space: pre-line } center { text-align: center } abbr, acronym { font-variant: small-caps; letter-spacing: 0.1em } :link, :visited { text-decoration: underline } :focus { outline: thin dotted invert } /* Begin bidirectionality settings (do not change) */ BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override } BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override } *[DIR="ltr"] { direction: ltr; unicode-bidi: embed } *[DIR="rtl"] { direction: rtl; unicode-bidi: embed } @media print { h1 { page-break-before: always } h1, h2, h3, h4, h5, h6 { page-break-after: avoid } ul, ol, dl { page-break-before: avoid } } |
XHTML+CSS兼容性解决方案小集
使用XHTML+CSS构架好处不少,但也确实存在一些问题,不论是因为使用不熟练还是思路不清晰,我就先把一些我遇 […]
搜索引擎优化-如何用CSS图片做背景
这里介绍的是另一种可以让搜索引擎读取图片文字的做法,是通过CSS完成的。 在你的HTML文件里: 以下是引用片 […]
保持清晰的文档结构
我十分支持Web标准,并且认为它提出的文档对象模型(DOM,Document Object Model)是非常 […]