<?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>Graphics Overload</title>
	<atom:link href="http://graphicsoverload.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://graphicsoverload.com/blog</link>
	<description>Capture customers with graphics that convert!</description>
	<lastBuildDate>Tue, 23 Feb 2010 17:56:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running Borders with a CSS</title>
		<link>http://graphicsoverload.com/blog/running-borders-with-a-css/</link>
		<comments>http://graphicsoverload.com/blog/running-borders-with-a-css/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>
		<category><![CDATA[Using CSS]]></category>
		<category><![CDATA[Creating Borders with CSS]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=472</guid>
		<description><![CDATA[This is one of experiments i tried with CSS and it came off really well. It&#8217;s a neat little trick which if used properly can give you amazing results.  See the demo page below.
Demo Code
&#160;

Creating the border
To create the border we will be using a website called stripegenerator. It generates some cool lined patterns which [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of experiments i tried with CSS and it came off really well. It&#8217;s a neat little trick which if used properly can give you amazing results.  See the demo page below.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/runningborders/demoall.html" target="_blank">Demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/runningborders/runningborders.zip" target="_blank">Code</a></p>
<p class='clear'>&nbsp;</p>
<p><span id="more-472"></span></p>
<h2>Creating the border</h2>
<p>To create the border we will be using a website called <a href="http://www.stripegenerator.com">stripegenerator</a>. It generates some cool lined patterns which you can use in your projects. For our purpose we cannot use vertical or horizontal lines, the pattern must have some rotation to it. The default red and white one is good for us, so lets hit download and save the pattern. Now lets open the pattern in photoshop.</p>
<h2>Animating the pattern</h2>
<p>Now we need to animate the pattern in photoshop. To do that first lets open the animation window in photoshop its in windows &gt;&gt; animation.</p>
<p><img class="alignnone size-full wp-image-481" title="01" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/01.png" alt="" width="630" height="566" /></p>
<p><img class="alignnone size-full wp-image-482" title="02" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/02.png" alt="" width="630" height="148" /></p>
<p>Now we need to duplicate the background layer and name it 01.</p>
<p><img class="alignnone size-full wp-image-483" title="03" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/03.png" alt="" width="542" height="455" /></p>
<p><img class="alignnone size-full wp-image-484" title="04" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/04.png" alt="" width="542" height="455" /></p>
<p><img class="alignnone size-full wp-image-485" title="05" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/05.png" alt="" width="542" height="455" /></p>
<p><img class="alignnone size-full wp-image-486" title="06" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/06.png" alt="" width="542" height="455" /></p>
<p>Similarly we will make one more copy of layer 01 and name it 02.</p>
<p><img class="alignnone size-full wp-image-487" title="07" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/07.png" alt="" width="542" height="455" /></p>
<p>Now lets make the background layer black this works only as a visual guide when we animate the layers. Go into edit menu &gt;&gt; Fill, then fill it with black color.</p>
<p><img title="08" src="../wp-content/uploads/2010/02/08.png" alt="" width="460" height="686" /></p>
<p><img class="alignnone size-full wp-image-490" title="09" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/09.png" alt="" width="388" height="340" /></p>
<p><img class="alignnone size-full wp-image-491" title="10" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/10.png" alt="" width="388" height="340" /></p>
<p><img class="alignnone size-full wp-image-492" title="11" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/11.png" alt="" width="542" height="455" /></p>
<p>Now we hide layer 01 and move layer 02 to the extreme right of the canvas so that its completely out of it. You can use the right arrow key to precisely move it one pixel on each nudge.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/12.png" target="_blank"><img class="alignnone size-full wp-image-493" title="12" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/12.png" alt="" width="538" height="415" /></a></p>
<p>Now turn on visibility of layer 01 and select both the layers .</p>
<p><img class="alignnone size-full wp-image-494" title="13" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/13.png" alt="" width="599" height="458" /></p>
<p>In the animation window we need to create another frame.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/14.png" target="_blank"><img class="alignnone size-full wp-image-495" title="14" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/14.png" alt="" width="599" height="458" /></a></p>
<p><img class="alignnone size-full wp-image-488" title="15" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/15.png" alt="" width="599" height="458" /></p>
<p>Now its animation time. With both layers selected and frame 2 selected move the layers to the extreme left such that layer01 goes out of the canvas and layer 02 comes in completely on the canvas. To check that everything is perfect see to it that both frame 1 and 2 are exactly same. Reason why we do this is that we need to make a looping animation (animation which runs over and over again without jerk.) so most important in any animation loop is that first and the last frames are identical, hence its very important that frame 1 and frame 2 should look exactly same else your animation will be jerky.</p>
<p><a href="../wp-content/uploads/2010/02/16.png" target="_blank"><img title="16" src="../wp-content/uploads/2010/02/16.png" alt="" width="618" height="343" /></a></p>
<p>We will now be adding more frames to the animation called tweens or inbetweens a term came from classical animation. Tweens are nothing but frames between two main frames called keyframes, they are the inbetween instances of a frame which creates the illusion of movement. Below is a diagram which can explain you better.</p>
<p><img class="alignnone size-full wp-image-498" title="17" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/17.png" alt="" width="630" height="300" /></p>
<p>Suppose in our a ball moves from point A to point B in time then Points A &amp; B will be our KeyFrames and all the other frames along the motion path will be the inbetween frames.</p>
<p>Ok now with those animation basics off the plate and lets get on with our animation. From the animation pane click on the arrow at top right corner to open a options menu. Select the tween option.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/18.png" target="_blank"><img class="alignnone size-full wp-image-499" title="18" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/18.png" alt="" width="589" height="379" /></a></p>
<p>This is the how the tween options look like.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/19a.png" target="_blank"><img class="alignnone size-full wp-image-506" title="19a" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/19a.png" alt="" width="687" height="442" /></a></p>
<p>Here&#8217;s what each option means.</p>
<p><strong>Tweent with</strong>: By default it&#8217;s selection when more than one frames are selected. It simply means put new frames between the two main frames.</p>
<p><strong>Frames to Add</strong>: It specifies the number of frames to be added inbetween. By default its five but it can be any number.</p>
<p><strong>Layers </strong>: It specifies which layers will be affected by the tween. By default it&#8217;s <strong>All Layers</strong> we will keep it that way, but it can also be changed to affect a specific layer if we need.</p>
<p><strong>Parameters</strong>: Parameters are the properties which can be affected by tweens. In more easy way the properties of a layer that can be animated. By default all the checkboxes are checked, but for this tutorial we only focus on changing position so we uncheck opacity and effects boxes.</p>
<p>Here&#8217;s how we changed things in the tween dialogue. Just hit ok and it will create 15 frame in between frame 1 and 2.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/19.png" target="_blank"><img class="alignnone size-full wp-image-500" title="19" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/19.png" alt="" width="687" height="442" /></a></p>
<p>Now the animation part is almost done, next step we will do is to delete the last frame.</p>
<p><img class="alignnone size-full wp-image-501" title="20" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/20.png" alt="" width="700" height="182" /></p>
<p>The we add a little delay to all the frames. Delay means the animation will delay by a specific time fraction. To do that we select all the frames and click on the small black triangle on bottom right corner of each frame. It opens a few options choose 0.1 sec delay in that and we are done.</p>
<p><img class="alignnone size-full wp-image-502" title="21" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/21.png" alt="" width="700" height="182" /></p>
<p><img class="alignnone size-full wp-image-503" title="22" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/22.png" alt="" width="678" height="315" /></p>
<p>Below is the resulting animation.</p>
<p><img class="alignnone size-full wp-image-496" title="animatedscroll" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/animatedscroll.gif" alt="" width="40" height="40" /></p>
<h2>Building the Borders</h2>
<p>With pattern done now we will write the code to make all of this work. Below is the code for it.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;patternbox&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;div class=&quot;boxconts&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque &nbsp; adipiscing nisl vel magna accumsan bibendum. Vivamus pellentesque rutrum &nbsp; augue quis viverra. Donec non sollicitudin metus. Curabitur malesuada, &nbsp; dolor in aliquet sagittis, tellus arcu tempus lorem, sed vestibulum &nbsp; magna velit at felis.
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">Curabitur eu elit ac dui commodo egestas eu vel &nbsp; mauris. Cras ultrices enim ac eros bibendum tempus. Donec hendrerit &nbsp; accumsan erat vitae tristique. Mauris sit amet diam id odio accumsan &nbsp; interdum eu ac massa.&lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/div&gt;</div>
</li>
</ol>
</div>
<p>We made two simple boxes with some dummy content in it.</p>
<p><strong>Now for the CSS: </strong>We are using two classes here one called patternbox and other is called boxconts.</p>
<div class="geshi no css">
<div class="head">.patternbox{</div>
<ol>
<li class="li1">
<div class="de1">&nbsp; background<span class="re2">:url</span><span class="br0">&#40;</span>images/stripe4<span class="re1">.gif</span><span class="br0">&#41;</span> <span class="kw2">repeat</span> <span class="kw1">top</span> <span class="kw1">left</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; width<span class="re2">:<span class="re3">500px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin<span class="re2">:<span class="nu0">0</span></span> <span class="kw2">auto</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding<span class="re2">:<span class="re3">5px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re1">.boxconts</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding<span class="re2">:<span class="re3">10px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#FFFF99</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>.patternbox</strong>: This class places the animated gif as a background of the outer box. It also has a padding of 5px which acts as border width. You can increase it to get a thicker running border or you can reduce it to make border thinner.</p>
<p><strong>.boxconts : </strong>This class holds the contents of the box. Important property here is to put a bckground color to this one so that the animated pattern is not showing through the transparent box.<strong> </strong>You can see the results below with and without background color.<strong> </strong></p>
<p><strong><img class="alignnone size-full wp-image-510" title="25" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/25.png" alt="" width="576" height="297" /></strong></p>
<p><strong><img class="alignnone size-full wp-image-509" title="26" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/26.png" alt="" width="576" height="297" /></strong></p>
<p><a href="http://www.graphicsoverload.com/helpinghand/runningborders/demo.html" target="_blank">Click Here</a> to see the demo of what we created.<strong><br />
</strong></p>
<h2>Conclusion</h2>
<p>Trick here is the background color of the inner box which masks the animation giving us a running borders look. Nevertheless nice and handy little trick to give some great results you can see the all the demos below to see the possibilities on what all you can do with it.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/runningborders/demoall.html" target="_blank">Demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/runningborders/runningborders.zip" target="_blank">Code</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;Title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS&amp;desc=This%20is%20one%20of%20experiments%20i%20tried%20with%20CSS%20and%20it%20came%20off%20really%20well.%20It%27s%20a%20neat%20little%20trick%20which%20if%20used%20properly%20can%20give%20you%20amazing%20results.%C2%A0%20See%20the%20demo%20page%20below.%0D%0A%0D%0ADemo%20Code%0D%0A%26nbsp%3B%0D%0A%0D%0ACreating%20the%20border%0D%0ATo%20create%20the%20border%20we%20will%20be%20using%20a%20website%20called%20stripegenerator.%20It%20ge" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;submitHeadline=Running+Borders+with+a+CSS&amp;submitSummary=This%20is%20one%20of%20experiments%20i%20tried%20with%20CSS%20and%20it%20came%20off%20really%20well.%20It%27s%20a%20neat%20little%20trick%20which%20if%20used%20properly%20can%20give%20you%20amazing%20results.%C2%A0%20See%20the%20demo%20page%20below.%0D%0A%0D%0ADemo%20Code%0D%0A%26nbsp%3B%0D%0A%0D%0ACreating%20the%20border%0D%0ATo%20create%20the%20border%20we%20will%20be%20using%20a%20website%20called%20stripegenerator.%20It%20ge&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/running-borders-with-a-css/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;t=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;t=Running+Borders+with+a+CSS" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Running+Borders+with+a+CSS+-+http://b2l.me/g6vvk+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Running%20Borders%20with%20a%20CSS%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22This%20is%20one%20of%20experiments%20i%20tried%20with%20CSS%20and%20it%20came%20off%20really%20well.%20It%27s%20a%20neat%20little%20trick%20which%20if%20used%20properly%20can%20give%20you%20amazing%20results.%C2%A0%20See%20the%20demo%20page%20below.%0D%0A%0D%0ADemo%20Code%0D%0A%26nbsp%3B%0D%0A%0D%0ACreating%20the%20border%0D%0ATo%20create%20the%20border%20we%20will%20be%20using%20a%20website%20called%20stripegenerator.%20It%20ge%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/running-borders-with-a-css/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Running+Borders+with+a+CSS&amp;link=http://graphicsoverload.com/blog/running-borders-with-a-css/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS&amp;body=This%20is%20one%20of%20experiments%20i%20tried%20with%20CSS%20and%20it%20came%20off%20really%20well.%20It%27s%20a%20neat%20little%20trick%20which%20if%20used%20properly%20can%20give%20you%20amazing%20results.%C2%A0%20See%20the%20demo%20page%20below.%0D%0A%0D%0ADemo%20Code%0D%0A%26nbsp%3B%0D%0A%0D%0ACreating%20the%20border%0D%0ATo%20create%20the%20border%20we%20will%20be%20using%20a%20website%20called%20stripegenerator.%20It%20ge" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/running-borders-with-a-css/&amp;title=Running+Borders+with+a+CSS&amp;body=This%20is%20one%20of%20experiments%20i%20tried%20with%20CSS%20and%20it%20came%20off%20really%20well.%20It%27s%20a%20neat%20little%20trick%20which%20if%20used%20properly%20can%20give%20you%20amazing%20results.%C2%A0%20See%20the%20demo%20page%20below.%0D%0A%0D%0ADemo%20Code%0D%0A%26nbsp%3B%0D%0A%0D%0ACreating%20the%20border%0D%0ATo%20create%20the%20border%20we%20will%20be%20using%20a%20website%20called%20stripegenerator.%20It%20ge" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/running-borders-with-a-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a &#8220;Perfect Header&#8221;</title>
		<link>http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/</link>
		<comments>http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:06:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web page design]]></category>
		<category><![CDATA[Web {age Header Graphic]]></category>
		<category><![CDATA[Web page componet]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=364</guid>
		<description><![CDATA[A Header Graphic  is the most important part of your website.  Its the first thing that a user sees and if its awesome it can really hook the users into exploring your site further. Below are some useful text on how you can make a good header graphic or improve on you existing header graphic.
Relevant
The [...]]]></description>
			<content:encoded><![CDATA[<p>A Header Graphic  is the most important part of your website.  Its the first thing that a user sees and if its awesome it can really hook the users into exploring your site further. Below are some useful text on how you can make a good header graphic or improve on you existing header graphic.</p>
<h2>Relevant</h2>
<p>The header should be relevant to what the site is about. It should paint a picture about the site and hook the users at a glimpse. Below is a good example of the same.</p>
<p><a href="http://www.twitterbackgroundthemes.com/index.html" target="_blank"><img class="alignnone size-full wp-image-465" title="Twitter Background Themes" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/twitterheader.jpg" alt="Twitter Background Themes" width="630" height="277" /></a><br />
<!-- more --></p>
<h2>Clear and Sharp</h2>
<p>Header should be clean and sharp. It should convey a strong message about your site clearly. Below is a good example of it.</p>
<p><a href="http://graphicsoverload.com/" target="_blank"><img class="alignnone size-full wp-image-460" title="goheader" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/goheader.png" alt="Graphics Overload" width="630" height="148" /></a></p>
<h2>Placements</h2>
<p>On the header the placement of key elements is very important. Your logo can go to the far left and should be sufficiently big to be readable. The reason for putting it on left is that we are taught to read from left to right so we always start seeing a web interface from the far left to the right. The other graphical elements on the header like an image can come on the right as next our focus going to the right, so next best thing after logo should be on right. If the logo is in the center of the header then no other elements around it should be too prominent so that the logo retains more weight-age than surrounding elements.</p>
<p><a href="http://www.imtechtalk.com/" target="_blank"><img class="alignnone size-full wp-image-463" title="imtheader" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/imtheader.jpg" alt="IM Tech Talk" width="630" height="220" /></a></p>
<h2>Size</h2>
<p>While making a header graphic caution should be taken about its height, it should not be too big in height nor should be too small. The height proportion of the header must be such that its fully visible on almost all screen and on all different resolutions.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/cashtweethead.jpg" target="_blank"><img class="alignnone size-full wp-image-461" title="cashtweethead" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/cashtweethead.jpg" alt="Cashing in on Tweeter" width="630" height="209" /></a></p>
<h2>Functional</h2>
<p>Along with graphics if you can make the header more functional its a big plus. Functional means it has to perform certain operation like optin people in with a quick optin form or taking them to other pages of the site with a navigation bar. Header is like real estate of your site and you need to utilize it in best possible way as the first thing people are going see is your header and if they find what they looking for on your website right on the header your conversion rates will shoot up. Below are some good examples.</p>
<p><a href="http://www.dixiebrown.com/" target="_blank"><img class="alignnone size-full wp-image-462" title="dlheader" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/dlheader.jpg" alt="Dixie Brown" width="630" height="248" /></a></p>
<p><a href="http://premiumsitesforsale.com/" target="_blank"><img class="alignnone size-full wp-image-464" title="premhead" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/premhead.jpg" alt="Premium Sites for sale" width="630" height="283" /></a></p>
<h2>Conclusion</h2>
<p>So these are the few tips on what makes a good header. Post your comments and views about the articles and let us know how you like it.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;Title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22&amp;desc=A%20Header%20Graphic%C2%A0%20is%20the%20most%20important%20part%20of%20your%20website.%C2%A0%20Its%20the%20first%20thing%20that%20a%20user%20sees%20and%20if%20its%20awesome%20it%20can%20really%20hook%20the%20users%20into%20exploring%20your%20site%20further.%20Below%20are%20some%20useful%20text%20on%20how%20you%20can%20make%20a%20good%20header%20graphic%20or%20improve%20on%20you%20existing%20header%20graphic.%0D%0ARel" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;submitHeadline=How+to+make+a+%22Perfect+Header%22&amp;submitSummary=A%20Header%20Graphic%C2%A0%20is%20the%20most%20important%20part%20of%20your%20website.%C2%A0%20Its%20the%20first%20thing%20that%20a%20user%20sees%20and%20if%20its%20awesome%20it%20can%20really%20hook%20the%20users%20into%20exploring%20your%20site%20further.%20Below%20are%20some%20useful%20text%20on%20how%20you%20can%20make%20a%20good%20header%20graphic%20or%20improve%20on%20you%20existing%20header%20graphic.%0D%0ARel&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;t=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;t=How+to+make+a+%22Perfect+Header%22" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+make+a+%22Perfect+Header%22+-+http://b2l.me/gndw3+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22How%20to%20make%20a%20%22Perfect%20Header%22%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22A%20Header%20Graphic%C2%A0%20is%20the%20most%20important%20part%20of%20your%20website.%C2%A0%20Its%20the%20first%20thing%20that%20a%20user%20sees%20and%20if%20its%20awesome%20it%20can%20really%20hook%20the%20users%20into%20exploring%20your%20site%20further.%20Below%20are%20some%20useful%20text%20on%20how%20you%20can%20make%20a%20good%20header%20graphic%20or%20improve%20on%20you%20existing%20header%20graphic.%0D%0ARel%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+make+a+%22Perfect+Header%22&amp;link=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22&amp;body=A%20Header%20Graphic%C2%A0%20is%20the%20most%20important%20part%20of%20your%20website.%C2%A0%20Its%20the%20first%20thing%20that%20a%20user%20sees%20and%20if%20its%20awesome%20it%20can%20really%20hook%20the%20users%20into%20exploring%20your%20site%20further.%20Below%20are%20some%20useful%20text%20on%20how%20you%20can%20make%20a%20good%20header%20graphic%20or%20improve%20on%20you%20existing%20header%20graphic.%0D%0ARel" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/&amp;title=How+to+make+a+%22Perfect+Header%22&amp;body=A%20Header%20Graphic%C2%A0%20is%20the%20most%20important%20part%20of%20your%20website.%C2%A0%20Its%20the%20first%20thing%20that%20a%20user%20sees%20and%20if%20its%20awesome%20it%20can%20really%20hook%20the%20users%20into%20exploring%20your%20site%20further.%20Below%20are%20some%20useful%20text%20on%20how%20you%20can%20make%20a%20good%20header%20graphic%20or%20improve%20on%20you%20existing%20header%20graphic.%0D%0ARel" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/how-to-make-a-perfect-header-graphic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of Graphics</title>
		<link>http://graphicsoverload.com/blog/the-power-of-graphics/</link>
		<comments>http://graphicsoverload.com/blog/the-power-of-graphics/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:53:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple.com]]></category>
		<category><![CDATA[design aesthetics]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[silverbackapp.com]]></category>
		<category><![CDATA[weshootbottles.com]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=366</guid>
		<description><![CDATA[Improved Aesthetics


 
In today’s evolving internet world websites are becoming more and more graphical oriented.  We see all types of websites being made which are really stunning and graphical.  Graphics are a must for today’s new age websites. They improve the data representation and overall aesthetics of the website.

Below are some of the old and [...]]]></description>
			<content:encoded><![CDATA[<h2><a href="http://digitalmash.com/"></a><strong>Improved Aesthetics</strong></h2>
<p><strong><img class="alignnone size-full wp-image-410" title="Design Aesthetics" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/improvedasthetics1.jpg" alt="Design Aesthetics" width="630" height="301" /><br />
</strong></p>
<p><strong> </strong></p>
<p>In today’s evolving internet world websites are becoming more and more graphical oriented.  We see all types of websites being made which are really stunning and graphical.  Graphics are a must for today’s new age websites. They improve the data representation and overall aesthetics of the website.<br />
<span id="more-366"></span><br />
Below are some of the old and new versions of some well known companies. You can see the difference then and now.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/382938527_393ce11c30_b.jpg" target="_blank"><img class="alignnone size-full wp-image-396" title="Apple Old Website" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/382938527_393ce11c30_b.jpg" alt="Apple Old Website" width="507" height="717" /></a></p>
<p><a href="http://www.apple.com" target="_blank"><img class="size-full wp-image-400 " title="Apple.com" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Apple_1266245189748.jpg" alt="Apple.com" width="531" height="535" /></a></p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/yahoo.jpg" target="_blank"><img class="alignnone size-full wp-image-406" title="yahoo Old" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/yahoo.jpg" alt="yahoo Old" width="550" height="641" /></a></p>
<p><a href="http://www.yahoo.com" target="_blank"><img class="alignnone size-full wp-image-407" title="Yahoo.com" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Screenshot_6.png" alt="Yahoo.com" width="615" height="479" /></a></p>
<p>It’s evident that if you make a new website like in 1980 it ought to  fail as people are more use to seeing much more sophisticated and rich  graphical interfaces. So not using graphics is a total NO NO today.</p>
<h2>A Picture is worth “A Million Words”</h2>
<p><img class="alignnone size-full wp-image-416" title="Picture Perfect" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/pictureperfect2.jpg" alt="Picture Perfect" width="630" height="279" /></p>
<p>We use the term picture as image or graphic in this context. Right graphics can paint a clear picture in users mind about what’s the website is for. It can hook them to your site with one glimpse and they will certainly return to it and may refer site to others if they really like it. So having precise graphics is very important.</p>
<p>There is a lot of debate on use of graphics so as to make the website more usable. But a common sense technique is that website will be more usable if you place correct graphics at correct place on your website. You need to think about the user’s goal as to what he/she wants to achieve through your website and how easily they can find it on the site. Making them toil through the pages and click is that last thing you want your websites users to do. So graphics can be real boon to your site in guiding users through it and not frustrating them. Below are some good samples.</p>
<h3><a href="http://www.weshootbottles.com/" target="_blank">weshootbottles.com</a></h3>
<p><a href="http://www.weshootbottles.com/" target="_blank"><img class="alignnone size-full wp-image-419" title="we shoot bottles" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/weshootbottles.jpg" alt="we shoot bottles" width="630" height="316" /></a></p>
<h3><a href="http://silverbackapp.com/" target="_blank">silverbackapp.com</a></h3>
<h3><a href="http://silverbackapp.com/" target="_blank"><img title="silverback" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/silverback.jpg" alt="Silverback" width="630" height="469" /></a></h3>
<h2><strong>Using Fonts</strong></h2>
<p><strong><img class="alignnone size-full wp-image-423" title="Using Fonts" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/usingfonts1.png" alt="Using Fonts" width="630" height="245" /><br />
</strong></p>
<p>Using graphics for text element like healing can give them a rich look as compared to the default HTML jagged look. Below is a simple example of a headline text. We have used same font and same font size, but the former is plain HTML  and the latter is an image.</p>
<p><img class="alignnone size-full wp-image-424" title="Headline text" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/headlines.png" alt="Headline text" width="630" height="245" /></p>
<p>Image text is much smoother than plain HTML but the real deal now is that we can freely use any font, any color and any style for the text now. We can also use other graphics along with text to give it even more intriguing look. Below are some good samples of what all you can create.</p>
<p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/6-quickndirty-photoshop-text-effects-from-scratch/" target="_blank"><img class="alignnone size-full wp-image-426" title="Quick Gold" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/9.jpg" alt="Quick Gold" width="500" height="375" /></a></p>
<p><a href="http://www.photoshopessentials.com/photoshop-text/text-effects/plastic/" target="_blank"><img class="alignnone size-full wp-image-427" title="Plastic" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/final-result.gif" alt="Plastic" width="621" height="237" /></a></p>
<p><a href="http://10steps.sg/photoshop/create-a-3d-flowery-text-effect/" target="_blank"><img class="alignnone  size-full wp-image-428" title="10 Steps 3D Text" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/07.jpg" alt="10 Steps 3D Text" width="500" height="367" /></a></p>
<p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-high-quality-metal-3d-text-in-photoshop/" target="_blank"><img class="alignnone size-full wp-image-429" title="3D Text in Photoshop" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/03.jpg" alt="3D Text in Photoshop" width="500" height="331" /></a></p>
<p><a href="http://psd.tutsplus.com/text-effects-tutorials/create-a-spectacular-grass-text-effect-in-photoshop/" target="_blank"><img class="alignnone size-full wp-image-430" title="Grass Text" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/10.jpg" alt="Grass Text" width="500" height="313" /></a></p>
<p>A word of caution although it&#8217;s a good technique to use image headers they should not be overused. It can make a webpage very bulky in size and hampers the page load time. Also it&#8217;s not Search Engine friendly as they can&#8217;t understand data in image format, but it can be made understandable using the exact text as alternative text in HTML popularly called the alt tag.</p>
<h2>Freedom to create a rich look and feel</h2>
<p>With graphics your site can really come alive. There is so much freedom to use colors, various styles, textures etc. You can base your website on a theme or you can create something interesting which would be nice to look at and usable or you can your design in accordance to your product or content you selling. So with proper graphics there are unlimited design possibilities for your website’s interface. You can really give your website a personality, a feel which really flows seamlessly with the websites objectives.</p>
<p><a href="http://digitalmash.com/" target="_blank"><img class="alignnone size-full  wp-image-431" title="Digital Mash" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/digitalmash.jpg" alt="Digital Mash" width="630" height="490" /></a></p>
<p><a href="http://madebyelephant.com/" target="_blank"><img class="alignnone size-full wp-image-432" title="madebyelephant" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/madebyelephant.jpg" alt="Made By Elephant" width="630" height="398" /></a></p>
<p><a href="http://www.pasti.pl/" target="_blank"><img class="alignnone size-full wp-image-433" title="pasternak" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/pasternak.jpg" alt="pasternak" width="630" height="398" /></a></p>
<p><a href="http://www.taptaptap.com/" target="_blank"><img class="alignnone size-full wp-image-434" title="taptaptap" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/taptaptap.jpg" alt="Tap Tap Tap" width="630" height="609" /></a></p>
<h2>Conclusion</h2>
<p>Graphics Bestow power to your website. They are a must for new website. So we advice you to create great graphics to make good websites better and better websites excellent. We can help you with your graphic needs as well use the link below to let us help you with all your graphical needs.</p>
<p><a href="http://graphicsoverload.com/webreq.php?sub=Graphics" target="_blank"><img class="alignnone size-full wp-image-439" title="Order Your Custom Graphics Now" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/ordernow.jpg" alt="Order Your Custom Graphics Now" width="385" height="60" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;Title=The+Power+of+Graphics" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics&amp;desc=Improved%20Aesthetics%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%0D%0AIn%20today%E2%80%99s%20evolving%20internet%20world%20websites%20are%20becoming%20more%20and%20more%20graphical%20oriented.%C2%A0%20We%20see%20all%20types%20of%20websites%20being%20made%20which%20are%20really%20stunning%20and%20graphical.%C2%A0%20Graphics%20are%20a%20must%20for%20today%E2%80%99s%20new%20age%20websites.%20They%20improve%20the%20data%20representation%20a" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;submitHeadline=The+Power+of+Graphics&amp;submitSummary=Improved%20Aesthetics%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%0D%0AIn%20today%E2%80%99s%20evolving%20internet%20world%20websites%20are%20becoming%20more%20and%20more%20graphical%20oriented.%C2%A0%20We%20see%20all%20types%20of%20websites%20being%20made%20which%20are%20really%20stunning%20and%20graphical.%C2%A0%20Graphics%20are%20a%20must%20for%20today%E2%80%99s%20new%20age%20websites.%20They%20improve%20the%20data%20representation%20a&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/the-power-of-graphics/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;t=The+Power+of+Graphics" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;t=The+Power+of+Graphics" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=The+Power+of+Graphics+-+http://b2l.me/gg7f8+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22The%20Power%20of%20Graphics%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Improved%20Aesthetics%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%0D%0AIn%20today%E2%80%99s%20evolving%20internet%20world%20websites%20are%20becoming%20more%20and%20more%20graphical%20oriented.%C2%A0%20We%20see%20all%20types%20of%20websites%20being%20made%20which%20are%20really%20stunning%20and%20graphical.%C2%A0%20Graphics%20are%20a%20must%20for%20today%E2%80%99s%20new%20age%20websites.%20They%20improve%20the%20data%20representation%20a%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/the-power-of-graphics/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=The+Power+of+Graphics&amp;link=http://graphicsoverload.com/blog/the-power-of-graphics/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics&amp;body=Improved%20Aesthetics%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%0D%0AIn%20today%E2%80%99s%20evolving%20internet%20world%20websites%20are%20becoming%20more%20and%20more%20graphical%20oriented.%C2%A0%20We%20see%20all%20types%20of%20websites%20being%20made%20which%20are%20really%20stunning%20and%20graphical.%C2%A0%20Graphics%20are%20a%20must%20for%20today%E2%80%99s%20new%20age%20websites.%20They%20improve%20the%20data%20representation%20a" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/the-power-of-graphics/&amp;title=The+Power+of+Graphics&amp;body=Improved%20Aesthetics%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%0D%0AIn%20today%E2%80%99s%20evolving%20internet%20world%20websites%20are%20becoming%20more%20and%20more%20graphical%20oriented.%C2%A0%20We%20see%20all%20types%20of%20websites%20being%20made%20which%20are%20really%20stunning%20and%20graphical.%C2%A0%20Graphics%20are%20a%20must%20for%20today%E2%80%99s%20new%20age%20websites.%20They%20improve%20the%20data%20representation%20a" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/the-power-of-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Graphic Elements of a Squeeze Page</title>
		<link>http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/</link>
		<comments>http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Squeeze Page]]></category>
		<category><![CDATA[Graphic Elements]]></category>
		<category><![CDATA[Graphic elements of a squeeze page]]></category>
		<category><![CDATA[Graphics Attraction Factor]]></category>
		<category><![CDATA[how to create a website page]]></category>
		<category><![CDATA[Landing Page]]></category>
		<category><![CDATA[Order Now Buttons]]></category>
		<category><![CDATA[Web Page Buttons]]></category>
		<category><![CDATA[Web Page Footer]]></category>
		<category><![CDATA[website page]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=363</guid>
		<description><![CDATA[Questions are always asked about the graphic elements of what makes a good squeeze page or landing page.   Below I am going to address some items that perhaps answers your question and tell you what you need to create a successful and high converting Squeeze page.
The Graphics Attraction Factor
Graphics are the visual representation of what [...]]]></description>
			<content:encoded><![CDATA[<p>Questions are always asked about the graphic elements of what makes a good squeeze page or landing page.   Below I am going to address some items that perhaps answers your question and tell you what you need to create a successful and high converting Squeeze page.</p>
<h2>The Graphics Attraction Factor</h2>
<p>Graphics are the visual representation of what your website and product is about.  The quality of graphics has a direct impact on the value that is placed in the beholders eye of your product or service.<br />
<span id="more-363"></span></p>
<p>Therefore, graphics are and should be viwed as a strong component of the advertising appeal attraction factor.   Individual elements of your website graphics that comprise the appeal are clearly defined shapes/objects with  crisp colors that are bold and show a level of strength that demands the readers attention.</p>
<p>So making the graphics <strong>&#8220;Bold with Strong Colors&#8221;</strong> is an important aspect to consider in your squeeze page design.  Your header should make your audience understand what the site is about in one glimpse.  Graphics should enhance the aesthetics of the page and give it a nice balance and contrast. Below are some inspiring squeeze pages I came across.</p>
<p><a href="http://www.imtechtalk.com/" target="_blank"><img class="alignnone size-medium wp-image-372" title="Imtechtalk.com" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Screenshot_1-300x259.png" alt="Imtechtalk.com" width="300" height="259" /></a></p>
<p><a href="http://www.theviralsecret.com/"><img class="alignnone size-medium wp-image-374" title="Viral Secret" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Screenshot_2-300x232.png" alt="Viral Secret" width="300" height="232" /></a></p>
<h2>Prominent Buttons</h2>
<p>The <strong>Call to Action </strong>on a squeeze page has one focal point- to acquire information such as the name and email address of the viewer so that you can maintain contact with them.</p>
<p>The common call to action on a squeeze page is a optin box that is easily executed byt a optin button. Infact it needs to be the first thing viewer would like to click. Below are some examples of buttons.</p>
<p><img class="alignnone size-full wp-image-377" title="SignUp Button" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/button2.png" alt="SignUp Button" width="287" height="223" /></p>
<p><img class="alignnone size-full wp-image-376" title="Free Quote" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/button1.png" alt="Free Quote" width="277" height="130" /></p>
<h2>Matching Graphics</h2>
<p>Adding a visual of a product on a squeeze page that you are going to give away always adds to firm up what the view will be receiving as well the value of that product.  By adding graphics like E-books, DVD covers, DVD&#8217;s etc matching to the site design adds to consistent branding.</p>
<p>This is also a good way to make a statement to the quality of your product or service.  Uniform design helps to create a visual distinction of respect and value you as the product owner have for what you are sharing with your reader.</p>
<p>Below are some good examples of that.</p>
<p><a href="http://www.cbkprofitmachine.com/" target="_blank"><img class="alignnone size-full wp-image-380" title="Click Bank Profit Machine" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Screenshot_3.png" alt="Click Bank Profit Machine" width="406" height="565" /></a></p>
<p><a href="http://affiliatepounce.com/" target="_blank"><img class="alignnone size-full wp-image-381" title="Affiliate Pounce" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/Screenshot_5.jpg" alt="Affiliate Pounce" width="385" height="409" /></a></p>
<h2>Innovative Order Now Buttons</h2>
<p>Innovative design of order now buttons helps the user to find them better. They should be big and prominent with good contrast as compared to other graphics on the page. Below are some inspirational <strong>Order Now</strong> buttons.</p>
<p><img class="alignnone size-full wp-image-383" title="Order Now" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/orderbtn.jpg" alt="Order Now" width="411" height="228" /></p>
<p><img class="alignnone size-full wp-image-384" title="Order Now " src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/orderbtn2.jpg" alt="Order Now " width="628" height="190" /></p>
<h2>Equally Strong Footer</h2>
<p>As the header the footer of the page should be strong and matching to the overall concept of the page. Its important to maintain the same branding on header and footer. So the name or logo on the header should be the same on footer and should not differ in look and feel. Below are some good examples of footers.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/footer1.jpg" target="_blank"><img class="alignnone size-full wp-image-385" title="footer1" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/footer1.jpg" alt="footer1" width="610" height="104" /></a></p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/footer2.jpg" target="_blank"><img class="alignnone size-full wp-image-387" title="footer2" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/02/footer2.jpg" alt="footer2" width="610" height="75" /></a></p>
<h2>Conclusion</h2>
<p>Graphics are a must for any squeeze page and the right graphics can shoot your page&#8217;s success to never before heights. Not only they enhance aesthetics of the page but also help attract traffic towards your site. So to make a successful and beautiful landing page a perfect blend of all the graphic elements is a must have.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;Title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page&amp;desc=Questions%20are%20always%20asked%20about%20the%20graphic%20elements%20of%20what%20makes%20a%20good%20squeeze%20page%20or%20landing%20page.%C2%A0%C2%A0%20Below%20I%20am%20going%20to%20address%20some%20items%20that%20perhaps%20answers%20your%20question%20and%20tell%20you%20what%20you%20need%20to%20create%20a%20successful%20and%20high%20converting%20Squeeze%20page.%0D%0AThe%20Graphics%20Attraction%20Factor%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;submitHeadline=The+Graphic+Elements+of+a+Squeeze+Page&amp;submitSummary=Questions%20are%20always%20asked%20about%20the%20graphic%20elements%20of%20what%20makes%20a%20good%20squeeze%20page%20or%20landing%20page.%C2%A0%C2%A0%20Below%20I%20am%20going%20to%20address%20some%20items%20that%20perhaps%20answers%20your%20question%20and%20tell%20you%20what%20you%20need%20to%20create%20a%20successful%20and%20high%20converting%20Squeeze%20page.%0D%0AThe%20Graphics%20Attraction%20Factor%0D%0A&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;t=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;t=The+Graphic+Elements+of+a+Squeeze+Page" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=The+Graphic+Elements+of+a+Squeeze+Page+-+http://b2l.me/f9jd2+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22The%20Graphic%20Elements%20of%20a%20Squeeze%20Page%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Questions%20are%20always%20asked%20about%20the%20graphic%20elements%20of%20what%20makes%20a%20good%20squeeze%20page%20or%20landing%20page.%C2%A0%C2%A0%20Below%20I%20am%20going%20to%20address%20some%20items%20that%20perhaps%20answers%20your%20question%20and%20tell%20you%20what%20you%20need%20to%20create%20a%20successful%20and%20high%20converting%20Squeeze%20page.%0D%0AThe%20Graphics%20Attraction%20Factor%0D%0A%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=The+Graphic+Elements+of+a+Squeeze+Page&amp;link=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page&amp;body=Questions%20are%20always%20asked%20about%20the%20graphic%20elements%20of%20what%20makes%20a%20good%20squeeze%20page%20or%20landing%20page.%C2%A0%C2%A0%20Below%20I%20am%20going%20to%20address%20some%20items%20that%20perhaps%20answers%20your%20question%20and%20tell%20you%20what%20you%20need%20to%20create%20a%20successful%20and%20high%20converting%20Squeeze%20page.%0D%0AThe%20Graphics%20Attraction%20Factor%0D%0A" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/&amp;title=The+Graphic+Elements+of+a+Squeeze+Page&amp;body=Questions%20are%20always%20asked%20about%20the%20graphic%20elements%20of%20what%20makes%20a%20good%20squeeze%20page%20or%20landing%20page.%C2%A0%C2%A0%20Below%20I%20am%20going%20to%20address%20some%20items%20that%20perhaps%20answers%20your%20question%20and%20tell%20you%20what%20you%20need%20to%20create%20a%20successful%20and%20high%20converting%20Squeeze%20page.%0D%0AThe%20Graphics%20Attraction%20Factor%0D%0A" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/the-graphic-elements-of-a-squeeze-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Pure CSS Headline Effects</title>
		<link>http://graphicsoverload.com/blog/some-pure-css-headline-effects/</link>
		<comments>http://graphicsoverload.com/blog/some-pure-css-headline-effects/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 17:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=233</guid>
		<description><![CDATA[Writing Headline of your site in a new way
Headline is probably the most important part of your website or a blog. It should be attractive cause headline generates interest in user to read the info below it. So its vital to have an attractive headlines. Below we will see some of the CSS techniques you [...]]]></description>
			<content:encoded><![CDATA[<h2>Writing Headline of your site in a new way</h2>
<p>Headline is probably the most important part of your website or a blog. It should be attractive cause headline generates interest in user to read the info below it. So its vital to have an attractive headlines. Below we will see some of the CSS techniques you can use to make your headlines better and attractive.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/headlines/headlines.html" target="_blank">demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/headlines/headlines.zip" target="_blank">Source code</a></p>
<div class='clear'></div>
<p><span id="more-233"></span></p>
<h2>Glossy Headline</h2>
<p>This effect works with white background or light colors backgrounds. Below is the HTML &amp; CSS code for it.<br />
<img class="alignnone size-full wp-image-278" title="glossheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/glossheadline1.png" alt="glossheadline" width="600" height="61" /></p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;h1 class=&quot;glosshead&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;span&gt; &lt;/span&gt;
</div>
</li>
<li class="li1">
<div class="de1">This is a Glosssy heading&lt;/h1&gt;</div>
</li>
</ol>
</div>
<p>Code is pretty simple first we first write an &lt;H1&gt; tag and then write the text we want to give a  glossy look. Next we add a &lt;span&gt;&lt;/span&gt; tag before the text. So that&#8217;s all the markup we need. Now lets style it.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.glosshead</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family<span class="re2">:Georgia</span>, <span class="st0">&quot;Times New Roman&quot;</span>, Times, <span class="kw2">serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size<span class="re2">:<span class="re3">55px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:relative</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">color</span><span class="sy0">:</span><span class="re0">#<span class="nu0">009</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re1">.glosshead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">background</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;height<span class="re2">:<span class="nu0">55</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;width<span class="re2">:<span class="nu0">100</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;opacity<span class="re2">:<span class="nu0">0</span></span><span class="re1">.<span class="nu0">25</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;filter<span class="sy0">:</span> alpha<span class="br0">&#40;</span>opacity=<span class="nu0">25</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>.glosshead</strong>: This is the basic styling for the font, font size and color of the headline. One important property is <strong>position:&#8217;relative&#8217;</strong>. We will see later why we added that property.</p>
<p><img class="alignnone size-full wp-image-304" title="withoutgloss" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/withoutgloss.png" alt="withoutgloss" width="600" height="61" /></p>
<p><strong>.glosshead span</strong>: This is the class for the &lt;span&gt; tag we added. The span makes the gloss. First we make it a block display and position it absolutely.</p>
<p><strong>Note</strong>: We had earlier used a property called <strong>position:relative</strong> so that when we absolutely position the span inside it it takes the &lt;h1&gt; tag as its parent and positions the span accordingly.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.glosshead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p>Then we add a background color, width and height to it to it.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.glosshead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">background</span><span class="sy0">:</span><span class="re0">#fff</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;height<span class="re2">:<span class="nu0">55</span></span>%<span class="sy0">;</span> </div>
</li>
<li class="li1">
<div class="de1">&nbsp;width<span class="re2">:<span class="nu0">100</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/glossopaque.png"><img class="alignnone size-full wp-image-305" title="glossopaque" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/glossopaque.png" alt="glossopaque" width="600" height="61" /></a></p>
<p>The box with the green outline is our gloss. Its been highlighted to show the gloss area.</p>
<p>Now for the gloss magic. We will use a property called <strong>opacity</strong> and set its value to <strong>0.2</strong>. It means set opacity of the specified element to 20%. For IE we will use the opacity filter called <strong>alpha</strong>, it works the same way as opacity. Below is the code and the final result.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1">&nbsp;opacity<span class="re2">:<span class="nu0">0</span></span><span class="re1">.<span class="nu0">25</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;filter<span class="sy0">:</span> alpha<span class="br0">&#40;</span>opacity=<span class="nu0">25</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
</ol>
</div>
<p><img class="alignnone size-full wp-image-278" title="glossheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/glossheadline1.png" alt="glossheadline" width="600" height="61" /></p>
<p><strong>Cons</strong>: The limitation to this effect is that it works with only white or light colored backgrounds. On darker backgrounds the span box will show as a semi-transparent box. But on light backgrounds it looks absolutely awesome.</p>
<h2>Reflected Headline</h2>
<p>This effect only works with alphabets that symmetric horizontally. The reflection is not real but a trick to imitate reflection. Below is the HTML CSS of the effect.</p>
<p><img class="alignnone size-full wp-image-310" title="reflectedheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/reflectedheadline1.png" alt="reflectedheadline" width="299" height="99" /></p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;h1 class=&quot;refhead&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;span&gt;sidebox&lt;/span&gt;
</div>
</li>
<li class="li1">
<div class="de1">sidebox
</div>
</li>
<li class="li1">
<div class="de1">&lt;/h1&gt;</div>
</li>
</ol>
</div>
<p>In the markup we add a &lt;span&gt;&lt;/span&gt; before the header text and also write the same text in the span as well. We then add a class called refhead to it.</p>
<p><img class="alignnone size-full wp-image-312" title="withoutreflection" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/withoutreflection.png" alt="withoutreflection" width="550" height="72" /></p>
<p>The markup is done now we need to style it up.</p>
<p><strong>.refhead</strong>: This calss gives the basic styling to the markup. Again we position it relative so that we can place the span absolutely.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.refhead</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;text-transform<span class="re2">:uppercase</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family<span class="re2">:Arial</span>, Helvetica, <span class="kw2">sans-serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size<span class="re2">:<span class="re3">60px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:relative</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>.refhead span</strong>: This is the class which will produce the reflection. First we absolutely position it. What is does is superimpose the span on the &lt;h1&gt; text and you will see something like below.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.refhead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><img class="alignnone size-full wp-image-314" title="superimposedref" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/superimposedref.png" alt="superimposedref" width="287" height="72" /></p>
<p>Now to place the reflection. We need to add a property top to a suitable value to match reflection level. To do that we have added a top value of 44px. You should see something like below.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.refhead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;top<span class="re2">:<span class="re3">44px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><img class="alignnone size-full wp-image-315" title="opaqreflection" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/opaqreflection.png" alt="opaqreflection" width="299" height="99" /></p>
<p>Now to add the reflection effect. Again we use the <strong>opacity </strong>property to fade it out and for IE we will use the <strong>alpha </strong>filter.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.refhead</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;top<span class="re2">:<span class="re3">44px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;opacity<span class="re2">:<span class="nu0">0</span></span><span class="re1">.<span class="nu0">2</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;filter<span class="sy0">:</span> alpha<span class="br0">&#40;</span>opacity=<span class="nu0">20</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><img class="alignnone size-full wp-image-310" title="reflectedheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/reflectedheadline1.png" alt="reflectedheadline" width="299" height="99" /></p>
<p>Drawback of the effect is that it works with only symmetric alphabets and other thing is that you have to write text twice once for the main part and once again for the span which works as the reflection.</p>
<h2>Drop Shadows</h2>
<p>We are using a CSS  property called <strong>text-shadow</strong>, it has been around the block since the advent of CSS2, but not too often used. It looks really good if used correctly. Below is the code on how to drop shadow.</p>
<p><img class="alignnone size-full wp-image-281" title="sropshadowheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/sropshadowheadline.png" alt="sropshadowheadline" width="600" height="57" /></p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;h1 class=&quot;dropshead&quot;&gt;This is a Drop Shadow Headline&lt;/h1&gt;</div>
</li>
</ol>
</div>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.dropshead</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">font-family</span><span class="sy0">:</span><span class="st0">&quot;Trebuchet MS&quot;</span>, Arial, Helvetica, <span class="kw2">sans-serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size<span class="re2">:<span class="re3">55px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">color</span><span class="sy0">:</span><span class="re0">#f00</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">text-shadow</span><span class="sy0">:</span> <span class="re0">#<span class="nu0">777</span></span> <span class="re3">3px</span> <span class="re3">3px</span> <span class="re3">1px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;filter<span class="sy0">:</span> DropShadow<span class="br0">&#40;</span>Color=<span class="re0">#<span class="nu0">777777</span></span>, OffX=<span class="nu0">3</span>, OffY=<span class="nu0">3</span>, Positive=<span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>Text-shadow</strong>: Text shadow has some parameters which we need to understand to use it. We have used it in our example like this <strong>&#8220;text-shadow: #777 3px 3px 1px;&#8221;</strong>.</p>
<ul>
<li>The first parameter is the color of the shadow.</li>
<li>Next is the X-offset, it specifies position of the shadow on X-axis.</li>
<li>Then comes the Y-offset which specifies the shadow co-ordinate on the Y-axis.</li>
<li>Next Value is for the blurriness of the shadow. Its an optional parameter, if its not specified the shadows are sharp.</li>
</ul>
<p>Text-shadow is not IE compatible. So for IE we use a filter called <strong>DropShadow</strong>. Parameters are similar as of text-shadow its written in this format</p>
<p>filter:DropShadow(Color=shadow color , OffX=X offset, OffY=Y offset, Positive=1);<br/><br/></p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1">&nbsp;filter<span class="sy0">:</span> DropShadow<span class="br0">&#40;</span>Color=<span class="re0">#<span class="nu0">777777</span></span>, OffX=<span class="nu0">3</span>, OffY=<span class="nu0">3</span>, Positive=<span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
</ol>
</div>
<ul>
<li><strong>Color</strong>: Color specifies the shadow color.</li>
<li><strong>Offx</strong>: It specifies x co-ordinate of the shadow.</li>
<li><strong>Offy</strong>: It specifies y co-ordinate of the shadow.</li>
<li><strong>Positive</strong>: Its non-zero value create drop shadow for any non-transparent pixel, false or zero value creates shadow for any transparent pixel in visual object.</li>
</ul>
<h2>Making first letter Different</h2>
<p>This is quite a handy technique and gives nice result. Below is the code and explanation on how to do it.</p>
<p><img class="alignnone size-full wp-image-319" title="twofontsheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/twofontsheadline.png" alt="twofontsheadline" width="450" height="134" /></p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;h1 class=&quot;twofont&quot;&gt;&lt;span&gt;N&lt;/span&gt;ew Headline&lt;/h1&gt;</div>
</li>
</ol>
</div>
<p>In The Markup we have wrapped the first alphabet in a &lt;span&gt; tag and then we add a class called <strong>twofonts</strong> to the &lt;h1&gt; tag.  Now we will style it.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re1">.twofont</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family<span class="re2">:Tahoma</span>, Geneva, <span class="kw2">sans-serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size<span class="re2">:<span class="re3">50px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;overflow<span class="re2">:hidden</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;line-height<span class="re2">:<span class="nu0">300</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re1">.twofont</span> span<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family<span class="re2">:Georgia</span>, <span class="st0">&quot;Times New Roman&quot;</span>, Times, <span class="kw2">serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size<span class="re2">:<span class="nu0">200</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">color</span><span class="sy0">:</span><span class="re0">#<span class="nu0">009</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;padding<span class="re2">:<span class="re3">0px</span></span> <span class="re3">10px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;border<span class="re2">:solid</span> <span class="re3">5px</span> <span class="re0">#<span class="nu0">999</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;margin-right<span class="re2">:<span class="re3">10px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>.twofont</strong>: This provides the basic styling of the h1 tag. We have added a property line-height with a big value of 300% why we have done that will be explained in the next step.<br/><br/></p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1">&nbsp;line-height<span class="re2">:<span class="nu0">300</span></span>%<span class="sy0">;</span></div>
</li>
</ol>
</div>
<p><img class="alignnone size-full wp-image-317" title="plainheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/plainheadline.png" alt="plainheadline" width="367" height="66" /></p>
<p><strong>.twofont span</strong>: This class is for the first alphabet which is in the span. We have changed its font and color and added a border to it and its done.</p>
<p>Now if the line height is not set to 300% or a different suitable value the headline would not look right. Below is the output of what you will see.</p>
<p><img src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/wihoutlineheight.png" alt="wihoutlineheight" title="wihoutlineheight" width="444" height="131" class="alignnone size-full wp-image-345" /></p>
<p>One of the reasons this happens is because the overflow of <strong>h1</strong> is set as hidden. The height of span tag becomes more than the h1 tag and it clips off the top and bottom borders.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1">&nbsp;overflow<span class="re2">:hidden</span><span class="sy0">;</span></div>
</li>
</ol>
</div>
<p><img src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/overflowexplaination.png" alt="overflowexplaination" title="overflowexplaination" width="600" height="200" class="alignnone size-full wp-image-347" /></p>
<p>One question arises though, i.e. what if we remove the overflow property. Well it does give the results but in IE you will see something as below.</p>
<p> <img src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/clippedbottom.png" alt="clippedbottom" title="clippedbottom" width="461" height="132" class="alignnone size-full wp-image-349" /></p>
<p>So its really important to set the <strong>overflow </strong>to <strong>hidden </strong>&amp; the <strong>Line height</strong> of the <strong>h1</strong> to a suitable value so that the bigger alphabet doesn&#8217;t get clipped off. When we add these properties back we get the desired result.</p>
<p><img class="alignnone size-full wp-image-320" title="twofontsheadline" src="http://graphicsoverload.com/blog/wp-content/uploads/2010/01/twofontsheadline1.png" alt="twofontsheadline" width="450" height="134" /></p>
<h2>Conclusion</h2>
<p>Heading are essential part of any information and if proper emphasis is given to them it can make you win and engage people to read your sites. I hope you enjoyed the tutorial. Some more stuff on fonts and different technique will be coming this year on the blog.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/headlines/headlines.html" target="_blank">demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/headlines/headlines.zip" target="_blank">Source code</a><br />
<br/><br/><br/><br/></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;Title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects&amp;desc=Writing%20Headline%20of%20your%20site%20in%20a%20new%20way%0D%0AHeadline%20is%20probably%20the%20most%20important%20part%20of%20your%20website%20or%20a%20blog.%20It%20should%20be%20attractive%20cause%20headline%20generates%20interest%20in%20user%20to%20read%20the%20info%20below%20it.%20So%20its%20vital%20to%20have%20an%20attractive%20headlines.%20Below%20we%20will%20see%20some%20of%20the%20CSS%20techniques%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;submitHeadline=Some+Pure+CSS+Headline+Effects&amp;submitSummary=Writing%20Headline%20of%20your%20site%20in%20a%20new%20way%0D%0AHeadline%20is%20probably%20the%20most%20important%20part%20of%20your%20website%20or%20a%20blog.%20It%20should%20be%20attractive%20cause%20headline%20generates%20interest%20in%20user%20to%20read%20the%20info%20below%20it.%20So%20its%20vital%20to%20have%20an%20attractive%20headlines.%20Below%20we%20will%20see%20some%20of%20the%20CSS%20techniques%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/some-pure-css-headline-effects/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;t=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;t=Some+Pure+CSS+Headline+Effects" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Some+Pure+CSS+Headline+Effects+-+http://b2l.me/dd7s3+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Some%20Pure%20CSS%20Headline%20Effects%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Writing%20Headline%20of%20your%20site%20in%20a%20new%20way%0D%0AHeadline%20is%20probably%20the%20most%20important%20part%20of%20your%20website%20or%20a%20blog.%20It%20should%20be%20attractive%20cause%20headline%20generates%20interest%20in%20user%20to%20read%20the%20info%20below%20it.%20So%20its%20vital%20to%20have%20an%20attractive%20headlines.%20Below%20we%20will%20see%20some%20of%20the%20CSS%20techniques%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/some-pure-css-headline-effects/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Some+Pure+CSS+Headline+Effects&amp;link=http://graphicsoverload.com/blog/some-pure-css-headline-effects/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects&amp;body=Writing%20Headline%20of%20your%20site%20in%20a%20new%20way%0D%0AHeadline%20is%20probably%20the%20most%20important%20part%20of%20your%20website%20or%20a%20blog.%20It%20should%20be%20attractive%20cause%20headline%20generates%20interest%20in%20user%20to%20read%20the%20info%20below%20it.%20So%20its%20vital%20to%20have%20an%20attractive%20headlines.%20Below%20we%20will%20see%20some%20of%20the%20CSS%20techniques%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/some-pure-css-headline-effects/&amp;title=Some+Pure+CSS+Headline+Effects&amp;body=Writing%20Headline%20of%20your%20site%20in%20a%20new%20way%0D%0AHeadline%20is%20probably%20the%20most%20important%20part%20of%20your%20website%20or%20a%20blog.%20It%20should%20be%20attractive%20cause%20headline%20generates%20interest%20in%20user%20to%20read%20the%20info%20below%20it.%20So%20its%20vital%20to%20have%20an%20attractive%20headlines.%20Below%20we%20will%20see%20some%20of%20the%20CSS%20techniques%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/some-pure-css-headline-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a glossy box using CSS only</title>
		<link>http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/</link>
		<comments>http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=168</guid>
		<description><![CDATA[Hello everyone, today we are going to learn a neat little css trick to make glossy boxes using only css. The demo can be seen below.
Demo Source Code
Making the box
Here&#8217;s the markup for the box.




&#60;body&#62;



&#60;div id=&#34;wrapper&#34;&#62;



&#160; &#60;div class=&#34;box-container bg-black&#34;&#62;



&#160; &#160; &#60;div class=&#34;boxgloss&#34;&#62;&#60;/div&#62;



&#160; &#160; &#60;div class=&#34;boxcontents brd-black&#34;&#62;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent vitae [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone, today we are going to learn a neat little css trick to make glossy boxes using only css. The demo can be seen below.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/glossybox/glossbox.html" target="_blank">Demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/glossybox/making_glossy_boxes.zip" target="_blank">Source Code</a></p>
<h2>Making the box</h2>
<p>Here&#8217;s the markup for the box.<br />
<span id="more-168"></span></p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;body&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;div id=&quot;wrapper&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &lt;div class=&quot;box-container bg-black&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &lt;div class=&quot;boxgloss&quot;&gt;&lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &lt;div class=&quot;boxcontents brd-black&quot;&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent vitae &nbsp;est at erat dictum eleifend. In ultrices semper cursus. Proin vel nunc &nbsp;diam. Integer imperdiet, urna a pharetra pellentesque, metus ipsum &nbsp;fringilla enim, vel blandit sapien dui vel nulla. Sed sem ipsum, &nbsp;feugiat eu pellentesque sed, placerat non est. Maecenas mollis interdum &nbsp;convallis. In nec lectus ac est aliquam mollis. Cras ullamcorper &nbsp;ultricies lacinia. Pellentesque sit amet volutpat ligula. Fusce &nbsp;consequat tempus porttitor. Maecenas mi risus, egestas sed dapibus et, &nbsp;egestas fringilla magna. &lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/body&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box1.png" target="_blank"><img class="alignnone size-medium wp-image-182" title="box1" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box1-300x82.png" alt="Gloss Box Basic Markup" width="300" height="82" /></a></p>
<p>We have created our box div which has the class &#8220;<strong>box-container</strong>&#8220;. Inside that we have created two child div&#8217;s one is with class &#8220;<strong>boxgloss</strong>&#8220;, which will add the gloss effect and other is with class &#8220;<strong>boxcontents</strong>&#8221; which will contain the contents of the box.</p>
<h2>Styling the box</h2>
<p>The CSS is the heart of this tutorial. Below are the CSS styles we will use to achieve the effect.</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1">&nbsp;body<span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin<span class="re2">:<span class="nu0">0</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding<span class="re2">:<span class="nu0">0</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-family<span class="re2">:Arial</span>, Helvetica, <span class="kw2">sans-serif</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-size<span class="re2">:<span class="nu0">100</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re0">#wrapper</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; width<span class="re2">:<span class="re3">850px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin<span class="re2">:<span class="nu0">0</span></span> <span class="kw2">auto</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.box-container</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; position<span class="re2">:relative</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; width<span class="re2">:<span class="re3">600px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin<span class="re2">:<span class="re3">20px</span></span> <span class="kw2">auto</span> <span class="re3">10px</span> <span class="kw2">auto</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; _margin-top<span class="re2">:<span class="re3">10px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; overflow<span class="re2">:hidden</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -moz-border-radius<span class="re2">:<span class="re3">15px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -webkit-border-radius<span class="re2">:<span class="re3">15px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.boxgloss</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#FFF</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; position<span class="re2">:absolute</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; width<span class="re2">:<span class="re3">596px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; height<span class="re2">:<span class="nu0">50</span></span>%<span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; _height<span class="re2">:<span class="re3">130px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; top<span class="re2">:<span class="re3">2px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; left<span class="re2">:<span class="re3">2px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; opacity<span class="sy0">:</span><span class="re1">.<span class="nu0">2</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; filter<span class="sy0">:</span> alpha<span class="br0">&#40;</span>opacity=<span class="nu0">20</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -moz-border-radius<span class="re2">:<span class="re3">12px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -webkit-border-radius<span class="re2">:<span class="re3">12px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.boxcontents</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#FFF</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin<span class="re2">:<span class="re3">20px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding<span class="re2">:<span class="re3">20px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.clear</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; display<span class="re2">:block</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; clear<span class="re2">:both</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; height<span class="re2">:<span class="nu0">0</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; line-height<span class="re2">:<span class="nu0">0</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.bg-black</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#<span class="nu0">000</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.bg-red</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#A00</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.bg-green</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#<span class="nu0">060</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.bg-blue</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background</span><span class="sy0">:</span><span class="re0">#<span class="nu0">009</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.brd-black</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; border<span class="re2">:solid</span> <span class="re3">2px</span> <span class="re0">#<span class="nu0">000</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.brd-red</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; border<span class="re2">:solid</span> <span class="re3">2px</span> <span class="re0">#A00</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.brd-green</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; border<span class="re2">:solid</span> <span class="re3">2px</span> <span class="re0">#<span class="nu0">060</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.brd-blue</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; border<span class="re2">:solid</span> <span class="re3">2px</span> <span class="re0">#<span class="nu0">009</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.left</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; float<span class="re2">:left</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding-right<span class="re2">:<span class="re3">10px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="re1">.right</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; float<span class="re2">:right</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding-left<span class="re2">:<span class="re3">10px</span></span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="re1">.center</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;text-align<span class="re2">:center</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<h3>Explanation of classes:</h3>
<p><strong>.box-container: </strong>This is the basic container of the box. It controls the width of the box.</p>
<p><strong>.boxgloss</strong>: This class controls the gloss on the box. You can tweak its opacity and its height. By default the color of gloss box is white, but that can also be changed. One thing to note here is that the width of the gloss box is 4px less that the box, this gives a nice border to the box. So if you change width of the container remember to make the width of the glossbox 4px less than the container.</p>
<p><strong>.boxcontents</strong>: This is the inner container of the box which contains the contents of the box. It has a margin of 20px to give the effect of the colored border. It can be tweaked to reduce the border effect as per need.</p>
<p>This is how the box looks now.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box2.png" target="_blank"><img class="alignnone size-medium wp-image-183" title="box2" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box2-300x116.png" alt="Box with Initial Formatting" width="300" height="116" /></a></p>
<p>We see that there is no gloss there on the box nor color. So lets do that in the next step.</p>
<p><strong>Adding color to the box:</strong></p>
<p>With these main three classes we have used few subclasses to change colors and borders of the box. We are using the <a href="http://graphicsoverload.com/blog/using-multiple-classes-with-css/" target="_blank">multiple classes technique</a><strong> </strong>explained earlier. You can visit our article on it &#8220;<a title="Using Multiple Classes with CSS" rel="bookmark" href="../using-multiple-classes-with-css/">Using Multiple Classes with CSS</a>&#8220;<strong>.</strong></p>
<p><strong>.bg-black</strong>: This class adds the background color to the box.  We are using other such classes to make different colors as seen in the demo. The outer box needs a background color so that the gloss is visible on top of it.</p>
<p>.<strong>brd-black</strong>: This class adds a border of 2px to the outer container.</p>
<p>This is our finished box after adding all the classes.</p>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box3.png" target="_blank"><img class="alignnone size-medium wp-image-184" title="box3" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/box3-300x118.png" alt="Final Gloss Box default black." width="300" height="118" /></a></p>
<p><strong>Note:</strong> We are using a similar pattern for all the color and border CSS styles.  Text before the hyphen &#8221; &#8211; &#8221; identifies the property and text after hyphen indicates color.</p>
<h2>Result and Conclusion</h2>
<p>That&#8217;s all folks! You can see how easily we created a glossybox to hold some special contents of our html. It can contain any type of data as shown in the <a href="http://www.graphicsoverload.com/helpinghand/glossybox/glossbox.html" target="_blank">demo here</a>.</p>
<p><a href="http://www.graphicsoverload.com/helpinghand/glossybox/glossbox.html" target="_blank" class='demo'>Demo</a> <a href="http://www.graphicsoverload.com/helpinghand/glossybox/making_glossy_boxes.zip" target="_blank" class='download'>Source Code</a></p>
<p><span class='clear'></span></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;Title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+&amp;desc=Hello%20everyone%2C%20today%20we%20are%20going%20to%20learn%20a%20neat%20little%20css%20trick%20to%20make%20glossy%20boxes%20using%20only%20css.%20The%20demo%20can%20be%20seen%20below.%0D%0A%0D%0ADemo%20Source%20Code%0D%0A%0D%0A%0D%0A%0D%0AMaking%20the%20box%0D%0AHere%27s%20the%20markup%20for%20the%20box.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20%20%0D%0A%20%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20vita" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;submitHeadline=How+to+make+a+glossy+box+using+CSS+only+&amp;submitSummary=Hello%20everyone%2C%20today%20we%20are%20going%20to%20learn%20a%20neat%20little%20css%20trick%20to%20make%20glossy%20boxes%20using%20only%20css.%20The%20demo%20can%20be%20seen%20below.%0D%0A%0D%0ADemo%20Source%20Code%0D%0A%0D%0A%0D%0A%0D%0AMaking%20the%20box%0D%0AHere%27s%20the%20markup%20for%20the%20box.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20%20%0D%0A%20%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20vita&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;t=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;t=How+to+make+a+glossy+box+using+CSS+only+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+make+a+glossy+box+using+CSS+only++-+http://b2l.me/bcw2d+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22How%20to%20make%20a%20glossy%20box%20using%20CSS%20only%20%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Hello%20everyone%2C%20today%20we%20are%20going%20to%20learn%20a%20neat%20little%20css%20trick%20to%20make%20glossy%20boxes%20using%20only%20css.%20The%20demo%20can%20be%20seen%20below.%0D%0A%0D%0ADemo%20Source%20Code%0D%0A%0D%0A%0D%0A%0D%0AMaking%20the%20box%0D%0AHere%27s%20the%20markup%20for%20the%20box.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20%20%0D%0A%20%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20vita%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+make+a+glossy+box+using+CSS+only+&amp;link=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+&amp;body=Hello%20everyone%2C%20today%20we%20are%20going%20to%20learn%20a%20neat%20little%20css%20trick%20to%20make%20glossy%20boxes%20using%20only%20css.%20The%20demo%20can%20be%20seen%20below.%0D%0A%0D%0ADemo%20Source%20Code%0D%0A%0D%0A%0D%0A%0D%0AMaking%20the%20box%0D%0AHere%27s%20the%20markup%20for%20the%20box.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20%20%0D%0A%20%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20vita" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/&amp;title=How+to+make+a+glossy+box+using+CSS+only+&amp;body=Hello%20everyone%2C%20today%20we%20are%20going%20to%20learn%20a%20neat%20little%20css%20trick%20to%20make%20glossy%20boxes%20using%20only%20css.%20The%20demo%20can%20be%20seen%20below.%0D%0A%0D%0ADemo%20Source%20Code%0D%0A%0D%0A%0D%0A%0D%0AMaking%20the%20box%0D%0AHere%27s%20the%20markup%20for%20the%20box.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20%20%0D%0A%20%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20vita" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/how-to-make-a-glossy-box-using-css-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make exit popup without writing actual code</title>
		<link>http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/</link>
		<comments>http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 09:33:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=122</guid>
		<description><![CDATA[Exit Popup&#8217;s, what are they?
Exit popup&#8217;s can be useful to grab attention of a user while he is about to leave. They are popup windows either external windows or a window that will pop right inside the page. They can help you sell products or to make free offers on your product and services etc.
So [...]]]></description>
			<content:encoded><![CDATA[<h2>Exit Popup&#8217;s, what are they?</h2>
<p>Exit popup&#8217;s can be useful to grab attention of a user while he is about to leave. They are popup windows either external windows or a window that will pop right inside the page. They can help you sell products or to make free offers on your product and services etc.</p>
<p>So here&#8217;s the demo of what we will be building.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/exitpop/exitpop.html" target="_blank">Demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/exitpop.zip" target="_blank">Source Code</a></p>
<p class="clear">
<p><span id="more-122"></span></p>
<h2>Step 1</h2>
<p><strong>Setting up the markup:</strong> Markup for this is not to complicated. We just an HTML page with some basic text contents. Next we will write up the popup box markup.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;title&gt;Exitpop&lt;/title&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;style&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; body{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-family:Arial, Helvetica, sans-serif;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-size:100%;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;#dummpage{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding:0 20px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; width:750px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin:0 auto;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;.red{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; color:#C00;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&lt;/style&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;body&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;&lt;div id=&quot;dummpage&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;p&gt; Paragraph text here&#8230;..
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/pagemarkup.png" target="_blank"><img class="alignnone size-medium wp-image-154" title="pagemarkup" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/pagemarkup-291x300.png" alt="pagemarkup" width="291" height="300" /></a></p>
<h2>Step 2</h2>
<p><strong>The Popup Box:</strong> Here&#8217;s the markup for the popup box.  We will be placing the box out of our page contents right above the body tag.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&nbsp;&lt;div id=&quot;exit_popup&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;center&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;h1 class=&quot;red&quot;&gt;Wait&#8230;This a Popup Window!&lt;/h1&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;p&gt;&lt;img src=&quot;images/stopsign.png&quot; width=&quot;300&quot; height=&quot;424&quot; alt=&quot;Stop Sign&quot; /&gt;&lt;/p&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;p&gt;It can Contain:&lt;/p&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;h3&gt;Text, Images, HTML, Forms etc.&lt;/h3&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/center&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/exitpopmarkup1.png" target="_blank"><img class="alignnone size-medium wp-image-156" title="exitpopmarkup" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/12/exitpopmarkup1-300x234.png" alt="exitpopmarkup" width="300" height="234" /></a></p>
<p><strong>Important </strong>thing to note in the markup is that you have to give it an ID of &#8220;exit_popup&#8221; to work with the script, else the popup wont work.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&nbsp;&lt;div id=&quot;exit_popup&quot;&gt;</div>
</li>
</ol>
</div>
<h2>Step 3</h2>
<p><strong>Styling the Popup Box:</strong> Below are the CSS styles for the popup.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">#simplemodal-overlay {
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;background-color:#000;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">/* Container */
</div>
</li>
<li class="li1">
<div class="de1">#simplemodal-container {
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;width: 500px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;background-color:#fff;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;border:4px solid #022c94;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;-moz-border-radius: 20px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;-webkit-border-radius: 20px;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">#simplemodal-container a.modalCloseImg {
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;background:url(&#39;closebtn.png&#39;) no-repeat;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;width:32px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;height:32px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;display:inline;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;z-index:3200;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;position:absolute;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;top:-15px; left:-18px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;cursor:pointer;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">#simplemodal-container #basicModalContent {
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;padding:20px;
</div>
</li>
<li class="li1">
<div class="de1">}</div>
</li>
</ol>
</div>
<p><strong>Description of Styles</strong></p>
<p><strong>#simplemodal-overlay</strong> &#8211;  This selector controls the color of the semi-transparent page background. By default it is set to black but you can you use any color of choice.</p>
<p><strong>#simplemodal-container</strong> &#8211; This selector is the basic container of the exit pop.</p>
<p><strong>#simplemodal-container a.modalCloseImg </strong> &#8211; This selector makes the close button on the top left corner of the exit pop.</p>
<p><strong>#simplemodal-container #basicModalContent</strong> &#8211; This selector controls the basic alignment of the content inside the exit pop container.</p>
<h2>Step 4</h2>
<p><strong>The Magic Script:</strong> Now to get the effect we are going to use a JavaScript code library called jquery. Jquery is a much more bigger thing and we can make a lot of awesome effects using it, but that is out of scope of this tutorial. For now we will focus on popping the exit window. So first thing we are going to include the JavaScript files.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;script src=&quot;js/jquery.js&quot; language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;script src=&quot;js/exitpop.js&quot; language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;script src=&quot;js/popuptrigger.js&quot; language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</div>
</li>
</ol>
</div>
<p><strong>jquery.js</strong> &#8211; This is the very famous javascript and ajax library used extensively on the world wide web. Its important to load it first up before anyother scripts so that the library function are available to the other scripts.</p>
<p><strong>exitpop.js</strong> &#8211;  This is the exit popup script which renders the popup effect.</p>
<p><strong>popuptrigger.js</strong> &#8211;  This is the switch which turn on the exit popup effect without this it wont work.</p>
<p>So we are done with the script part of the page. Short and sweet 3 lines of code which include the necessary scripts.</p>
<h2>Step 5</h2>
<p><strong>Hiding the Box:</strong> Next thing we do is to hide the popup box which is showing right now on the page.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&nbsp;&lt;div style=&quot;display:none;&quot; id=&quot;exit_popup&quot;&gt;</div>
</li>
</ol>
</div>
<p>The <strong>display:none</strong> hides the box, so that its invisible initially when page loads and pops when user tries to exit the page.</p>
<p>Ok now as the box is hidden, the popup should be working. It can be seen in action right <a href="http://www.graphicsoverload.com/helpinghand/exitpop/exitpop.html" target='_blank'>here</a></p>
<h2>Results</h2>
<p>So this is how you create a simple popup box using three lines of code and some CSS styling. I hope the information was useful. Always open to suggestions and ideas.</p>
<p><a class="demo" href="http://www.graphicsoverload.com/helpinghand/exitpop/exitpop.html" target="_blank">Demo</a> <a class="download" href="http://www.graphicsoverload.com/helpinghand/exitpop.zip" target="_blank">Source Code</a></p>
<p class="clear">


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;Title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code&amp;desc=Exit%20Popup%27s%2C%20what%20are%20they%3F%0D%0AExit%20popup%27s%20can%20be%20useful%20to%20grab%20attention%20of%20a%20user%20while%20he%20is%20about%20to%20leave.%20They%20are%20popup%20windows%20either%20external%20windows%20or%20a%20window%20that%20will%20pop%20right%20inside%20the%20page.%20They%20can%20help%20you%20sell%20products%20or%20to%20make%20free%20offers%20on%20your%20product%20and%20services%20etc.%0D%0A%0D" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;submitHeadline=How+to+make+exit+popup+without+writing+actual+code&amp;submitSummary=Exit%20Popup%27s%2C%20what%20are%20they%3F%0D%0AExit%20popup%27s%20can%20be%20useful%20to%20grab%20attention%20of%20a%20user%20while%20he%20is%20about%20to%20leave.%20They%20are%20popup%20windows%20either%20external%20windows%20or%20a%20window%20that%20will%20pop%20right%20inside%20the%20page.%20They%20can%20help%20you%20sell%20products%20or%20to%20make%20free%20offers%20on%20your%20product%20and%20services%20etc.%0D%0A%0D&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;t=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;t=How+to+make+exit+popup+without+writing+actual+code" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+make+exit+popup+without+writing+actual+code+-+http://b2l.me/a4ecv+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22How%20to%20make%20exit%20popup%20without%20writing%20actual%20code%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Exit%20Popup%27s%2C%20what%20are%20they%3F%0D%0AExit%20popup%27s%20can%20be%20useful%20to%20grab%20attention%20of%20a%20user%20while%20he%20is%20about%20to%20leave.%20They%20are%20popup%20windows%20either%20external%20windows%20or%20a%20window%20that%20will%20pop%20right%20inside%20the%20page.%20They%20can%20help%20you%20sell%20products%20or%20to%20make%20free%20offers%20on%20your%20product%20and%20services%20etc.%0D%0A%0D%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+make+exit+popup+without+writing+actual+code&amp;link=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code&amp;body=Exit%20Popup%27s%2C%20what%20are%20they%3F%0D%0AExit%20popup%27s%20can%20be%20useful%20to%20grab%20attention%20of%20a%20user%20while%20he%20is%20about%20to%20leave.%20They%20are%20popup%20windows%20either%20external%20windows%20or%20a%20window%20that%20will%20pop%20right%20inside%20the%20page.%20They%20can%20help%20you%20sell%20products%20or%20to%20make%20free%20offers%20on%20your%20product%20and%20services%20etc.%0D%0A%0D" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/&amp;title=How+to+make+exit+popup+without+writing+actual+code&amp;body=Exit%20Popup%27s%2C%20what%20are%20they%3F%0D%0AExit%20popup%27s%20can%20be%20useful%20to%20grab%20attention%20of%20a%20user%20while%20he%20is%20about%20to%20leave.%20They%20are%20popup%20windows%20either%20external%20windows%20or%20a%20window%20that%20will%20pop%20right%20inside%20the%20page.%20They%20can%20help%20you%20sell%20products%20or%20to%20make%20free%20offers%20on%20your%20product%20and%20services%20etc.%0D%0A%0D" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/how-to-make-exit-popup-without-writing-actual-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Multiple Classes with CSS</title>
		<link>http://graphicsoverload.com/blog/using-multiple-classes-with-css/</link>
		<comments>http://graphicsoverload.com/blog/using-multiple-classes-with-css/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:12:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=18</guid>
		<description><![CDATA[CSS are a boon for designers. It has made websites more robust and more easy to manage and edit.
Today we will see one very good feature of css often overlooked, which is using multiple classes. Below is what we will be creating.
Demo Source Code
Goal
Our goal is to enhance the look of the content using multiple [...]]]></description>
			<content:encoded><![CDATA[<p>CSS are a boon for designers. It has made websites more robust and more easy to manage and edit.</p>
<p>Today we will see one very good feature of css often overlooked, which is using multiple classes. Below is what we will be creating.</p>
<p><a class="demo" href="http://graphicsoverload.com/posts/112609/multi-classes.html" target="_blank">Demo</a> <a class="download" href="http://graphicsoverload.com/posts/112609/multipleclasses.zip" target="_blank">Source Code</a></p>
<h2>Goal</h2>
<p>Our goal is to enhance the look of the content using multiple classes.</p>
<h2>Step 1</h2>
<p><strong>Setting up the markup: </strong>The markup we will be using will look something like this, then we dress it up step by step.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;title&gt;Multiple Classes&lt;/title&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;multicss.css&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;body&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;&lt;div id=&quot;wrapper&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;&lt;div&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &lt;p&gt;This is a Headline&lt;/p&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;Page contents go here&#8230;&lt;/p&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &lt;/div&gt;</div>
</li>
</ol>
</div>
<p><span id="more-18"></span></p>
<h2>Step 2</h2>
<p><strong>The CSS:</strong> The CSS has all the classes we will be using. To use multiple classes on any element you need to write class names separated by a space for e.g. <strong>class=&#8221;class1 class2 class3&#8243;</strong> like this.</p>
<div class="geshi no html">
<div class="head">*{</div>
<ol>
<li class="li1">
<div class="de1">&nbsp;margin:0;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;padding:0;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;body{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin-top:20px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding:0;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-family:Arial, Helvetica, sans-serif;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; font-size:100%;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;#wrapper{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; width:750px;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; margin:0 auto;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;p{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; padding:10px 0;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">/* FONTS */
</div>
</li>
<li class="li1">
<div class="de1">.arial{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:Arial, Helvetica, sans-serif;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">.ar-black{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:&quot;Arial Black&quot;, Gadget, sans-serif;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">.georgia{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:Georgia, &quot;Times New Roman&quot;, Times, serif;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">.impact{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:Impact, &quot;Arial Black&quot;;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">.tahoma{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:Tahoma, Geneva, sans-serif;
</div>
</li>
<li class="li1">
<div class="de1">}
</div>
</li>
<li class="li1">
<div class="de1">.times{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family:&quot;Times New Roman&quot;, Times, serif;
</div>
</li>
<li class="li1">
<div class="de1">}&#8230;&#8230;</div>
</li>
</ol>
</div>
<h2>Step 3</h2>
<p><strong>Applying classes:</strong> Now we will start to apply classes one by one  to enhance the content.</p>
<p>lets define our box first, the class &#8216;box&#8217; gives the initial padding to the content.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;box&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&#8230;&#8230;&#8230;..content here&lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/initicontent1.jpg" target="_blank"><img class="alignnone size-medium wp-image-67" title="Initial content without styling" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/initicontent1-267x300.jpg" alt="Initial content without styling" width="267" height="300" /></a></p>
<p>Next is we to give it a border. The css we using has many styles already written in it so you can use any of them as per your need and mix and match styles to get new effects. For this example we will be using a plain solid border.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;box brd-solid&quot;&gt;&#8230;.&lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxborder.jpg" target="_blank"><img class="alignnone size-medium wp-image-80" title="boxborder" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxborder-248x300.jpg" alt="boxborder" width="248" height="300" /></a></p>
<p>Next we define the width of the border. The current css has sizes upto 1px to 10 px, but you can always modify the css and add more border sizes. One thing to notice here is that classes are named according to the purpose they serve, for e.g. border width is given as &#8220;brd-10&#8243; where brd signifies border and 10 signifies the pixel size. So this is the class for border size 10. This also helps in the long run to make better readable and understandable css.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;box brd-solid brd-4&quot;&gt;&#8230;.&lt;/div&gt;</div>
</li>
</ol>
</div>
<p>Now that we have our basic box setup, we can also make the box curved by adding a corner radius class.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;box brd-solid brd-4 brdrad-15&quot;&gt;&#8230;.&lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxcurved.jpg" target="_blank"><img class="alignnone size-medium wp-image-84" title="boxcurved" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxcurved-248x300.jpg" alt="boxcurved" width="248" height="300" /></a></p>
<p><strong>Note: </strong>The conventions used for names are the same through out the css, so brdrad means &#8220;border radius&#8221; and 15 means radius of 15 px. The corner radius classes only work in firefox safari &amp; chrome browsers, as other browsers like IE, Opera dont support the class just as yet.</p>
<p>So already page has started to look good. Lets add some color to it. Adding two more classes to the container to color the border and a background color.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;div class=&quot;box brd-solid brd-4 brdrad-15 pyellow-bg orange-brd&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &#8230;.&lt;/div&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxbgnbrd.jpg" target="_blank"><img class="alignnone size-medium wp-image-87" title="boxbgnbrd" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/boxbgnbrd-248x300.jpg" alt="boxbgnbrd" width="248" height="300" /></a></p>
<p>Ok so now the container is done. Lets add in dress up the contents.</p>
<p>Lets start with the headline. Its simple plain text. Lets change its font face.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;georgia&quot;&gt;This is a headline&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontchange.jpg" target="_blank"><img class="alignnone size-medium wp-image-91" title="headfontchange" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontchange-300x145.jpg" alt="headfontchange" width="300" height="145" /></a></p>
<p>Lets change its size.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;georgia f40&quot;&gt;This is a headline&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontbig.jpg" target="_blank"><img class="alignnone size-medium wp-image-92" title="headfontbig" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontbig-300x134.jpg" alt="headfontbig" width="300" height="134" /></a></p>
<p>Now for the color.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;georgia f40 dred&quot;&gt;This is a headline&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontcolor.jpg" target="_blank"><img class="alignnone size-medium wp-image-93" title="headfontcolor" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/headfontcolor-300x134.jpg" alt="headfontcolor" width="300" height="134" /></a></p>
<p>Lets start styling the paragraph text now. Lets put a font.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;treb&quot;&gt;Paragraph text here&#8230;.&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontchange.jpg" target="_blank"><img class="alignnone size-medium wp-image-95" title="pfontchange" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontchange-300x134.jpg" alt="pfontchange" width="300" height="134" /></a></p>
<p>Now to make it a slight big.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;treb f18&quot;&gt;Paragraph text here&#8230;.&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontbig.jpg" target="_blank"><img class="alignnone size-medium wp-image-96" title="pfontbig" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontbig-300x134.jpg" alt="pfontbig" width="300" height="134" /></a></p>
<p>Lets make it a little different color. Lets make it dark grey.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;p class=&quot;treb f18 dgrey&quot;&gt;Paragraph text here&#8230;.&lt;/p&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontgrey.jpg" target="_blank"><img class="alignnone size-medium wp-image-97" title="pfontgrey" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/pfontgrey-300x134.jpg" alt="pfontgrey" width="300" height="134" /></a></p>
<p>Now lets place the image a little better. Firstly we will float it to the left. To do that we just need to add one class &#8216;left&#8217;.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;img class=&quot;left&quot; src=&quot;images/cool-chair.jpg&quot; alt=&quot;Cool Chair&quot; width=&quot;315&quot; height=&quot;209&quot; /&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picfloat.jpg" target="_blank"><img class="alignnone size-medium wp-image-102" title="picfloat" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picfloat-300x134.jpg" alt="picfloat" width="300" height="134" /></a></p>
<p>Lets put a border around the picture.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;img class=&quot;left brd-solid&quot; src=&quot;images/cool-chair.jpg&quot; alt=&quot;Cool Chair&quot; width=&quot;315&quot; height=&quot;209&quot; /&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picbrd.jpg" target="_blank"><img class="alignnone size-medium wp-image-99" title="picbrd" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picbrd-300x134.jpg" alt="picbrd" width="300" height="134" /></a></p>
<p>Lets make border a little wider.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;img class=&quot;left brd-solid brd-5&quot; src=&quot;images/cool-chair.jpg&quot; alt=&quot;Cool Chair&quot; width=&quot;315&quot; height=&quot;209&quot; /&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picbigbrd.jpg" target="_blank"><img class="alignnone size-medium wp-image-100" title="picbigbrd" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picbigbrd-300x134.jpg" alt="picbigbrd" width="300" height="134" /></a></p>
<p>Lets make the border little lighter so that its not so dominating.</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;img class=&quot;left brd-solid brd-5 grey-brd&quot; src=&quot;images/cool-chair.jpg&quot; alt=&quot;Cool Chair&quot; width=&quot;315&quot; height=&quot;209&quot; /&gt;</div>
</li>
</ol>
</div>
<p><a href="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picgreybrd.jpg" target="_blank"><img class="alignnone size-medium wp-image-101" title="picgreybrd" src="http://graphicsoverload.com/blog/wp-content/uploads/2009/11/picgreybrd-300x134.jpg" alt="picgreybrd" width="300" height="134" /></a></p>
<h2>Final Result</h2>
<p><a class="demo" href="http://graphicsoverload.com/posts/112609/multi-classes.html" target="_blank">View Demo</a> <a class="download" href="http://graphicsoverload.com/posts/112609/multipleclasses.zip" target="_blank">Source code</a></p>
<p class="clear">
<p>I have also stylized the second paragraph as the first one.  You can see the demo <a href="http://graphicsoverload.com/posts/112609/multi-classes.html" target="_blank">here</a>. Download the source files from <a href="http://graphicsoverload.com/posts/112609/multipleclasses.zip" target="_blank">here</a>.</p>
<h2>Conclusion</h2>
<p>Using Multiple classes reduces markup and gives you flexibility to use same class on many elements. So I hope the tutorial was helpful. We are open to your comments and suggestions it will help us deliver content which is up to date.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;Title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS&amp;desc=CSS%20are%20a%20boon%20for%20designers.%20It%20has%20made%20websites%20more%20robust%20and%20more%20easy%20to%20manage%20and%20edit.%0D%0A%0D%0AToday%20we%20will%20see%20one%20very%20good%20feature%20of%20css%20often%20overlooked%2C%20which%20is%20using%20multiple%20classes.%20Below%20is%20what%20we%20will%20be%20creating.%0D%0A%0D%0ADemo%20Source%20Code%0D%0AGoal%0D%0AOur%20goal%20is%20to%20enhance%20the%20look%20of%20the%20c" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;submitHeadline=Using+Multiple+Classes+with+CSS&amp;submitSummary=CSS%20are%20a%20boon%20for%20designers.%20It%20has%20made%20websites%20more%20robust%20and%20more%20easy%20to%20manage%20and%20edit.%0D%0A%0D%0AToday%20we%20will%20see%20one%20very%20good%20feature%20of%20css%20often%20overlooked%2C%20which%20is%20using%20multiple%20classes.%20Below%20is%20what%20we%20will%20be%20creating.%0D%0A%0D%0ADemo%20Source%20Code%0D%0AGoal%0D%0AOur%20goal%20is%20to%20enhance%20the%20look%20of%20the%20c&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/using-multiple-classes-with-css/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;t=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;t=Using+Multiple+Classes+with+CSS" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+Multiple+Classes+with+CSS+-+http://b2l.me/aupqd+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Using%20Multiple%20Classes%20with%20CSS%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22CSS%20are%20a%20boon%20for%20designers.%20It%20has%20made%20websites%20more%20robust%20and%20more%20easy%20to%20manage%20and%20edit.%0D%0A%0D%0AToday%20we%20will%20see%20one%20very%20good%20feature%20of%20css%20often%20overlooked%2C%20which%20is%20using%20multiple%20classes.%20Below%20is%20what%20we%20will%20be%20creating.%0D%0A%0D%0ADemo%20Source%20Code%0D%0AGoal%0D%0AOur%20goal%20is%20to%20enhance%20the%20look%20of%20the%20c%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/using-multiple-classes-with-css/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+Multiple+Classes+with+CSS&amp;link=http://graphicsoverload.com/blog/using-multiple-classes-with-css/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS&amp;body=CSS%20are%20a%20boon%20for%20designers.%20It%20has%20made%20websites%20more%20robust%20and%20more%20easy%20to%20manage%20and%20edit.%0D%0A%0D%0AToday%20we%20will%20see%20one%20very%20good%20feature%20of%20css%20often%20overlooked%2C%20which%20is%20using%20multiple%20classes.%20Below%20is%20what%20we%20will%20be%20creating.%0D%0A%0D%0ADemo%20Source%20Code%0D%0AGoal%0D%0AOur%20goal%20is%20to%20enhance%20the%20look%20of%20the%20c" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/using-multiple-classes-with-css/&amp;title=Using+Multiple+Classes+with+CSS&amp;body=CSS%20are%20a%20boon%20for%20designers.%20It%20has%20made%20websites%20more%20robust%20and%20more%20easy%20to%20manage%20and%20edit.%0D%0A%0D%0AToday%20we%20will%20see%20one%20very%20good%20feature%20of%20css%20often%20overlooked%2C%20which%20is%20using%20multiple%20classes.%20Below%20is%20what%20we%20will%20be%20creating.%0D%0A%0D%0ADemo%20Source%20Code%0D%0AGoal%0D%0AOur%20goal%20is%20to%20enhance%20the%20look%20of%20the%20c" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/using-multiple-classes-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics Vs Arts</title>
		<link>http://graphicsoverload.com/blog/graphics-vs-arts/</link>
		<comments>http://graphicsoverload.com/blog/graphics-vs-arts/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:19:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Audience Driven]]></category>
		<category><![CDATA[Commerce]]></category>
		<category><![CDATA[Communications]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic Art]]></category>
		<category><![CDATA[Surreal]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=21</guid>
		<description><![CDATA[After all these years working as a graphics designer, I came across a question which many might have come across.  That is, is Visual arts (Fine Arts) and Graphic Design the same. Quite baffled I tried to answer these question on some of the points below.]]></description>
			<content:encoded><![CDATA[<p>After all these years working as a graphics designer, I came across a question which many might have come across.  That is, is Visual arts (Fine Arts) and Graphic Design the same. Quite baffled I tried to answer these question on some of the points below.</p>
<p><strong>What is Art?</strong></p>
<p>Art is basically a form of expression. Its a persons feelings making it created on a canvas. Art doesn&#8217;t necessarily have an audience.</p>
<p><strong>What is Design?</strong></p>
<p>Design is more of a subjective art ( As the modern terminology applied arts. ). Design can be taken as a extension of &#8220;Art&#8221;. Its a means of communication for a specific target audience using art forms, shapes, colors, typography ect.<br />
<span id="more-21"></span><br />
Although these theories are big subjects on there own, below are few key differences in Art and Graphic design:</p>
<p><strong>There are no rules:</strong></p>
<p>Art is a free form to express emotions, while designs need to follow some rules to work. There are exceptions where you can follow rules of the design theory still break the shackles to reach creative freedom, but to do that you have to be exceptionally good at your art.  Only a great artist can break rules and still create awesome graphics. So to design well you first need to draw well.</p>
<p><strong>Audience Driven</strong></p>
<p>Design is audience driven, its done with a specific audience in mind. While art is more of a personal feelings of an artist.</p>
<p><strong>Communication</strong></p>
<p>Design has a purpose of communication to an audience, while art not necessarily communicates always. Arts do show human emotions though.</p>
<p><strong>Commerce</strong></p>
<p>Design is done with the point of view of commerce in mind. While paintings are also sold, but its not necessarily for sale.</p>
<p><strong>Surreal</strong></p>
<p>These days Sur-realism is being used in some products but not necessarily. Sur-realism has a big realm in the fields of arts, almost all artist love to make things which don&#8217;t exists on the face of earth.</p>
<p><strong>Limitations of  graphics design as comparison to arts</strong></p>
<p>Often creating audience oriented graphics leads to limitations in graphics designers. They cant create things out of a particular frame. This thing can not come to you if you are an artist first than only a designer.</p>
<p><strong>Conclusion</strong></p>
<p>Art and design go hand in hand. Becoming a good artist will help in becoming a better designer and certainly it will be a big boost to once thinking capabilities.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;Title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts&amp;desc=After%20all%20these%20years%20working%20as%20a%20graphics%20designer%2C%20I%20came%20across%20a%20question%20which%20many%20might%20have%20come%20across.%C2%A0%20That%20is%2C%20is%20Visual%20arts%20%28Fine%20Arts%29%20and%20Graphic%20Design%20the%20same.%20Quite%20baffled%20I%20tried%20to%20answer%20these%20question%20on%20some%20of%20the%20points%20below.%0D%0A%0D%0AWhat%20is%20Art%3F%0D%0A%0D%0AArt%20is%20basically%20a%20form%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;submitHeadline=Graphics+Vs+Arts&amp;submitSummary=After%20all%20these%20years%20working%20as%20a%20graphics%20designer%2C%20I%20came%20across%20a%20question%20which%20many%20might%20have%20come%20across.%C2%A0%20That%20is%2C%20is%20Visual%20arts%20%28Fine%20Arts%29%20and%20Graphic%20Design%20the%20same.%20Quite%20baffled%20I%20tried%20to%20answer%20these%20question%20on%20some%20of%20the%20points%20below.%0D%0A%0D%0AWhat%20is%20Art%3F%0D%0A%0D%0AArt%20is%20basically%20a%20form%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/graphics-vs-arts/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;t=Graphics+Vs+Arts" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;t=Graphics+Vs+Arts" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Graphics+Vs+Arts+-+http://b2l.me/aupqg+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Graphics%20Vs%20Arts%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22After%20all%20these%20years%20working%20as%20a%20graphics%20designer%2C%20I%20came%20across%20a%20question%20which%20many%20might%20have%20come%20across.%C2%A0%20That%20is%2C%20is%20Visual%20arts%20%28Fine%20Arts%29%20and%20Graphic%20Design%20the%20same.%20Quite%20baffled%20I%20tried%20to%20answer%20these%20question%20on%20some%20of%20the%20points%20below.%0D%0A%0D%0AWhat%20is%20Art%3F%0D%0A%0D%0AArt%20is%20basically%20a%20form%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/graphics-vs-arts/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Graphics+Vs+Arts&amp;link=http://graphicsoverload.com/blog/graphics-vs-arts/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts&amp;body=After%20all%20these%20years%20working%20as%20a%20graphics%20designer%2C%20I%20came%20across%20a%20question%20which%20many%20might%20have%20come%20across.%C2%A0%20That%20is%2C%20is%20Visual%20arts%20%28Fine%20Arts%29%20and%20Graphic%20Design%20the%20same.%20Quite%20baffled%20I%20tried%20to%20answer%20these%20question%20on%20some%20of%20the%20points%20below.%0D%0A%0D%0AWhat%20is%20Art%3F%0D%0A%0D%0AArt%20is%20basically%20a%20form%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/graphics-vs-arts/&amp;title=Graphics+Vs+Arts&amp;body=After%20all%20these%20years%20working%20as%20a%20graphics%20designer%2C%20I%20came%20across%20a%20question%20which%20many%20might%20have%20come%20across.%C2%A0%20That%20is%2C%20is%20Visual%20arts%20%28Fine%20Arts%29%20and%20Graphic%20Design%20the%20same.%20Quite%20baffled%20I%20tried%20to%20answer%20these%20question%20on%20some%20of%20the%20points%20below.%0D%0A%0D%0AWhat%20is%20Art%3F%0D%0A%0D%0AArt%20is%20basically%20a%20form%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/graphics-vs-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Categories starting today</title>
		<link>http://graphicsoverload.com/blog/new-categories-starting-today/</link>
		<comments>http://graphicsoverload.com/blog/new-categories-starting-today/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:25:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://graphicsoverload.com/blog/?p=14</guid>
		<description><![CDATA[Welcome to Our Blog. We are delighted to announce that we are starting two new categories today on Graphics Overload.
Graphic Design
The category will feature tutorials, helpful information, tips and tricks and updates from the world on graphics design.
HTML / CSS
This category will feature tutorials on HTML and css technologies, css tricks, layouts and other cool [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to Our Blog. We are delighted to announce that we are starting two new categories today on Graphics Overload.</p>
<h4>Graphic Design</h4>
<p>The category will feature tutorials, helpful information, tips and tricks and updates from the world on graphics design.</p>
<h4>HTML / CSS</h4>
<p>This category will feature tutorials on HTML and css technologies, css tricks, layouts and other cool things.</p>
<p>So stay in touch cause its a start of an exciting journey.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-wealth">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;Title=New+Categories+starting+today" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today&amp;desc=Welcome%20to%20Our%20Blog.%20We%20are%20delighted%20to%20announce%20that%20we%20are%20starting%20two%20new%20categories%20today%20on%20Graphics%20Overload.%0D%0AGraphic%20Design%0D%0AThe%20category%20will%20feature%20tutorials%2C%20helpful%20information%2C%20tips%20and%20tricks%20and%20updates%20from%20the%20world%20on%20graphics%20design.%0D%0AHTML%20%2F%20CSS%0D%0AThis%20category%20will%20feature%20tuto" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;submitHeadline=New+Categories+starting+today&amp;submitSummary=Welcome%20to%20Our%20Blog.%20We%20are%20delighted%20to%20announce%20that%20we%20are%20starting%20two%20new%20categories%20today%20on%20Graphics%20Overload.%0D%0AGraphic%20Design%0D%0AThe%20category%20will%20feature%20tutorials%2C%20helpful%20information%2C%20tips%20and%20tricks%20and%20updates%20from%20the%20world%20on%20graphics%20design.%0D%0AHTML%20%2F%20CSS%0D%0AThis%20category%20will%20feature%20tuto&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://graphicsoverload.com/blog/new-categories-starting-today/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;t=New+Categories+starting+today" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;t=New+Categories+starting+today" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Categories+starting+today+-+http://b2l.me/aupqm+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20Categories%20starting%20today%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Welcome%20to%20Our%20Blog.%20We%20are%20delighted%20to%20announce%20that%20we%20are%20starting%20two%20new%20categories%20today%20on%20Graphics%20Overload.%0D%0AGraphic%20Design%0D%0AThe%20category%20will%20feature%20tutorials%2C%20helpful%20information%2C%20tips%20and%20tricks%20and%20updates%20from%20the%20world%20on%20graphics%20design.%0D%0AHTML%20%2F%20CSS%0D%0AThis%20category%20will%20feature%20tuto%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://graphicsoverload.com/blog/new-categories-starting-today/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=New+Categories+starting+today&amp;link=http://graphicsoverload.com/blog/new-categories-starting-today/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today&amp;body=Welcome%20to%20Our%20Blog.%20We%20are%20delighted%20to%20announce%20that%20we%20are%20starting%20two%20new%20categories%20today%20on%20Graphics%20Overload.%0D%0AGraphic%20Design%0D%0AThe%20category%20will%20feature%20tutorials%2C%20helpful%20information%2C%20tips%20and%20tricks%20and%20updates%20from%20the%20world%20on%20graphics%20design.%0D%0AHTML%20%2F%20CSS%0D%0AThis%20category%20will%20feature%20tuto" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://graphicsoverload.com/blog/new-categories-starting-today/&amp;title=New+Categories+starting+today&amp;body=Welcome%20to%20Our%20Blog.%20We%20are%20delighted%20to%20announce%20that%20we%20are%20starting%20two%20new%20categories%20today%20on%20Graphics%20Overload.%0D%0AGraphic%20Design%0D%0AThe%20category%20will%20feature%20tutorials%2C%20helpful%20information%2C%20tips%20and%20tricks%20and%20updates%20from%20the%20world%20on%20graphics%20design.%0D%0AHTML%20%2F%20CSS%0D%0AThis%20category%20will%20feature%20tuto" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://graphicsoverload.com/blog/new-categories-starting-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
