<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>河南新华电脑学院 - CSS+DIV特区</title>
    <link>http://bbs.hn-xinhua.com/showforum-13.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 河南新华电脑学院</copyright>
    <generator>Discuz! NT</generator>
    <pubDate>Thu, 08 Jan 2009 17:28:43 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>感觉不错。可以看看哈</title>
    <description><![CDATA[CSS hack浏览器兼容一览表
http://www.w3cn.org/article/tips/2006/120.html]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-2034.aspx</link>
      <category>CSS+DIV特区</category>
      <author>胡盼relax</author>
      <pubdate>2008-10-14 15:21:03</pubdate>
    </item>
    <item>
      <title>ie6注释引起的问题</title>
    <description><![CDATA[问题：div框架里的文字在IE6中出现溢出现象，IE7和FF都显示正常，经过测试，发现这似乎与FLOAT浮动
 有关，只要把相应div中的float去掉，就可以显示正常，可缺少了float，在FF下就无法正常显示div的位
 置，确实让......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1719.aspx</link>
      <category>CSS+DIV特区</category>
      <author>杜丽红</author>
      <pubdate>2008-4-16 17:12:31</pubdate>
    </item>
    <item>
      <title>好玩的</title>
    <description><![CDATA[ HBcms宏博内容管理系统，免费php建站系统
http://www.hbcms.com/?referrer_id=74655
 企业产品展示型网站，第2天开通网站后台，5个工作日内完工！
http://www.hbcms.com/main/company_suite.html?referrer_id=74......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1925.aspx</link>
      <category>CSS+DIV特区</category>
      <author>于瑞攀</author>
      <pubdate>2008-8-11 20:01:47</pubdate>
    </item>
    <item>
      <title>CSS特效代码之background-position另类用法</title>
    <description><![CDATA[&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;q......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1711.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-14 8:21:11</pubdate>
    </item>
    <item>
      <title>澄清display:inline;与float:left;的用途</title>
    <description><![CDATA[首先我们要明确，display:inline;与float:left;正确含义。display:inline;(内联)《CSS权威指南》中文字显示：任何不是块级元素的可见元素都是内联元素。其表现的特性是“行布局”形式，这里的“行布局”的意思就是说......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1710.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-14 8:02:26</pubdate>
    </item>
    <item>
      <title>用CSS实现的文字竖排效果</title>
    <description><![CDATA[&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; c&amp;gt;
&amp;lt;title&amp;gt;网页特效|Linkweb.cn/Js|---用CSS实现的文字竖排效果&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
 &amp;lt;body&amp;gt;
 &amp;lt;div st......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1698.aspx</link>
      <category>CSS+DIV特区</category>
      <author>薛雷雷</author>
      <pubdate>2008-4-11 19:02:57</pubdate>
    </item>
    <item>
      <title>DIV+CSS学习之margin缩进法</title>
    <description><![CDATA[示例：DIV页面布局(margin-left方法) 顶部
中间左边
中间右边

底部
代码：

&amp;lt;STYLE type=text/css&amp;gt;
&amp;lt;!--
#top,#left,#right,#bottom
{
background:#CCCCCC;
height:120px;
}
#top,#index,#b......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1685.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-10 21:38:36</pubdate>
    </item>
    <item>
      <title>CSS样式表中SPAN和DIV的区别</title>
    <description><![CDATA[SPAN 和 DIV 的区别在于，DIV(division)是一个块级元素，可以包含段落、标题、表格，乃至诸如章节、摘要和备注等。而SPAN 是行内元素，SPAN 的前后是不会换行的，它没有结构的意义，纯粹是应用样式，当其他行内元素都......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1684.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-10 21:35:57</pubdate>
    </item>
    <item>
      <title>div+css设计网页时浮动问题的解决方法</title>
    <description><![CDATA[方法一：

使用块级clear，即声明一个块的类属性为.clear {clear:both;}

方法二：

使用内联元素清理，比如说在主浮动内容后跟一个内联元素。

.inlineclear {clear:both;}
&amp;lt;span class=&amp;quot;inlinecl......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1683.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-10 21:33:52</pubdate>
    </item>
    <item>
      <title>用DIV+CSS布局网页表单的一个例子</title>
    <description><![CDATA[CSS：

body{font-size:12px; line-height:1.9; text-align:center;}
#info{border:1px solid #006699; background:#F9EBBB; text-align:left; margin:10px auto; width:300px; padding:10px 10px 10px 110px;}
......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1682.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-10 21:32:24</pubdate>
    </item>
    <item>
      <title>用DIV+CSS实现网页排版中新闻列表的制作方法</title>
    <description><![CDATA[CSS代码:
.list{
margin: 0px 10px 20px;
text-align: left; 
}

.list ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.list li{
background: url(/news/images/line.gif) repeat-x botto......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1681.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-10 21:30:39</pubdate>
    </item>
    <item>
      <title>IE捉迷藏bug详解</title>
    <description><![CDATA[IE捉迷藏bug（peek-a-boo），之所以起这个名称是因为在某些条件下文本看起来消失了，只有在重新装载页面时才再度出现。出现这个bug的条件是：一个浮动元素后而跟着一些非浮动元素，然后是一个清理元素，所有这些元素......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1672.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-9 8:01:11</pubdate>
    </item>
    <item>
      <title>li列表项标签中插入图片浮动出现的一种奇怪现象</title>
    <description><![CDATA[如下面的案例，若只对图片应用浮动，FF下一切正常，但IE总多出来一行：
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1671.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-9 7:57:41</pubdate>
    </item>
    <item>
      <title>background-color奇怪的进入相临元素</title>
    <description><![CDATA[我们仅设置了大块的背景色，正文部分是与大块相邻的一个元素。奇怪的是大块的背景色却进入了正文部分。解决的办法是给其中的一个元素加上position:relative;可以消除此现象。

&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1670.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-9 7:55:51</pubdate>
    </item>
    <item>
      <title>一行内文本超出指定宽度溢出的处理</title>
    <description><![CDATA[一般的文字截断（适用于内联与块）：


.text-overflow {
display:block;/*内联对象需加*/
width:31em;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1669.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-9 7:53:55</pubdate>
    </item>
    <item>
      <title>正确的使用margin:0 auto与body{text-align:center;}实现元素居中</title>
    <description><![CDATA[body{text-align:center}与margin:0 auto的异同？这是一个对齐上的迷惑，刚开始的时候或许大家对它们都不是很理解。我们通过下面的一些小例子来了解他们到底有什么区别，应该在什么样的情形下正确的使用body{text-al......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1668.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-9 7:50:12</pubdate>
    </item>
    <item>
      <title>实现让多个DIV排列时居中</title>
    <description><![CDATA[&amp;lt;?xml version=1.0 encoding=iso-8859-1?&amp;gt;&amp;lt;!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;gt;&amp;lt;html xmlns=http://www.w3.org......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1639.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-3 8:15:51</pubdate>
    </item>
    <item>
      <title>CSS+DIV设计实例：纯CSS制作下拉导航菜单</title>
    <description><![CDATA[以下是引用片段：
&amp;lt;style type=text/css&amp;gt;
.menu {
font-family: verdana, sans-serif; 
width:750px; 
position:relative; 
font-size:0.85em;
padding-bottom:250px;
}
.menu ul {
padding:0; 
ma......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1638.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-3 8:14:00</pubdate>
    </item>
    <item>
      <title>CSS+DIV设计实例：不同色链接和其下划线</title>
    <description><![CDATA[以下是引用片段：
&amp;lt;style type=text/css&amp;gt;
a{ color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover { color:#FF0000; text-decoration:underline;}
a span ......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1637.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-3 8:10:50</pubdate>
    </item>
    <item>
      <title>CSS+DIV网页特效欣赏：非常酷的角BANNER</title>
    <description><![CDATA[Top Right Banner Style
#topright { 
position: absolute; 
right: 0; 
top: 0; 
display: block; 
height: 125px; 
width: 125px; 
background: url(TRbanner.gif) no-repeat; 
text-indent: -999em; 
t......]]></description>
      <link>http://bbs.hn-xinhua.com/showtopic-1636.aspx</link>
      <category>CSS+DIV特区</category>
      <author>罗艾淋</author>
      <pubdate>2008-4-3 8:09:33</pubdate>
    </item>
  </channel>
</rss>