<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CSS论坛 - CSS模板制作交流</title>
    <link>http://www.divcss5.com/bbs/forumdisplay.php?fid=10</link>
    <description>Latest 20 threads of CSS模板制作交流</description>
    <copyright>Copyright(C) CSS论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 18 May 2026 17:06:07 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.divcss5.com/bbs/images/logo.gif</url>
      <title>CSS论坛</title>
      <link>http://www.divcss5.com/bbs/</link>
    </image>
    <item>
      <title>怎么方便利用重复的模块</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=4259</link>
      <description><![CDATA[我是个美工小菜鸟，在切图时做静态页时，如果10几个2级页面时，有的一个模块要反复的被用，虽然说可以引用同一个样式，但是位置不同，有的标签还是得重新定义，我还得给它在命名，好麻烦呀，球高手赐教。 ...]]></description>
      <category>CSS模板制作交流</category>
      <author>我是传奇</author>
      <pubDate>Fri, 01 Nov 2013 15:14:13 +0000</pubDate>
    </item>
    <item>
      <title>DEDE 调用论坛帖子的方法</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=3988</link>
      <description><![CDATA[
       {dede:sql sql=&quot;SELECT`cdb_attachments`.`aid`,`cdb_attachments`.`attachment`,`cdb_threads`.`tid`, `cdb_threads`.`fid`,`cdb_threads`.`subject` FROM `cdb_attachments` LEFT JOIN `cdb_threads`
       ON`cdb_threads`.`tid`=`cdb_attachments`.`tid`]]></description>
      <category>CSS模板制作交流</category>
      <author>divcss5</author>
      <pubDate>Tue, 26 Mar 2013 02:12:46 +0000</pubDate>
    </item>
    <item>
      <title>[视频教程]网页制作第一讲——html标记语法基础！</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=2673</link>
      <description><![CDATA[]]></description>
      <category>CSS模板制作交流</category>
      <author>web886521</author>
      <pubDate>Tue, 24 Jul 2012 08:24:23 +0000</pubDate>
    </item>
    <item>
      <title>网页上的三角形 学会后分享下</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=1665</link>
      <description><![CDATA[]]></description>
      <category>CSS模板制作交流</category>
      <author>ligui3345</author>
      <pubDate>Wed, 07 Mar 2012 08:04:47 +0000</pubDate>
    </item>
    <item>
      <title>用CSS使图片自适应显示宽度</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=1638</link>
      <description><![CDATA[核心提示：公司的项目中需要显示由用户提供URI链接的图片，可是预先无法获知图片的尺寸大小，如果图片尺寸过大将会影响页面布局。最理想的解决方案自然是自动生成缩略图，涉及的后台工作较为复杂，用CSS进行控制是一个可以接受的捷径。

公司的项目中需要显示由用户提供URI链接的图片，可 ...]]></description>
      <category>CSS模板制作交流</category>
      <author>cnmdin</author>
      <pubDate>Thu, 01 Mar 2012 06:11:26 +0000</pubDate>
    </item>
    <item>
      <title>wordpress底部信息修改</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=1276</link>
      <description><![CDATA[wordpress每个主题的footer.php(底部)都不一样，我想改一下底部的信息，还有就是底部信息都在右边不在中间，我的底部源代码放上来，大家帮我看看怎么改。





		
		 WordPress
		 Mflat
		]]></description>
      <category>CSS模板制作交流</category>
      <author>挖空心思</author>
      <pubDate>Mon, 21 Nov 2011 06:38:41 +0000</pubDate>
    </item>
    <item>
      <title>div css第一步是做什么啊？我是新手不知道从哪做起啊？郁闷</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=1168</link>
      <description><![CDATA[有人说说步骤吗？]]></description>
      <category>CSS模板制作交流</category>
      <author>skyouzy</author>
      <pubDate>Thu, 03 Nov 2011 02:03:04 +0000</pubDate>
    </item>
    <item>
      <title>CSS3打造阴影和图片倾斜效果</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=909</link>
      <description><![CDATA[阴影效果

box-shadow: #333 3px 3px 4px;
-moz-box-shadow: #333 3px 3px 4px;
-webkit-box-shadow: #333 3px 3px 4px;

角度(Degrees)
角度范围从0~360度(deg)，当然，也可以是负数，如果是负数则逆时针。如下的CSS代码：

.image_test_1, .image_test_5 { -moz-transform: rotate( ...]]></description>
      <category>CSS模板制作交流</category>
      <author>lycos</author>
      <pubDate>Tue, 09 Aug 2011 08:58:15 +0000</pubDate>
    </item>
    <item>
      <title>我们的html代码更有意义</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=872</link>
      <description><![CDATA[大家好，今天给大家分享的是让我们的html代码更有意义。希望大家能够喜欢。

为什么说要我们的代码更有意义呢？

就是最近发现很多同学们学习div+css有一个误区，现在想分享给大家一下。

web标准的目的是让我们的网页代码更加精简更加有意义。我们好不容易从table表格中解脱出来，不 ...]]></description>
      <category>CSS模板制作交流</category>
      <author>jimmy905</author>
      <pubDate>Fri, 29 Jul 2011 10:51:01 +0000</pubDate>
    </item>
    <item>
      <title>用Margin还是用Padding</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=702</link>
      <description><![CDATA[用margin还是用padding这个问题是每个学习CSS进阶时的必经之路。

CSS边距属性定义元素周围的空间。通过使用单独的属性，可以对上、右、下、左的外边距进行设置。也可以使用简写的外边距属性同时改变所有的外边距。——W3School
边界(margin)：元素周围生成额外的空白区。“空白 ...]]></description>
      <category>CSS模板制作交流</category>
      <author>yangbys</author>
      <pubDate>Thu, 02 Jun 2011 15:56:43 +0000</pubDate>
    </item>
    <item>
      <title>CSS切图重构价格参考表</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=570</link>
      <description><![CDATA[]]></description>
      <category>CSS模板制作交流</category>
      <author>divcss5</author>
      <pubDate>Fri, 06 May 2011 06:28:53 +0000</pubDate>
    </item>
    <item>
      <title>discuz 6.1如何去掉论坛友情链接中的括号[]</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=555</link>
      <description><![CDATA[discuz 6.1版的论坛，首页底部友情链接，每个友情链接带有“  改成其它符号也不错喔。]]></description>
      <category>CSS模板制作交流</category>
      <author>douban001</author>
      <pubDate>Tue, 03 May 2011 04:43:24 +0000</pubDate>
    </item>
    <item>
      <title>【招聘】CSS+DIV从入门到精通图书兼职作者</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=385</link>
      <description><![CDATA[【招聘】CSS+DIV从入门到精通图书兼职作者

本公司是业内知名IT图书策划出版公司，正在运作一本CSS+DIV网页样式与布局从入门到精通相关图书。想征求CSS+DIV设计高手参与编写。有意者请将个人介绍和联系方式(QQ或MSN)发到本人邮箱macuilhy@sina.cn。 ...]]></description>
      <category>CSS模板制作交流</category>
      <author>634749</author>
      <pubDate>Fri, 04 Mar 2011 07:28:09 +0000</pubDate>
    </item>
    <item>
      <title>每位网页设计师新手都应知道的10件事</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=249</link>
      <description><![CDATA[在做网站时会遇到很多的问题，所以网页设计师通常要扮演多种角色，并且要掌握如何构建一个有效实用的。]]></description>
      <category>CSS模板制作交流</category>
      <author>divcss5文采</author>
      <pubDate>Wed, 29 Dec 2010 06:42:07 +0000</pubDate>
    </item>
    <item>
      <title>css上传服务器后严重错位</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=236</link>
      <description><![CDATA[为什么在浏览器里预览css是显示正常的，而上传到服务器上后，错位严重。

在dreamweaver里布局也是错位的，我是按360浏览器显示来布局的，在360、IE7里显示是正常的，但是上传到服务器后就错位了，还有我设置了背景颜色的，上传服务器后也不显示。。。

请高人指点，谢谢！！ ...]]></description>
      <category>CSS模板制作交流</category>
      <author>aimilin0529</author>
      <pubDate>Tue, 28 Dec 2010 07:42:38 +0000</pubDate>
    </item>
    <item>
      <title>善于抓住社会热点，你也能做好网络推广</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=194</link>
      <description><![CDATA[]]></description>
      <category>CSS模板制作交流</category>
      <author>覃玉</author>
      <pubDate>Mon, 13 Dec 2010 12:37:13 +0000</pubDate>
    </item>
    <item>
      <title>分析二个原因：百度最近为什么频频变化</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=164</link>
      <description><![CDATA[]]></description>
      <category>CSS模板制作交流</category>
      <author>罗片</author>
      <pubDate>Tue, 30 Nov 2010 14:43:13 +0000</pubDate>
    </item>
    <item>
      <title>dedecms主要目录结构</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=147</link>
      <description><![CDATA[DEDECMS系统文件结构说明 -方便使用与网页模板制作

根目录    
/dede    管理后台目录 
/freelist    自由文档列表生成目录 
/html    默认文章生成目录 
/include    程序核心文件目录 
/member    会员管理目录 
/plus    插件及辅助功能目录 
/setup    安装目录 
/speci ...]]></description>
      <category>CSS模板制作交流</category>
      <author>douban001</author>
      <pubDate>Fri, 19 Nov 2010 05:20:30 +0000</pubDate>
    </item>
    <item>
      <title>为dedecms增加栏目文章统计功能代码-CSS模板制作</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=146</link>
      <description><![CDATA[DEDECMS 网页CSS模板制作技巧

第一种方法： 
1、 修改include/inc_arcpart_view.php文件 
找到function ParseTemplet()函数 
修改为： 
function ParseTemplet() 
{ 
if(!is_array($this-&gt;dtp-&gt;CTags)) return &quot;&quot;; 
foreach($this-&gt;dtp-&gt;CTags as $tagid=&gt;$ctag) 
{]]></description>
      <category>CSS模板制作交流</category>
      <author>douban001</author>
      <pubDate>Fri, 19 Nov 2010 05:17:18 +0000</pubDate>
    </item>
    <item>
      <title>DEDEcms CSS模板制作技巧</title>
      <link>http://www.divcss5.com/bbs/viewthread.php?tid=145</link>
      <description><![CDATA[1. 

2.登录后显示的内容模板：/member/loginsta.php这个文件

3. DEDECMS会员登录后跳转地址的修改:文件: /member/index_do.php
大约第 335 行
ShowMsg(&quot;成功登录，转到进入页面...&quot;,$gourl,0,2000);
大约第 347 行
ShowMsg(&quot;成功退出登录！&quot;,&quot;login.php&quot;,0,2000);
$gourl , login ...]]></description>
      <category>CSS模板制作交流</category>
      <author>douban001</author>
      <pubDate>Fri, 19 Nov 2010 05:16:14 +0000</pubDate>
    </item>
  </channel>
</rss>