TEXTAREA{ overflow-y:hidden; overflow-x:hidden; } 去掉文本框滚动条
"{if $pages}
{$pages}
{/if}"分页标签
onfocus="this.blur()" 去掉链接虚线边框
<style type="text/css"> css样式的括号符
div{
background:url(theme-gray/sprite.gif) repeat-x 0 -26px; 背景图片的坐标直
height: 500px; 高度
width:960px; 宽度
border:2px solid #000; 边框大小 后面可以加颜
margin:0 auto; 外填充(auto表示左右空白的意思,显示样式为居中)
padding:50px 内填充
color: #00FF00  字体颜的定义
display:block; 模块的意思
display:none;隐藏模块
float:left; 右浮动的意思
list-style:none;不显示项目符号
clear:both;  清楚所有浮动
text-align:center;文字居中
position:relative;相对定位
position:absolute;绝对定位
}
 
#a:hover{background:url(theme-gray/sprite.gif) repeat-x 0 -26px;} 鼠标移动到上面显示图片
</style> 
#123{} id="123"调用  .123{} class="123"调用  
.123 a{color: #00FF00} 超文本连接设置指定颜 当调用 class="123"的时候里面文字有连接的时候就会被引用颜
先面是单线表格的实现方法
table{border-collapse: collapse;} 把表格边合并
td{border:1px #dfdfdf solid;height:100px;width:20%; text-align:center设置表格边宽颜和文字居中等
常用的php代码实例
 
 
a{blr:Focus=this.blur());} 点吉图片连接时不显示图片轮廓
 
<a href=# onClick="return confirm('你输入的密码或用户名不正确!')"> 点我啊</a>点击弹提示窗口
text-decoration: none; 无下滑线
动易标签连接
<li>
<a>
<xsl:attribute name="href">
<xsl:value-of select="pe:GetInfoPath(ItemID)"/>
</xsl:attribute>
<xsl:value-of select="Title"/>
</a>
</li>
 
{PE.Label id="内容带图片的信息列表" outputQty="1" contentLength="50" joinModelId="1" imageClass="img_item" contentClass="desc" imageWidth="274" imageHeight="154" /}内容带图片的信息列表需要显示内容需要加红部分
({date('Y-m-d h:i:s',$r[updatetime])})phpcms时间代码
<a href="{$r[url]}" target="{$target}">{str_cut($r[title], $titlelen,'')}</a> phpcmsPHPCMS标题代码
{str_cut($r[description], $introlen)} phpcms标题简介代码
<a target="{$target}" href="{$r[url]}"><img width="{$width}" height="{$height}" src="{thumb($r[thumb], $width, $height)}" alt="{$r[title]}"></a> phpcms图片代码
{loop $data $n $r}内容{/loop} phpcms循环代码
{get sql="select title,url,catid,updatetime from gz7cweb_content where status=99 and catid in(31,32,33,34,37,36,38,39,40,41,42,43,48,49,50,51,53,54,55,56,57,58,59) order by contentid desc" rows="20"}
<li><a href="{$r[url]}" title="{$r[title]}" target="_blank">{str_cut($r[title], 27,'')}</a></li>
{/get} phpcms用多个栏目有GET调用方法
[<a href="{$CATEGORY[$r[catid]][url]}" target="_blank">{$CATEGORY[$r[catid]][catname]}</a>] phpcms栏目名
{overflow:auto;} DIV根据内容大小自动适应
overflow-x : hidden;不现实横益出的内容

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。