<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bhee-hind the { codes } and the #projects &#187; html</title>
	<atom:link href="http://rubhee.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubhee.com</link>
	<description>Rubie Casana: random thoughts and stuff...</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:18:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unclickable Buttons in Safari and Chrome</title>
		<link>http://rubhee.com/2008/12/05/unclickable-buttons-in-safari-and-chrome/</link>
		<comments>http://rubhee.com/2008/12/05/unclickable-buttons-in-safari-and-chrome/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:39:29 +0000</pubDate>
		<dc:creator>Bhee</dc:creator>
				<category><![CDATA[button]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html label]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=19</guid>
		<description><![CDATA[I thought it&#8217;s the button that&#8217;s unclickable. Actually it&#8217;s the label that messes it up. This one doesn&#8217;t work: &#60;button type=&#8221;submit&#8221; name=&#8221;signin&#8221; class=&#8221;button&#8221; id=&#8221;signinb&#8221;&#62;&#60;label&#62;&#60;span&#62;Sign-In&#60;/span&#62;&#60;/label&#62;&#60;/button&#62; Workaround: &#60;button type=&#8221;submit&#8221; name=&#8221;signin&#8221; class=&#8221;button&#8221; id=&#8221;signinb&#8221;&#62;&#60;p&#62;&#60;span&#62;Sign-In&#60;/span&#62;&#60;/p&#62;&#60;/button&#62;]]></description>
			<content:encoded><![CDATA[<p>I thought it&#8217;s the button that&#8217;s unclickable. Actually it&#8217;s the label that messes it up.</p>
<p>This one doesn&#8217;t work:</p>
<p>&lt;button type=&#8221;submit&#8221; name=&#8221;signin&#8221; class=&#8221;button&#8221; id=&#8221;signinb&#8221;&gt;&lt;label&gt;&lt;span&gt;Sign-In&lt;/span&gt;&lt;/label&gt;&lt;/button&gt;</p>
<p>Workaround:</p>
<p>&lt;button type=&#8221;submit&#8221; name=&#8221;signin&#8221; class=&#8221;button&#8221; id=&#8221;signinb&#8221;&gt;&lt;p&gt;&lt;span&gt;Sign-In&lt;/span&gt;&lt;/p&gt;&lt;/button&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://rubhee.com/2008/12/05/unclickable-buttons-in-safari-and-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unordered list   in IE6</title>
		<link>http://rubhee.com/2008/11/03/unordered-list-in-ie6/</link>
		<comments>http://rubhee.com/2008/11/03/unordered-list-in-ie6/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 00:44:29 +0000</pubDate>
		<dc:creator>Bhee</dc:creator>
				<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=10</guid>
		<description><![CDATA[I am working on a website wherein i need to display a list in a block. It&#8217;s working well with Firefox but in IE6, it really sucks! The list-type isn&#8217;t displaying. After asking Google I got the solution: Here http://www.sitepoint.com/forums/showthread.php?p=3997492 Thanks Paul O&#8217;B for the idea! This is his solution: li {float:left;padding:0 10px} li a [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on a website wherein i need to display a list in a block. It&#8217;s working well with Firefox but in IE6, it really sucks! The list-type isn&#8217;t displaying. After asking Google I got the solution: <a href="http://www.sitepoint.com/forums/showthread.php?p=3997492">Here http://www.sitepoint.com/forums/showthread.php?p=3997492</a></p>
<p>Thanks <a class="bigusername" href="http://www.sitepoint.com/forums/member.php?u=25195"><span style="font-weight: bold; color: #336633;">Paul O&#8217;B</span></a> for the idea!</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 480px; max-width: 480px; height: 300px; text-align: left;" dir="ltr">This is his solution:

li {float:left;padding:0 10px}
li a {
  display:list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left:16px;
    color:#fff;
}

Here's mine:

.list li
{
	margin-left:0px;
	list-style:square;
	display: list-item;
	list-style-position: inside;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://rubhee.com/2008/11/03/unordered-list-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

