<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>I'm Emment - xhtml CSS</title><link>http://www.imemment.com/</link><description>欢迎地球外的生命光临，一起维护宇宙和平 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80722</generator><language>zh-CN</language><copyright>Copyright www.imemment.com. Some Rights Reserved.</copyright><pubDate>Mon, 06 Sep 2010 08:33:45 +0800</pubDate><item><title>解决IE6、IE7在CSS中设置最小高度遇到的问题</title><author>emment@126.com (emment)</author><link>http://www.imemment.com/post/96.html</link><pubDate>Sat, 27 Feb 2010 23:44:35 +0800</pubDate><guid>http://www.imemment.com/post/96.html</guid><description><![CDATA[当设置某一个区域的最小高度为某个值的时候，在Firefox、IE6以及IE7中的表现并不一样。如果只是设定了min-height值，那么在IE6中不能识别；但设定了height值，在 IE7和Firefox中，位置就会固定了。这是一个很大的问题。那么为了协调各个浏览器和各个版本，我们怎样做才能解决最小高度的问题呢？<br/><br/>    .distance {<br/>    height:auto!important;<br/>    height:100px;<br/>    min-height:100px;<br/>    }]]></description><category>xhtml CSS</category><comments>http://www.imemment.com/post/96.html#comment</comments><wfw:comment>http://www.imemment.com/</wfw:comment><wfw:commentRss>http://www.imemment.com/feed.asp?cmt=96</wfw:commentRss><trackback:ping>http://www.imemment.com/cmdwxh.asp?act=tb&amp;id=96&amp;key=e2ffad3c</trackback:ping></item><item><title>CSS hack:区分IE6，IE7，firefox</title><author>emment@126.com (emment)</author><link>http://www.imemment.com/post/56.html</link><pubDate>Tue, 14 Apr 2009 16:51:29 +0800</pubDate><guid>http://www.imemment.com/post/56.html</guid><description><![CDATA[区别不同浏览器，CSS hack写法：<br/><br/>区别IE6与FF：<br/>       background:orange;*background:blue;<br/><br/>区别IE6与IE7：<br/>       background:green !important;background:blue;<br/><br/>区别IE7与FF：<br/>       background:orange; *background:green;<br/><br/>区别FF，]]></description><category>xhtml CSS</category><comments>http://www.imemment.com/post/56.html#comment</comments><wfw:comment>http://www.imemment.com/</wfw:comment><wfw:commentRss>http://www.imemment.com/feed.asp?cmt=56</wfw:commentRss><trackback:ping>http://www.imemment.com/cmdwxh.asp?act=tb&amp;id=56&amp;key=7da4e2e3</trackback:ping></item><item><title>用CSS 来控制元素显示和隐藏的要点</title><author>emment@126.com (emment)</author><link>http://www.imemment.com/post/3.html</link><pubDate>Mon, 17 Nov 2008 00:49:32 +0800</pubDate><guid>http://www.imemment.com/post/3.html</guid><description><![CDATA[<p class="code"><code>&lt;style&nbsp;type="text/css"&gt;<br/>&lt;!--<br/>.tooltips:hover{<br/>background:none;&nbsp;/*没有这个在IE中不可用*/<br/>}<br/>.tooltips&nbsp;p{<br/>display:&nbsp;none;<br/>}<br/>.tooltips:hover&nbsp;p{&nbsp;<br/>display:block;<br/>}<br/>--&gt;<br/>&lt;/style&gt;<br/>&lt;a&nbsp;class="tooltips"&nbsp;href="#tooltips"&gt;这就是Tooltips&lt;p&gt;如你所见，这些附加的说明文字在鼠标经过的时候显示。&lt;/p&gt;&lt;/a&gt;<br/></code></p>]]></description><category>xhtml CSS</category><comments>http://www.imemment.com/post/3.html#comment</comments><wfw:comment>http://www.imemment.com/</wfw:comment><wfw:commentRss>http://www.imemment.com/feed.asp?cmt=3</wfw:commentRss><trackback:ping>http://www.imemment.com/cmdwxh.asp?act=tb&amp;id=3&amp;key=bb225932</trackback:ping></item></channel></rss>
