<?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>TechBuji.com &#187; CSS</title>
	<atom:link href="http://www.techbuji.com/tips/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbuji.com/tips</link>
	<description>Web 2.0 and Tech News</description>
	<lastBuildDate>Wed, 07 Dec 2011 17:40:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS coding conventions</title>
		<link>http://www.techbuji.com/tips/2011/05/24/css-coding-conventions/</link>
		<comments>http://www.techbuji.com/tips/2011/05/24/css-coding-conventions/#comments</comments>
		<pubDate>Mon, 23 May 2011 18:31:08 +0000</pubDate>
		<dc:creator>TechBuji</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.techbuji.com/tips/?p=2183</guid>
		<description><![CDATA[CSS Naming Conventions Basic Rules 1. Use small letters to name classes and id&#8217;s . eg: #footer, .round 2. a.  Use hyphen (-) to separate mutiple words. eg: #main-container, .round-box,...]]></description>
			<content:encoded><![CDATA[<p><strong>CSS Naming Conventions</strong></p>
<p><span style="text-decoration: underline;">Basic Rules</span></p>
<p><strong>1. </strong>Use small letters to name classes and id&#8217;s . eg: #footer, .round</p>
<p><strong>2.</strong><br />
a.  Use hyphen (-) to separate mutiple words. eg: #main-container, .round-box,</p>
<p>Or</p>
<p>b. Use uppercase to separate multiple words. eg: #mainContainer, .roundBox</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2011/05/24/css-coding-conventions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThickBox IE7 positioning bug fix</title>
		<link>http://www.techbuji.com/tips/2008/12/12/thickbox-ie7-positioning-bug-fix/</link>
		<comments>http://www.techbuji.com/tips/2008/12/12/thickbox-ie7-positioning-bug-fix/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:16:22 +0000</pubDate>
		<dc:creator>thoma</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[ngg]]></category>
		<category><![CDATA[thickbox]]></category>

		<guid isPermaLink="false">http://techbuji.com/tips/?p=68</guid>
		<description><![CDATA[The fix is posted in http://wordpress.org/support/topic/170320?replies=12#post-741557. I am just copying it for easy reference. Look in thickbox/thickbox.css Around line 50, change all the below #TB_window { position: fixed; background: #ffffff;...]]></description>
			<content:encoded><![CDATA[<p>The fix is posted in <a href="http://wordpress.org/support/topic/170320?replies=12#post-741557" target="_blank">http://wordpress.org/support/topic/170320?replies=12#post-741557</a>.</p>
<p>I am just copying it for easy reference.</p>
<p>Look in thickbox/thickbox.css</p>
<p>Around line 50, change all the below<br />
<code><br />
#TB_window {<br />
position: fixed;<br />
background: #ffffff;<br />
z-index: 102;<br />
color:#000000;<br />
display:none;<br />
border: 4px solid #525252;<br />
text-align:left;<br />
top:50%;<br />
left:50%;<br />
}</code></p>
<p><code>To</code></p>
<p><code>#TB_window { /* my IE7 Hack*/<br />
position: fixed;<br />
background: #ffffff;<br />
z-index: 102;<br />
color:#000000;<br />
display:none;<br />
border: 4px solid #525252;<br />
text-align:left;<br />
bottom:10%;<br />
left:50%;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2008/12/12/thickbox-ie7-positioning-bug-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Fixed Width Rounded Box with CSS</title>
		<link>http://www.techbuji.com/tips/2008/11/10/simple-fixed-width-rounded-box-with-css/</link>
		<comments>http://www.techbuji.com/tips/2008/11/10/simple-fixed-width-rounded-box-with-css/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:36:12 +0000</pubDate>
		<dc:creator>TechBuji</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[round box]]></category>

		<guid isPermaLink="false">http://techbuji.com/tips/?p=29</guid>
		<description><![CDATA[Here is a simple fixed width css rounded box. Download Live Example Sample Rounded Box The Rounded Box will look like this. This rounded box uses two background images, one...]]></description>
			<content:encoded><![CDATA[<p>Here is a simple fixed width css rounded box.</p>
<p style="padding-left: 30px;"><a title="CSS Rounded Box" href="http://www.techbuji.com/tutorials/css-rounded-box/css rounded box.zip" target="_blank">Download</a> <a href="http://www.bikes4sale.in" target="_blank">Live Example</a> <a title="CSS Rounded Box" href="http://www.techbuji.com/tutorials/css-rounded-box/css rounded box.zip" target="_blank"><br />
</a></p>
<p><span style="text-decoration: underline;"><strong>Sample Rounded Box</strong></span></p>
<p>The Rounded Box will look like this. This rounded box uses two background images, one at the top and the other at the bottom.</p>
<p><!-- .rbox { width: 188px; /*The width of the images */ background-image: url('/tutorials/css-rounded-box/rboxBottom.gif'); background-position: bottom; background-repeat: no-repeat; border-bottom: solid 1px white; /*If this is omitted, it wont work in Firefox*/ } .rbox .heading { padding-left: 10px; height: 26px; line-height: 26px; /*To middle align the text */ background-image: url('/tutorials/css-rounded-box/rboxHead.gif'); border-bottom: solid 1px #cccccc; } .rbox .boxContent { margin-bottom: 18px; /* The height of the bottom image*/ border-right: solid 1px #cccccc; border-left: solid 1px #cccccc; padding: 10px; } --></p>
<div class="rbox">
<div class="heading">Rounded Box</div>
<div class="boxContent">This is a simple, fixed width rounded box.</p>
<p>This uses 3 divs, 2 images and 3 css classes.</p>
<p>Tested in Firefox 3+, IE6, IE7, Opera 9.6, Safari 3 and Google Chrome</p>
</div>
</div>
<p><span style="text-decoration: underline;"><strong>HTML Markup</strong></span></p>
<pre>&lt;div class="rbox"&gt;
&lt;div class="heading"&gt; Rounded Box &lt;/div&gt;
&lt;div class="boxContent"&gt;
Your content goes here
&lt;/div&gt;
&lt;/div&gt;</pre>
<p><strong><span style="text-decoration: underline;">CSS Code</span></strong></p>
<pre>.rbox {
width: 188px; /*The width of the images */
background-image: url('rboxBottom.gif');
background-position: bottom;
background-repeat: no-repeat;
border-bottom: solid 1px white; /*If this is omitted, it wont work in Firefox*/
}
.rbox .heading {
padding-left: 10px;
background-image: url('rboxHead.gif');
border-bottom: solid 1px #cccccc;
}
.rbox .boxContent {
margin-bottom: 18px; /* The height of the bottom image*/
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
padding: 10px;
}</pre>
<p style="padding-left: 30px;"><a title="CSS Rounded Box" href="http://www.techbuji.com/tutorials/css-rounded-box/css rounded box.zip" target="_blank">Download</a> <a href="http://www.bikes4sale.in" target="_blank">Live Example</a> <a title="CSS Rounded Box" href="http://www.techbuji.com/tutorials/css-rounded-box/css rounded box.zip" target="_blank"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2008/11/10/simple-fixed-width-rounded-box-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

