摘要: 标签标记意义及用法分析/示例属性/属性值/描述定义独立的内容,如论坛帖子、报纸文章、博客条目、用户评论等内容。支持HTML5的全局属性和事件属性。定义两栏或多栏页面的侧边栏内容,如联系我们、客服、网站公告等内容。支持HTML5的全局属性和事件属性。定义音频内容,如音乐或其他音频流。autoplaya... 阅读全文
posted @ 2015-07-03 15:20 简单就好zyx 阅读(314) 评论(0) 推荐(0)
摘要: 1.旋转 div 元素:div{transform:rotate(7deg);-ms-transform:rotate(7deg); /* IE 9 */-moz-transform:rotate(7deg); /* Firefox */-webkit-transform:rotate(7deg... 阅读全文
posted @ 2015-07-03 09:46 简单就好zyx 阅读(1647) 评论(0) 推荐(0)
摘要: 1.打开include\taglib\channelartlist.lib.php找到$pv->Fields['typeurl']=GetOneTypeUrlA($typeids[$i]); 在此行代码下方增加以下代码:if($typeids[$i]['id']==$refObj->TypeLink... 阅读全文
posted @ 2015-06-30 14:40 简单就好zyx 阅读(223) 评论(0) 推荐(0)
摘要: <ul class="navUlMenu"> <li><a href="{dede:global.cfg_basehost/}">首页</a></li> {dede:channelartlist type='top' } <li><a href="{dede:field name='typeurl' 阅读全文
posted @ 2015-06-29 14:43 简单就好zyx 阅读(379) 评论(0) 推荐(0)
摘要: 网站首页{dede:channel row='7' type ='top' currentstyle="~typename~ " }[field:typename/]{/dede:channel} 阅读全文
posted @ 2015-06-29 14:35 简单就好zyx 阅读(134) 评论(0) 推荐(0)
摘要: - + 阅读全文
posted @ 2015-06-18 15:32 简单就好zyx 阅读(779) 评论(0) 推荐(0)
摘要: $(".slow").click(function() { $(".test").eq(0).slow('slow', function() { $(".test").eq(1).slow('slow', function() { $(".test").eq(2).slow('fast'); ... 阅读全文
posted @ 2015-06-18 13:57 简单就好zyx 阅读(135) 评论(0) 推荐(0)
摘要: 取决于浏览器或者设备的方向,HTML元素总是会有"portrait"(竖屏) "landscape"(横屏) class. 你可以在css中如下使用它们:.portrait {/* 垂直方向的变化的代码 */}.landscape {/* 水平方向的变化的代码 */} 阅读全文
posted @ 2015-06-08 08:55 简单就好zyx 阅读(2689) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-05 15:55 简单就好zyx 阅读(1623) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-05 10:45 简单就好zyx 阅读(104) 评论(0) 推荐(0)