<?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>ZENVERSE &#187; Design Tips</title>
	<atom:link href="http://zenverse.net/category/design-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Mon, 26 Jul 2010 13:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Crop A Repeating Stripe Pattern</title>
		<link>http://zenverse.net/how-to-crop-a-repeating-stripe-pattern/</link>
		<comments>http://zenverse.net/how-to-crop-a-repeating-stripe-pattern/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:13:18 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[crop]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=1386</guid>
		<description><![CDATA[You are wasting bandwidth if you save a repeating stripe pattern at its full size because you can actually make it repeat itself using its smaller part. In the long run, you can save a lot of bandwidth. In this tutorial, I am using Photoshop to crop a repeating stripe pattern. Let's start with fixed-height repeating stripe pattern.]]></description>
			<content:encoded><![CDATA[<p>You are wasting bandwidth if you save a repeating stripe pattern at its full size because you can actually make it repeat itself using its smaller part. In the long run, you can save a lot of bandwidth. In this tutorial, I am using Photoshop to crop a repeating stripe pattern. Let&#8217;s start with fixed-height repeating stripe pattern.</p>
<h3>Fixed-Height Repeating Stripe Pattern</h3>
<p>How to use a repeating stripe pattern as the background image for a fixed-height DIV? Let&#8217;s take the stripe image below as an example. </p>
<p><img src="http://zenverse.net/wp-content/uploads/2009/12/yellowstripe.gif" alt="" /></p>
<p><strong>Step 1</strong><br />
Open the image in photoshop, duplicate the layer so that you now have 2 layers of yellow stripes.</p>
<p>Choose the new duplicated layer, use your keyboard right arrow key to move the layer to the right, pixels by pixels (as shown below)</p>
<p><img src="http://zenverse.net/wp-content/uploads/2009/12/croppattern_01.gif" alt="" /></p>
<p><strong>Step 2</strong><br />
Keep moving it to the right until you saw the images &#8220;combined&#8221; &#8211; same as the original image. Now hold your Ctrl key and click on the duplicated layer&#8217;s thumbnail to select its path.</p>
<p><img src="http://zenverse.net/wp-content/uploads/2009/12/croppattern_02.gif" alt="" /></p>
<p><strong>Step 3</strong><br />
Now hide the duplicated layer by clicking on the layer visibility area (the &#8220;eye&#8221;). Next, choose the original stripe layer and press Delete to delete a part of the image in the selection.</p>
<p><img src="http://zenverse.net/wp-content/uploads/2009/12/croppattern_03.gif" alt="" /></p>
<p><strong>Step 4</strong><br />
Use the Crop Tool to select the remaining part of the original layer, right click and select Crop. You can now save it as the background image of the DIV and set it to repeat-x in css.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p1386code1'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p13861"><td class="code" id="p1386code1"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.stripe</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">stripe.gif</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-repeat</span><span style="color: #00AA00;">:</span><span style="color: #993333;">repeat-x</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<h5>Live Demo</h5>
<div style="border:2px solid #dddddd;width:600px;height:100px;background-repeat:repeat-x;background-image:url(http://zenverse.net/wp-content/uploads/2009/12/stripe.gif);"></div>
<p>The DIV above uses this image <img src="http://zenverse.net/wp-content/uploads/2009/12/stripe.gif" alt="" /> as background.</p>
<h3>Fluid-Height Repeating Stripe Pattern</h3>
<p>How to use a repeating stripe pattern as the background image for a DIV which is not fixed in height? This will be covered in the next part of this tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/how-to-crop-a-repeating-stripe-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 Halftone Brushes for Photoshop</title>
		<link>http://zenverse.net/11-halftone-brushes-for-photoshop/</link>
		<comments>http://zenverse.net/11-halftone-brushes-for-photoshop/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 03:45:34 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[halftone]]></category>
		<category><![CDATA[photoshop brush]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=378</guid>
		<description><![CDATA[I used to be a polka dot lover but recently I fell in love with halftone pattern. I realised that I need some halftone brushes for my future theme design, so I started to search for them. After hours of searching, I've come out with this : a compilation of some really great halftone brushes, and most importantly, they are free.]]></description>
			<content:encoded><![CDATA[<p>I used to be a polka dot lover but recently I fell in love with halftone pattern. I realised that I need some halftone brushes for my future theme design, so I started to search for them. After hours of searching, I&#8217;ve come out with this : a compilation of some really great halftone brushes, and most importantly, they are free.</p>
<h3>Env1ro</h3>
<p><img src="http://img33.imageshack.us/img33/4390/env1ro1.jpg" alt="" /><br />
The first pack consists of 13 brushes of average 400-500 pixels big. It contains some alphabets such as X, S and V, etc.</p>
<p><a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/art/Halftone-brushes-80790955">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/">Author</a></p>
<p><img src="http://img33.imageshack.us/img33/6499/env1ro2.jpg" alt="" /><br />
Brushes of average 650 pixels. It contains shapes and symbol such as bubble, circle, sun, etc. with halftone pattern.<br />
<a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/art/Halftone-2-brushes-90816104">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/">Author</a></p>
<p><img src="http://img234.imageshack.us/img234/2921/env1ro3.jpg" alt="" /><br />
The third pack has high resolution brushes as they are really big. All of them are 2500 pixels which is the maximum size for brushes. Suitable for big design.<br />
<a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/art/HALFTONEThree-115668984">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://env1ro.deviantart.com/">Author</a></p>
<h3>jstoltz</h3>
<p><img src="http://img234.imageshack.us/img234/1750/jstoltz.jpg" /><br />
Average size 600 &#8211; 700 pixels. All brushes have small circles.<br />
<a rel="nofollow" target="_blank" href="http://jstoltz.deviantart.com/art/Halftone-Photoshop-Brushes-101995929">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://jstoltz.deviantart.com/">Author</a></p>
<h3>revn89</h3>
<p><img src="http://img56.imageshack.us/img56/2174/revn89.jpg" /><br />
Consists of mostly small brushes of shapes like circle, star, heart, etc. Special thing about this brush pack? The big &#038; great halftone gradient.<br />
<a rel="nofollow" target="_blank" href="http://revn89.deviantart.com/art/Revnart-Halftone-116795855">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://revn89.deviantart.com/">Author</a></p>
<h3>ohgalore</h3>
<p><img src="http://img234.imageshack.us/img234/286/ohgalore.jpg" /><br />
It has brushes to make halftone border. Maximum size of 500 pixels.<br />
<a rel="nofollow" target="_blank" href="http://ohgalore.deviantart.com/art/Halftone-Brushes-62391515">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://ohgalore.deviantart.com/">Author</a></p>
<h3>Redheadstock</h3>
<p><img src="http://img523.imageshack.us/img523/4506/redheadstock.jpg" /><br />
Really big brushes with awesome shapes.<br />
<a rel="nofollow" target="_blank" href="http://redheadstock.deviantart.com/art/Retro-Vectors-Brushes-87764237">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://redheadstock.deviantart.com/">Author</a></p>
<h3>Renacido</h3>
<p><img src="http://img31.imageshack.us/img31/3884/renacido.jpg" /><br />
<a rel="nofollow" target="_blank" href="http://renacido.deviantart.com/art/Dither-pak-99573681">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://renacido.deviantart.com/">Author</a></p>
<h3>Stockgraphicdesigns.com</h3>
<p><img src="http://img10.imageshack.us/img10/8896/stockgraphicdesigns.jpg" /><br />
An uncommon halftone brush pack because the circles were replaced by other shapes like hearts, stars, water drops, etc.<br />
<a rel="nofollow" target="_blank" href="http://qbrushes.com/misc/halftone-brushes/">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://stockgraphicdesigns.com">Author</a></p>
<h3>Szuia</h3>
<p><img src="http://img523.imageshack.us/img523/6250/szuia.jpg" /><br />
Brushes to make halftone corner and side (border).<br />
<a rel="nofollow" target="_blank" href="http://szuia.deviantart.com/art/halftone-brushes-71878886">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://szuia.deviantart.com/">Author</a></p>
<h3>Faeth-Design</h3>
<p><img src="http://img132.imageshack.us/img132/755/faethdesign.jpg" /><br />
Contains custom shapes like stars, heart, circle, etc.<br />
<a rel="nofollow" target="_blank" href="http://faeth-design.deviantart.com/art/Halftone-brush-73165267">Brush Details &#038; Download</a> | <a rel="nofollow" target="_blank" href="http://faeth-design.deviantart.com/">Author</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/11-halftone-brushes-for-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>23 Free &amp; Great Comic Fonts for Cartoon-like Design</title>
		<link>http://zenverse.net/23-free-great-comic-cartoon-fonts/</link>
		<comments>http://zenverse.net/23-free-great-comic-cartoon-fonts/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:28:51 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=337</guid>
		<description><![CDATA[To create a comic or cartoon-like design, you would need comic fonts. Different fonts have different uses in comics, some were used in dialogue, some in sound effect, etc. ]]></description>
			<content:encoded><![CDATA[<h3>Qixstix</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=3408"><img src="http://img200.imageshack.us/img200/597/qixstix.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.1001fonts.com/member_profile.html?author_id=86566">Joanne Taylor</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=3408">Downloads</a> available : Windows TrueType only</p>
<h3>Indie Star BB</h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_indiestar.shtml"><img src="http://img182.imageshack.us/img182/7192/indiestarbb.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_indiestar.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>lazyday</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=3391"><img src="http://img182.imageshack.us/img182/2434/lazyday.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://billyargel.blogspot.com/">Billy Argel</a><br />
Type : Demoware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=3391">Downloads</a> available : Windows TrueType only</p>
<h3>Starguide</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=3395"><img src="http://img117.imageshack.us/img117/2400/starguide.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://starguides.com.br/">Luciana Morin</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=3395">Downloads</a> available : Windows TrueType only</p>
<h3>10 cent soviet</h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_10centsoviet.shtml"><img src="http://img27.imageshack.us/img27/5861/10centsoviet.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_10centsoviet.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Warmonger BB </h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_warmonger.shtml"><img src="http://img129.imageshack.us/img129/1702/warmongerbb.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_warmonger.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Village Idiot </h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2928"><img src="http://img129.imageshack.us/img129/8506/villageidiot.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2928">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Creative Block BB</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2858"><img src="http://img198.imageshack.us/img198/8173/creativeblock.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2858">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Fat Stack</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2658"><img src="http://img56.imageshack.us/img56/8929/fatstack.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2658">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>PizzaBot</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2459"><img src="http://img190.imageshack.us/img190/1268/pizzabot.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.pizzadude.dk/">pizzadude</a><br />
Type : Demoware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2459">Downloads</a> available : Windows TrueType only</p>
<h3>OilBats-Basic 0.5 beta</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2296"><img src="http://img190.imageshack.us/img190/9540/oilbats.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://dibujado.atspace.org/">dibujado</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2296">Downloads</a> available : Windows TrueType, Windows PostScript</p>
<h3>Mail Ray Stuff 1.0</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2230"><img src="http://img172.imageshack.us/img172/1870/mailraystuff.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.larabiefonts.com/">Ray Larabie</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2230">Downloads</a> available : Windows TrueType, Mac PostScript</p>
<h3>Fancy footwork 2</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=1887"><img src="http://img56.imageshack.us/img56/9894/fancyfootworku.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.pizzadude.dk/">pizzadude</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=1887">Downloads</a> available : Windows TrueType, Mac TrueType</p>
<h3>Betty Noir</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=2100"><img src="http://img56.imageshack.us/img56/5533/bettynoir.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=2100">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Yoshitoshi</h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_yoshitoshi.shtml"><img src="http://img190.imageshack.us/img190/2696/yoshitoshi.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_yoshitoshi.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Twelve Ton Goldfish</h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_12tongoldfish.shtml"><img src="http://img104.imageshack.us/img104/6695/12tongoldfish.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_12tongoldfish.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Umberto</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=1316"><img src="http://img30.imageshack.us/img30/8693/umberto.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=1316">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Massive Headache 3</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=1244"><img src="http://img198.imageshack.us/img198/4602/massiveheadache.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.pizzadude.dk/">pizzadude</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=1244">Downloads</a> available : Windows TrueType, Mac TrueType</p>
<h3>Twelve Ton Sushi</h3>
<p><a rel="nofollow" target="_blank" href="http://www.blambot.com/font_12tonsushi.shtml"><img src="http://img268.imageshack.us/img268/4774/12tonssushi.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.blambot.com/font_12tonsushi.shtml">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Munster Bash 2</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=1239"><img src="http://img37.imageshack.us/img37/8031/munsterbash.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.pizzadude.dk/">pizzadude</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=1239">Downloads</a> available : Windows TrueType, Mac TrueType</p>
<h3>MilkCocoa</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=719"><img src="http://img30.imageshack.us/img30/382/milkcocoa.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://saru.fontavenue.com">sRB-Powers</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=719">Downloads</a> available : Windows TrueType only</p>
<h3>AnimeAce</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=667"><img src="http://img182.imageshack.us/img182/3606/animeace.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=667">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Space Pointiff</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=665"><img src="http://img117.imageshack.us/img117/3064/spacepointiff.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.blambot.com/">Blambot</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=665">Downloads</a> available : Windows TrueType, Mac TrueType, Mac PostScript</p>
<h3>Hypmotizin 1.0</h3>
<p><a rel="nofollow" target="_blank" href="http://www.1001fonts.com/font_details.html?font_id=85"><img src="http://img213.imageshack.us/img213/5290/hypmotizin.gif" /></a><br />
Author : <a rel="nofollow" target="_blank" href="http://www.orion-online.com.au/greywolf/ (not found)">Rich Gast</a><br />
Type : Freeware<br />
<a rel="nofollow" href="http://www.1001fonts.com/font_details.html?font_id=85">Downloads</a> available : Windows TrueType, Mac TrueType</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/23-free-great-comic-cartoon-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix Unclickable Links When You Use PNG as Background Image in MSIE</title>
		<link>http://zenverse.net/how-to-fix-unclickable-links-when-you-use-png-as-background-image-in-internet-explorer/</link>
		<comments>http://zenverse.net/how-to-fix-unclickable-links-when-you-use-png-as-background-image-in-internet-explorer/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 03:41:17 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[msie]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[png24]]></category>
		<category><![CDATA[unclickable]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=403</guid>
		<description><![CDATA[You must have applied <em>filter:progid:DXImageTransform.Microsoft.AlphaImageLoader</em> to the css and found that the links became unclickable. In fact the solution was found...]]></description>
			<content:encoded><![CDATA[<p>You must have applied <em>filter:progid:DXImageTransform.Microsoft.AlphaImageLoader</em> to the css and found that the links became unclickable. In fact the solution was found by a great coder.</p>
<p>In case you can&#8217;t find <a rel="nofollow" target="_blank" href="http://www.twinhelix.com/css/iepngfix/demo/">the solution</a> using the correct keywords (through web search), here&#8217;s the rewritten guide from that website.</p>
<h3>The Guide</h3>
<h4>1. Loading an IE-Only CSS Stylesheet</h4>
<p>We need to load another stylesheet if the visitor is using Internet Explorer. In this example, I call it ie.css. Paste these codes before &lt;/head> tag.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p403code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p4032"><td class="code" id="p403code2"><pre class="html" style="font-family:monospace;">&lt;!--[if IE]&gt;
&lt;link href=&quot;ie.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;![endif]--&gt;</pre></td></tr></table></div>

<h4>2. Tells MSIE to Load a Behaviour File</h4>
<p>Open up ie.css and paste the following codes into it.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p403code3'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p4033"><td class="code" id="p403code3"><pre class="css" style="font-family:monospace;">img<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.pngfix</span> <span style="color: #00AA00;">&#123;</span>
	behavior<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;iepngfix.htc&quot;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>You can assign the behaviour to more elements by using comma. For example :</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p403code4'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p4034"><td class="code" id="p403code4"><pre class="css" style="font-family:monospace;">img<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.pngfix</span><span style="color: #00AA00;">,</span> div<span style="color: #00AA00;">,</span> p <span style="color: #00AA00;">&#123;</span>
	behavior<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;iepngfix.htc&quot;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<h4>3. Get the Behaviour File &#038; Blank.gif</h4>
<blockquote><h5>Download &#038; Save</h5>
<p><a target="_blank" rel="nofollow" href="http://www.twinhelix.com/css/iepngfix/demo/iepngfix.htc">The behaviour file</a> | <a target="_blank" href="http://www.twinhelix.com/css/iepngfix/demo/blank.gif">blank.gif</a></p></blockquote>
<p>Save them to your folder. If you want to put the blank.gif into another folder, make sure you edit the path in iepngfix.htc</p>
<h4>4. How to use it?</h4>
<p>Everything is kinda automatic now, depends on which element you assign the behaviour to. </p>
<p>An example based on the css above :</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p403code5'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p4035"><td class="code" id="p403code5"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;pngfix&quot; style=&quot;background-image:url(images/SEE_I_HAVE_PNG_AS_BACKGROUND.png);&quot;&gt;
..content..
&lt;/div&gt;</pre></td></tr></table></div>

<p>I assigned a class called &#8220;pngfix&#8221; to the div that has PNG image as background.</p>
<h4>5. Side Notes</h4>
<p>I placed blank.gif in a folder called &#8220;images&#8221; and of course I would have to edit the htc file. However, I used &#8220;images/blank.gif&#8221; instead of &#8220;/images/blank.gif&#8221; as suggested by the author because it doesn&#8217;t work (at least for me).</p>
<h4>6. I got an javascript alert &#8211; IEPNGFix: Children of positioned element are unclickable:&#8230;</h4>
<p>Most probably the element that uses PNG as background-image <strong>has its CSS position set</strong>. In my case, my div has position:relative and it throws this alert to me.</p>
<p>How do I fix it? I created another div inside the div with PNG image as background-image and apply position:relative to the inner div.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p403code6'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p4036"><td class="code" id="p403code6"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;DIV_WITH_PNG_BACKGROUND&quot; class=&quot;pngfix&quot;&gt;
&lt;div class=&quot;the_fix&quot; style=&quot;position:relative;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;</pre></td></tr></table></div>

<p>To avoid the alert, you have to remove any CSS position if your div uses PNG image as background.<br />
Note that the position:relative was given to the inner div instead of the outer. </p>
<h3>The Great Coder</h3>
<p>All credits to <a rel="nofollow" target="_blank" href="http://www.twinhelix.com/css/iepngfix/demo/">Angus Turnbull</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/how-to-fix-unclickable-links-when-you-use-png-as-background-image-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Preload Multiple Images using CSS for Smooth &amp; Instant Rollover Effect</title>
		<link>http://zenverse.net/preload-multiple-images-using-css-for-rollover-hover/</link>
		<comments>http://zenverse.net/preload-multiple-images-using-css-for-rollover-hover/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:33:30 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[preload]]></category>
		<category><![CDATA[rollover]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=304</guid>
		<description><![CDATA[To improve your website's design or user experience, you might need to preload some images for smooth hover or rollover. Instead of using javascript to preload the images, we can do that using CSS.]]></description>
			<content:encoded><![CDATA[<p>To improve your website&#8217;s design or user experience, you might need to preload some images for smooth hover or rollover. Instead of using javascript to preload the images, we can do that using CSS.</p>
<h4>1. A container that hold the images to be preloaded</h4>
<p>The HTML :</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p304code7'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p3047"><td class="code" id="p304code7"><pre class="html" style="font-family:monospace;">....
&lt;body&gt;
&lt;div class=&quot;preload&quot;&gt;
&lt;img src=&quot;IMAGE_TO_PRELOAD_1&quot; /&gt;
&lt;img src=&quot;IMAGE_TO_PRELOAD_2&quot; /&gt;
&lt;img src=&quot;IMAGE_TO_PRELOAD_3&quot; /&gt;
&lt;/div&gt;
...
...</pre></td></tr></table></div>

<p>The CSS:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p304code8'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p3048"><td class="code" id="p304code8"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.preload</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><strong>EXPLAINATION</strong></p>
<ul>
<li>We place the container after &lt;body&gt; and assign an absolute position to it because usually there will not be anything at that position.</li>
<li>We make the container 1 pixel width and height so that visitors cannot see it. </li>
<li>Besides, we need to set its overflow to hidden so that the overflow wouldn&#8217;t be visible.</li>
<li>Lastly, change its visibility to hidden so that the container is invisible (but it is still there and most importantly it loads)</li>
</ul>
<p>&nbsp;</p>
<h4>2. Demo &#038; Rollover Code</h4>
<div style="position:absolute;top:0px;left:0px;width:1px;height:1px;visibility:hidden;overflow:hidden;">
<img src="http://zenverse.net/wp-content/uploads/2009/06/csshover_2.jpg" /></div>
<p>Demo:<br />
<img src="http://zenverse.net/wp-content/uploads/2009/06/csshover_1.jpg" onmouseout="this.src='http://zenverse.net/wp-content/uploads/2009/06/csshover_1.jpg'" onmouseover="this.src='http://zenverse.net/wp-content/uploads/2009/06/csshover_2.jpg'" /></p>
<p>The Code:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p304code9'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p3049"><td class="code" id="p304code9"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;position:absolute;top:0px;left:0px;width:1px;height:1px;visibility:hidden;overflow:hidden;&quot;&gt;
&lt;img src=&quot;http://zenverse.net/wp-content/uploads/2009/06/csshover_2.jpg&quot; /&gt;&lt;/div&gt;
&nbsp;
&lt;img src=&quot;http://zenverse.net/wp-content/uploads/2009/06/csshover_1.jpg&quot; onmouseout=&quot;this.src='http://zenverse.net/wp-content/uploads/2009/06/csshover_1.jpg'&quot; onmouseover=&quot;this.src='http://zenverse.net/wp-content/uploads/2009/06/csshover_2.jpg'&quot; /&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/preload-multiple-images-using-css-for-rollover-hover/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Flash-like Floor Tile using Photoshop</title>
		<link>http://zenverse.net/creating-a-simple-flash-like-floor-tile-using-photoshop/</link>
		<comments>http://zenverse.net/creating-a-simple-flash-like-floor-tile-using-photoshop/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 14:31:55 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[flash-like]]></category>
		<category><![CDATA[floor]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[tile]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=147</guid>
		<description><![CDATA[In this tutorial, I will share with you guys my way to create a Flash-like floor tile using Adobe Photoshop.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I will share with you guys my way to create a Flash-like <strong>floor tile</strong> using Photoshop.</p>
<h3>Sample</h3>
<p><img src="http://img188.imageshack.us/img188/59/step52.gif" alt="" /></p>
<p><a href="#download">Jump straight to Download (PSD)</a></p>
<h3>Step-by-step Guide</h3>
<h4>1. Make a triangle</h4>
<p>Make a triangle facing downward using Polygon Tools. I am using this:</p>
<p><img src="http://img13.imageshack.us/img13/3743/step1g.gif" alt="" /></p>
<p>Now, select the triangle layer and press <strong>Ctrl + T</strong> to do a free transform. Increase its width to 250% using the menu on top.</p>
<p>Result: <img src="http://img268.imageshack.us/img268/4589/step11.gif" alt="" /></p>
<h4>2. Make a rectangle as the floor tile&#8217;s thickness</h4>
<p>Now, make a rectangle using Rectangle Tool. Make sure your rectangle is not too thick and has the same width as the triangle.<br />
Put the rectangle just on top of the triangle.</p>
<p>Result: <img src="http://img26.imageshack.us/img26/7665/step2l.gif" alt="" /></p>
<h4>3. Completes the shape of floor tile</h4>
<p>Duplicate the triangle&#8217;s layer (from step 1) and flip it vertically. Put it just on top of the rectangle and we need to distort it now.</p>
<ul>
<li>Select the new triangle&#8217;s layer</li>
<li>Press Ctrl + T</li>
<li>Right Click on the triangle</li>
<li>Choose Distort</li>
<li>Set its height to 67%</li>
</ul>
<p><img src="http://img19.imageshack.us/img19/4349/step3r.gif" alt="" /></p>
<p>Now, of course, move it down and put it just on top of the rectangle.</p>
<p>Result: <img src="http://img15.imageshack.us/img15/3438/step31.gif" alt="" /></p>
<h4>4. Merge the layers</h4>
<p>You might want to duplicate the layers (as backup) before merging the 3 layers.</p>
<p>Now merge them and apply layer effect to it as follow.</p>
<blockquote><p>
<strong>Color Overlay</strong><br />
- All default settings except changing the colour to <u>White</u></p>
<p><strong>Stroke</strong><br />
- All default settings except changing the colour to <u>727272</u><br />
- This is a 3 pixels border, change it as you wish</p></blockquote>
<div style="width:570px;overflow:hidden">
<img src="http://img29.imageshack.us/img29/8243/step4i.png" alt="" /></div>
<h4>5. Make it 3D</h4>
<p>Use Polygonal Lasso Tool to make a selection that look like this:</p>
<p><img src="http://img195.imageshack.us/img195/7236/step5.gif" alt="" /></p>
<p>Now fill it with black colour and set its opacity to 14%.</p>
<p>Make another one as in the picture below:</p>
<p><img src="http://img37.imageshack.us/img37/9052/step51.gif" alt="" /></p>
<p>Now fill it with black colour and set its opacity to 8%.</p>
<p>Play around with their opacity until you are satisfied.</p>
<p>Result: <img src="  http://img188.imageshack.us/img188/59/step52.gif  " alt="" /></p>
<h4>6. It&#8217;s done. Now decorate your own piece of floor tile.</h4>
<p>Here&#8217;s some floor tiles I&#8217;ve made earlier.</p>
<p><img src="http://img13.imageshack.us/img13/728/step6.gif" alt="" /></p>
<p><img src="http://img268.imageshack.us/img268/6924/step61.gif" alt="" /></p>
<h3>Download the PSD<a name="download"></a></h3>
<blockquote><a rel="nofollow" href="http://zenverse.net/wp-content/plugins/download-monitor/download.php?id=4" title="Flash-like Floor Tile (PSD) has been downloaded 100 times">Flash-like Floor Tile (PSD) </a><br />[ Downloaded 100 times | 20.07 KB ]</blockquote>
<p>Thank you for reading <img src='http://zenverse.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/creating-a-simple-flash-like-floor-tile-using-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a Fancy Search Box using CSS</title>
		<link>http://zenverse.net/create-a-fancy-search-box-using-css/</link>
		<comments>http://zenverse.net/create-a-fancy-search-box-using-css/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 09:14:39 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fancy]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[searchbox]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=100</guid>
		<description><![CDATA[Nowadays, most websites come with a search box to improve surfing experience. To make your website looks good, beside having a nice looking theme, you would need a fancy search box to replace the classic ones.]]></description>
			<content:encoded><![CDATA[<p>Nowadays, most websites come with a search box to improve surfing experience. To make your website looks good, beside having a nice looking theme, you would need a fancy search box to replace the classic ones.</p>
<h3>Let&#8217;s start</h3>
<h4>1. Design your own search box</h4>
<p><img src="http://img196.imageshack.us/img196/5701/searchbox.jpg" alt="" /><br />
In this example, I will use this as my search box.</p>
<h4>2. Crop it out</h4>
<p>Make sure the background color outside the search box is the same as your design. Now crop the <strong>whole</strong> search box out.</p>
<p>result: <img src="http://img196.imageshack.us/img196/5701/searchbox.jpg" alt="" /></p>
<h4>3. Create a blank image as submit button</h4>
<p><img src="http://img196.imageshack.us/img196/690/10017207.jpg" alt="" /><br />
The picture above explained all.</p>
<h4>4. HTML codes for the search box</h4>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p100code10'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p10010"><td class="code" id="p100code10"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;searchwrapper&quot;&gt;&lt;form action=&quot;&quot;&gt;
&lt;input type=&quot;text&quot; class=&quot;searchbox&quot; name=&quot;s&quot; value=&quot;&quot; /&gt;
&lt;input type=&quot;image&quot; src=&quot;THE_BLANK_SUBMIT_BUTTON_IMAGE&quot; class=&quot;searchbox_submit&quot; value=&quot;&quot; /&gt;
&lt;/form&gt;
&lt;/div&gt;</pre></td></tr></table></div>

<p>Replace the &#8220;THE_BLANK_SUBMIT_BUTTON_IMAGE&#8221; with the image at step 3.</p>
<h4>5. CSS codes for my search box</h4>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p100code11'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p10011"><td class="code" id="p100code11"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#searchwrapper</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">310px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*follow your image's size*/</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">40px</span><span style="color: #00AA00;">;</span><span style="color: #808080; font-style: italic;">/*follow your image's size*/</span>
<span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>THE_SEARCH_BOX_IMAGE<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-repeat</span><span style="color: #00AA00;">:</span><span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#searchwrapper</span> form <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span> <span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.searchbox</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">9px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">256px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">28px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.searchbox_submit</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*important*/</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">265px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">32px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">28px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Basically what&#8217;s going on :<br />
<strong>#searchwrapper</strong> wrap the whole search box, carrying the whole search box image as its background image.<br />
<strong>.searchbox</strong> is the text area to enter search keyword, given a transparent background and no border.<br />
<strong>.searchbox_submit</strong> is the submit button, also given a transparent background and no border. </p>
<p><strong><em><u>NOTE:</u></em></strong><br />
Both <strong>.searchbox</strong> and <strong>.searchbox_submit</strong> have been given an absolute position, you should modify their position, width and height according to your own search box.</p>
<p><img src="http://img5.imageshack.us/img5/2875/unfftitled1.jpg" alt="" /></p>
<h3>That&#8217;s it.</h3>
<p>Feel free to reply here <img src='http://zenverse.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/create-a-fancy-search-box-using-css/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
