http-equiv="X-UA-Compatible" content="IE=EmulateIE7"
- div+css圆角
.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #999;border-right:1px solid #999;}.b1,.b1b{margin:0 5px;background:#999;}.b2,.b2b{margin:0 3px;border-width:2px;}.b3,.b3b{margin:0 2px;}.b4,.b4b{height:2px;margin:0 1px;}.d1{background:#F7F8F9;}.k {height:100px;}123456
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- CSS控制div内元素置底
position:relative;之后再给div中的元素定义:position:absolute;bottom:0px;right:0px;
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- div+css 常用效果
1、垂直居中代码<html><head><style>body{TEXT-ALIGN: center;}#center{ MARGIN-RIGHT: auto;MARGIN-LEFT: auto; height:200px;background:#F00;width:400px;vertical-align:middle;line-height:200px;}</style></head><body><div id="center"><p>test content</p></div></body></html>2、控制两张图片之间的亮度变化opacity:0.8;filter: alpha(opacity=80);(a状态)filter: alpha(opacity=100);(a:hover状态)<A class=pl href="products.html" target=_self>……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- QQ在线代码、MSN在线代码、Yahoo通在线代码、Skype在线代码
QQ在线代码:<A href="tencent://message/?uin=QQ账号&Site=本站网址&Menu=yes" target=blank><IMG alt=前台显示名称 hspace=3 src="http://wpa.qq.com/pa?p=1:QQ账号:4" border=0>前台显示名称</A>MSN在线代码:<A href="msnim:add?contact=*****@hotmail.com" target=blank>点这里和我MSN聊天</A>Yahoo通在线代码:<A href="ymsgr:sendIM?yahoo账号(@前面)">点这里和我yahoo聊天</A>Skype在线代码:<A href="callto://skype帐号">点这里和我skype聊天</A>刚好有一个网页需要实现MSN,QQ,SKYPE 在线交谈的功……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 颜色渐变
background-color:#8B0000 !important; filter:progid:DXImageTransform.Microsoft.Gradient (startColorStr='#8B0000', endColorStr='#000000', gradientType='0');
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页渐隐渐现
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1)"> <meta http-equiv="Page-Exit" content="blendTrans(Duration=1)">
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页前端开发者的30条技巧总结
以下总结的30条关于网页前端开发的经验,其中包括CSS和javascript等,对于前端开发新手来说很多地方并不能从书上学来,而这些不能学来的东西就是所谓的工作经验,所以如果你是前端开发的新手建议你仔细阅读下面的这些开发经验。 许许多多的网页新手正徘徊在专业编码的门槛前,而网上的教程参差不齐,鱼龙混杂,很容易让新手迷茫。这里总结了30条网页编码的“秘技”,只要在编码过程中牢记它们,灵活运用,你一定会写出一手漂亮的代码,早日迈入专业开发者的行列。1. 一定要闭合标签在以往的页面源代码里,经常看到这样的语句: <li>Some text here. <li>Some new text here. <li>You get the idea. ……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 推荐8款电子商务开源系统工具
电子商务平台下,买卖双方不谋面地进行各种商贸交易,实现消费者网上购物、商户间的网上交易及在线服务等,是一种新型的商业运营模式。今天,趋向互动传媒将与大家推荐8大电子商务开源系统工具。 1.osCommerce osCommerce是一个利用互联网建立网上商店的应用程序,可以称为“开源网上开店程序”。它可以自由下载、安装和使用,并可以根据自己的需要进行修改和发布,可以应用到任何的商业环境中。这套系统拥有简单的安装、灵活的设置和强大的后台维护功能,可以让不懂技术的使用者根据参考文档和说明非常容易的在系统平台上安装和运营自己的电子商务网站。。 2.Magento Magento是一套专业开源的电子商务系统。Magento设计得非常灵活,具有模块化架构体系和丰富的功能。易于与第三方应用系统无缝集成。面向企业级应用,可处理各方面的需求,以及建设一个多种用途和适用面的电子商务网站。 3.Ph……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- css中自定义高度
<style type="text/css"><!--#main {background: #69c;width: 400px;}#left {background: #f00;float: left;width: 100px;}#right {background: #0c3;float: right;width: 300px;}--></style></head><body><div id="main"> <div id="left">left</div> <div id="right"> </div></div><script language="javascript">document.getElementById("left").style.height=document.ge……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- css定义文字的技巧
1、如何设定文字字体、颜色、大小 —— 使用font font-style设定斜体,比如font-style: italic;font-weight设定文字粗细,比如font-weight: bold;font-size设定文字大小,比如font-size: 12px;(或者9pt,不同单位显示问题参考CSS手册)line-height设定行距,比如line-height: 150%;color设定文字颜色(注意不是font-color),比如color: red;font-family设定字体,比如font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;(这是通用的写法)以上都可以写在一行font属性里(除了color属性需要单独写):font: italic bold 12px/150% "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-ser……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 不错的左右切换Tab选项卡
* {margin:0; padding:0;}body {background:#FFF; color:#333;}a {color:#333; text-decoration:none;}a:hover {text-decoration:underline;}ul, li {list-style:none;}.wrap {width:700px; margin:0 auto; line-height:25px; font-size:12px;}h1 {text-align:center; margin-top:50px;}#hotnews {position:relative; width:350px; margin: 0 auto; height:150px; margin-top:50px;}#hotnews h2 {display:block; float:left; width:50px; margin-right:2px; font-size:12px; font-weight:normal; text-align:center; cursor:pointer;}#h……
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 如何使用SSH 安裝kloxo
Putty软件登陆:输入root帐号输入密码: (不回显)SSH登陆成功。cd .. 到 /cd tmp到tmp目录输入 wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh 回车输入 sh ./kloxo-install-master.sh 回车开始安装。国内主机可能安装要慢点了,因为是在线安装(更新源在国外),使用美国主机的朋友们很快就能安装完了。安装完后你除了安好Lxadmin,同时也基本安好了Apache、Lighttpd、MySQL、Xcache、Bind、Djbdns等一系列服务器软件。下面我们完成后续安装,在终端完成(/*这里面是备注,不要执行*/)。yum install php-bcmath /*高精度数学运算组件,默认没安装,MD5运算时用到*/yum check-update /*检查全部更新*/yum update /*更新全部更新*/yum clean all /*清理全部缓存的安装文件(都安装完了,留着浪费空间啊)*/OK……