<?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>Fri, 03 Sep 2010 14:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Xenocode Browser Sandbox Review</title>
		<link>http://www.techbuji.com/tips/2009/08/20/xenocode-browser-sandbox-review/</link>
		<comments>http://www.techbuji.com/tips/2009/08/20/xenocode-browser-sandbox-review/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:28:46 +0000</pubDate>
		<dc:creator>TechBuji</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Startups]]></category>

		<guid isPermaLink="false">http://www.techbuji.com/tips/?p=1990</guid>
		<description><![CDATA[Xenocode Browser Sandbox is a great tool to test web pages in different browsers. You need not use 3 different machines to test websites in IE6,IE7 and IE8.  You can run any number of browsers from your machine. All you have to do is go to www.xenocode.com/Browsers , click on the browser&#8217;s icon which you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xenocode.com/Browsers/" target="_blank">Xenocode Browser Sandbox</a> is a great tool to test web pages in different browsers. You need not use 3 different machines to test websites in IE6,IE7 and IE8.  You can run any number of browsers from your machine.</p>
<p>All you have to do is go to <a href="http://www.xenocode.com/Browsers/" target="_blank">www.xenocode.com/Browsers</a> , click on the browser&#8217;s icon which you have to run. They will prompt you to install a plugin (spoon plugin). After installing the plugin, restart your browser and click on the browser&#8217;s icon again and the browser will be started.</p>
<p>You can run IE6, IE7 and IE8 simultaneously.</p>
<p><strong>Plus Points : </strong>Great tool. Saves a lot of time. You can start the browsers from Firefox also.</p>
<p><strong>Drawbacks : </strong>They frequently update the plugin. So you will have to install the latest plugin frequently. And the plugin exe will be run every time you start Windows. You will have to manually remove that from msconfig. And some text boxes in IE6 wont work properly when run through Xenocode. I have seen IE6 crashes also.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbuji.com/tips/2009/08/20/xenocode-browser-sandbox-review/feed/</wfw:commentRss>
		<slash:comments>1</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; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; } To #TB_window { /* my IE7 Hack*/ position: fixed; background: #ffffff; z-index: 102; [...]]]></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>0</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 at the top and the other at the bottom. .rbox { width: 188px; /*The width of the images */ background-image: url('/tutorials/css-rounded-box/rboxBottom.gif'); background-position: bottom; background-repeat: no-repeat; [...]]]></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>
<style type="text/css">
.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; }
</style>
<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>
