<?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>Vivian Crap &#187; Web Design</title>
	<atom:link href="http://www.lingihuang.com/viviancrap/archives/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lingihuang.com/viviancrap</link>
	<description>trust no one</description>
	<lastBuildDate>Tue, 10 Jan 2012 15:57:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Liquid Round Corners</title>
		<link>http://www.lingihuang.com/viviancrap/archives/liquid-round-corners/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/liquid-round-corners/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=327</guid>
		<description><![CDATA[Liquid PNG 8 Round Corners HTML &#60;div id="wrapperDiv" class="wrapper"&#62; &#60;div class="top-left"&#62;&#60;/div&#62; &#60;div class="top-right"&#62;&#60;/div&#62; &#60;div class="top-center"&#62;&#60;div class="hack-ie6"&#62;&#60;/div&#62;&#60;/div&#62; &#60;div id="bodyCenterDiv" class="body-center"&#62; &#60;div class="contents"&#62;contents right here&#60;/div&#62; &#60;/div&#62; &#60;div class="bottom-left"&#62;&#60;/div&#62; &#60;div class="bottom-right"&#62;&#60;/div&#62; &#60;div class="bottom-center"&#62;&#60;div class="hack-ie6"&#62;&#60;/div&#62;&#60;/div&#62; &#60;/div&#62; Stylesheet .wrapper { width: 500px; margin: 10px auto; } .wrapper .top-left, .wrapper .top-center, .wrapper .top-right, .wrapper .bottom-left, .wrapper .bottom-center, .wrapper .bottom-right { background: [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Liquid PNG 8 Round Corners</div>
</p></div>
</p></div>
</p></div>
</p></div>
<h4 class="subtitle align-subtitle">HTML</h4>
<pre>
          			<code class="text-indent-0"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"wrapperDiv"</span> <span class="class">class</span>=<span class="string">"wrapper"</span><span class="element">&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-left"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-right"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-center"</span><span class="element">&gt;</span><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"bodyCenterDiv"</span> <span class="class">class</span>=<span class="string">"body-center"</span><span class="element">&gt;</span></code>
          					<code class="text-indent-2"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"contents"</span><span class="element">&gt;</span><span class="comment">contents right here</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-left"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-right"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-center"</span><span class="element">&gt;</span><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span><span class="element">&lt;/div&gt;</span></code>
          			<code class="text-indent-0"><span class="element">&lt;/div&gt;</span></code>
          		</pre>
<h4 class="subtitle align-subtitle">Stylesheet</h4>
<pre>
          			<code class="text-indent-0"><span class="class">.wrapper</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">500px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">10px auto</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-left, .wrapper .top-center, .wrapper .top-right,</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-left, .wrapper .bottom-center, .wrapper .bottom-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/png8.png) left top scroll no-repeat</span>;</code>
          				<code class="text-indent-1"><span class="attribute">overflow</span>: <span class="value">hidden</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">15px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">left top</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">-15px top</span>;</code>
          				<code class="text-indent-1"><span class="attribute">_float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">15px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">right top</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">right</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .body-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">496px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-color</span>: <span class="value">#fff</span>;</code>
          				<code class="text-indent-1"><span class="attribute">border-left</span>: <span class="value">2px solid #333</span>;</code>
          				<code class="text-indent-1"><span class="attribute">border-right</span>: <span class="value">2px solid #333</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">15px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">31px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">left -46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">31px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">-15px -46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">_float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">15px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">31px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background-position</span>: <span class="value">right -46px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">right</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .hack-ie6</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">100%</span>;</code>
          				<code class="text-indent-1"><span class="attribute">overflow</span>: <span class="value">hidden</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          		</pre>
<div class="button-row clearfix">
<p class="button-style preview-icon"><a href="http://www.lingihuang.com/viviancrap/wp-content/uploads/liquid_round_corners/png8.html" target="_blank">View<span>Demo</span></a></p>
</p></div>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Liquid PNG 24 Round Corners with Outer Shadows</div>
</p></div>
</p></div>
</p></div>
</p></div>
<h4 class="subtitle align-subtitle">HTML</h4>
<pre>
          			<code class="text-indent-0"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"wrapperDiv"</span> <span class="class">class</span>=<span class="string">"wrapper"</span><span class="element">&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-left"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-right"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"top-center"</span><span class="element">&gt;</span><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"body-left"</span><span class="element">&gt;</span></code>
          					<code class="text-indent-2"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"body-right"</span><span class="element">&gt;</span></code>
          						<code class="text-indent-3"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"bodyLeftDiv"</span> <span class="class">class</span>=<span class="string">"body-left-hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          						<code class="text-indent-3"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"bodyRightDiv"</span> <span class="class">class</span>=<span class="string">"body-right-hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          						<code class="text-indent-3"><span class="element">&lt;div</span> <span class="id">id</span>=<span class="string">"bodyCenterDiv"</span> <span class="class">class</span>=<span class="string">"body-center"</span><span class="element">&gt;</span></code>
          							<code class="text-indent-4"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"contents"</span><span class="element">&gt;</span><span class="comment">contents right here</span><span class="element">&lt;/div&gt;</span></code>
          						<code class="text-indent-3"><span class="element">&lt;/div&gt;</span></code>
          					<code class="text-indent-2"><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-left"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-right"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span></code>
          				<code class="text-indent-1"><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"bottom-center"</span><span class="element">&gt;</span><span class="element">&lt;div</span> <span class="class">class</span>=<span class="string">"hack-ie6"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span><span class="element">&lt;/div&gt;</span></code>
          			<code class="text-indent-0"><span class="element">&lt;/div&gt;</span></code>
          		</pre>
<h4 class="subtitle align-subtitle">Stylesheet</h4>
<pre>
          			<code class="text-indent-0"><span class="class">.wrapper</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">500px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">10px auto</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/top-left-png24.png) left top scroll no-repeat</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/top-center-png24.png) left top scroll repeat-x</span>;</code>
          				<code class="text-indent-1"><span class="attribute">_float</span>: <span class="value">left</span>;</code>
          				<code class="text-indent-1"><span class="attribute">overflow</span>: <span class="value">hidden</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .top-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/top-right-png24.png) left top scroll no-repeat</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">right</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .body-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">100%</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/body-left-png24.png) left top scroll repeat-y</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .body-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background-color</span>: <span class="value">#e9f2f5</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">0 40px</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .body-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">100%</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/body-right-png24.png) 100% top scroll repeat-y</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/bottom-left-png24.png) left top scroll no-repeat</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">left</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/bottom-center-png24.png) left top scroll repeat-x</span>;</code>
          				<code class="text-indent-1"><span class="attribute">_float</span>: <span class="value">left</span>;</code>
          				<code class="text-indent-1"><span class="attribute">overflow</span>: <span class="value">hidden</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">.wrapper .bottom-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">transparent url(../images/bottom-right-png24.png) left top scroll no-repeat</span>;</code>
          				<code class="text-indent-1"><span class="attribute">float</span>: <span class="value">right</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          		</pre>
<h4 class="subtitle align-subtitle">Stylesheet For IE 6</h4>
<pre>
          			<code class="text-indent-0"><span class="class">*html .wrapper .hack-ie6</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">100%</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .top-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-left-png24.png', sizingMethod='image');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .top-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-center-png24.png', sizingMethod='scale');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .top-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-right-png24.png', sizingMethod='image');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .body-left, *html .wrapper .body-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .body-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">expression(document.getElementById('wrapperDiv').offsetWidth - document.getElementById('bodyLeftDiv').offsetWidth - document.getElementById('bodyRightDiv').offsetWidth + "px")</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">0 40px</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .body-left-hack-ie6</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">expression(document.getElementById('bodyCenterDiv').offsetHeight + "px")</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/body-left-png24.png', sizingMethod='scale')</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">0 -40px 0 0</span></code>
          				<code class="text-indent-1"><span class="attribute">float</span>:<span class="value">left</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .body-right-hack-ie6</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">width</span>: <span class="value">40px</span>;</code>
          				<code class="text-indent-1"><span class="attribute">height</span>: <span class="value">expression(document.getElementById('bodyCenterDiv').offsetHeight + "px")</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/body-right-png24.png', sizingMethod='scale')</span>;</code>
          				<code class="text-indent-1"><span class="attribute">margin</span>: <span class="value">0 0 0 -40px</span></code>
          				<code class="text-indent-1"><span class="attribute">float</span>:<span class="value">right</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .bottom-left</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom-left-png24.png', sizingMethod='image');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .bottom-center</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom-center-png24.png', sizingMethod='scale');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          			<code class="text-indent-0"><span class="class">*html .wrapper .bottom-right</span> <span class="keyword">{</span></code>
          				<code class="text-indent-1"><span class="attribute">background</span>: <span class="value">none</span>;</code>
          				<code class="text-indent-1"><span class="attribute">filter</span>:<span class="value">progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom-right-png24.png', sizingMethod='image');</span></code>
          			<code class="text-indent-0"><span class="keyword">}</span></code>
          		</pre>
<div class="button-row clearfix">
<p class="button-style preview-icon"><a href="http://www.lingihuang.com/viviancrap/wp-content/uploads/liquid_round_corners/png24.html" target="_blank">View<span>Demo</span></a></p>
</p></div>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm" target="_blank">Liquid Round Corners</a></li>
<li><a href="http://www.positioniseverything.net/articles/dropshadows.html" target="_blank">PNG Drop Shadows</a></li>
<li><a href="http://www.positioniseverything.net/articles/dropshadows2.html" target="_blank">Four Sided PNG Drop Shadows</a></li>
<li><a href="http://www.webmonkey.com/tutorial/Get_Started_with_CSS_3" target="_blank">Get Started With CSS 3</a></li>
<li><a href="http://www.alistapart.com/articles/mountaintop" target="_blank">Mountaintop Corners</a></li>
<li><a href="http://nate.koechley.com/talks/labs/six-css-techniques-explained.html" target="_blank">Six CSS Techniques</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/liquid-round-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Order</title>
		<link>http://www.lingihuang.com/viviancrap/archives/stack-order/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/stack-order/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:15:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=310</guid>
		<description><![CDATA[What is z-index? The z-index property determines the stack level of an HTML element. The stack level refers to the element&#8217;s position on the Z axis (as opposed to the X axis or Y axis). A higher z-index value means the element will be closer to the top of the stacking order. This stacking order [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">What is z-index?</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>The <span class="highlighted">z-index</span> property determines <span class="highlighted">the stack level of an HTML element</span>. The stack level refers to the element&#8217;s position on the <span class="highlighted">Z axis</span> (as opposed to the X axis or Y axis). A higher z-index value means the element will be closer to the top of the stacking order. This stacking order runs perpendicular ot the display, or viewport.</p>
<p>          		<img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/graphical-z-index.gif" alt="Graphical Z Index" title="Graphical Z Index" width="450" height="399" class="alignnone size-full wp-image-311" /></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">The Natural Stacking Order</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>In an HTML page, the natural <span class="highlighted">stacking order</span> (i.e. the order of elements on the Z axis) is determined by <span class="highlighted">a number of factors</span>. Below is a list showing the order that iterms fit into <span class="highlighted">a stacking context</span>, starting with the bottom of the stack. This list assumes none of the items has z-index applied:</p>
<ul class="entry-list">
<li>Background and borders of the element that establish stacking context.</li>
<li>Elements with negative stacking contexts, in order of appearance.</li>
<li>Non-positioned, non-floated, block-level elements, in order of appearance.</li>
<li>Non-positioned, floated elements, in order of appearances.</li>
<li>Inline elements, in order of appearance.</li>
<li>Positioned elements, in order of appearance.</li>
</ul>
<div style="width:150px;height:150px;font-size:12px;color:#bf250a;text-align:center;line-height:250%;background-color:#facdc5;border:1px solid #bf250a;margin:0;">Red Box</div>
<div style="width:150px;height:150px;font-size:12px;color:#4cbf0a;text-align:center;line-height:250%;background-color:#d7fac3;border:1px solid #4cbf0a;margin:-120px 0 0 50px;">Green Box</div>
<div style="width:150px;height:150px;font-size:12px;color:#1e7bcc;text-align:center;line-height:250%;background-color:#c3e0fa;border:1px solid #1e7bcc;margin:-120px 0 0 100px;">Blue Box</div>
<p><span class="highlighted">The elements above do not have z-index values set</span>; their stacking order is the natural, or default, order. The overlaps that occur are due to the negative margins.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Why Does It Cause Confusion?</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>Although z-index is not a difficult proerpty to understand, due to false assumptions it can cause confusion for beginning developers. This confusion occurs because <span class="highlighted">z-index will only work on an element whose position property has been explicitly set to absolute, fixed, or relative</span>.</p>
<div style="width:150px;height:150px;font-size:12px;color:#bf250a;text-align:center;line-height:200%;background-color:#facdc5;border:1px solid #bf250a;margin:0;z-index:1000;">z-index:1000;</div>
<div style="width:150px;height:150px;font-size:12px;color:#4cbf0a;text-align:center;line-height:200%;background-color:#d7fac3;border:1px solid #4cbf0a;margin:-120px 0 0 50px;z-index:500;">z-index:500;</div>
<div style="width:150px;height:150px;font-size:12px;color:#1e7bcc;text-align:center;line-height:200%;background-color:#c3e0fa;border:1px solid #1e7bcc;margin:-120px 0 0 100px;z-index:1;">z-index:1;</div>
<p>&nbsp;</p>
<div style="width:150px;height:150px;font-size:12px;color:#bf250a;text-align:center;line-height:200%;background-color:#facdc5;border:1px solid #bf250a;margin:0;z-index:500;position:relative;">z-index:500;<br />position:relative;</div>
<div style="width:150px;height:150px;font-size:12px;color:#4cbf0a;text-align:center;line-height:200%;background-color:#d7fac3;border:1px solid #4cbf0a;margin:-110px 0 0 130px;z-index:1000;position:absolute;">z-index:1000;<br />position:absolute;</div>
<div style="width:150px;height:150px;font-size:12px;color:#1e7bcc;text-align:center;line-height:200%;background-color:#c3e0fa;border:1px solid #1e7bcc;margin:-50px 0 0 70px;z-index:1;position:relative;">
<p>z-index:1;<br />position:relative;</div>
<p>&nbsp;</p>
<p>The z-index property can affect the stack order of both block-level and inline elements, and is declared by <span class="highlighted">a positive or negative integer value</span>, or a vluae of <span class="highlighted">auto</span>. <span class="highlighted">A value of auto gives the element the same stack order as its parent.</span></p>
<div style="width:150px;height:150px;font-size:12px;color:#bf250a;text-align:center;line-height:200%;background-color:#facdc5;border:1px solid #bf250a;margin:0;z-index:500;position:relative;">z-index:500;<br />position:relative;</div>
<div style="width:150px;height:150px;font-size:12px;color:#4cbf0a;text-align:center;line-height:200%;background-color:#d7fac3;border:1px solid #4cbf0a;margin:-110px 0 0 130px;z-index:1000;position:absolute;">z-index:1000;<br />position:absolute;</p>
<div style="width:100px;height:100px;font-size:12px;color:#1e7bcc;text-align:center;line-height:200%;background-color:#c3e0fa;border:1px solid #1e7bcc;margin:0 0 0 -20px;z-index:auto;position:relative;">z-index:auto;<br />position:relative;</div>
</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div style="width:150px;height:150px;font-size:12px;color:#bf250a;text-align:center;line-height:200%;background-color:#facdc5;border:1px solid #bf250a;margin:0;z-index:500;position:relative;">z-index:500;<br />position:relative;</div>
<div style="width:150px;height:150px;font-size:12px;color:#4cbf0a;text-align:center;line-height:200%;background-color:#d7fac3;border:1px solid #4cbf0a;margin:-110px 0 0 130px;z-index:0;position:relative;">z-index:0;<br />position:relative;</div>
<div style="width:150px;height:150px;font-size:12px;color:#1e7bcc;text-align:center;line-height:200%;background-color:#c3e0fa;border:1px solid #1e7bcc;margin:-100px 0 0 70px;z-index:100;">
<p>z-index:100;</div>
<p>&nbsp;</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/" target="_blank">The Z-Index CSS Property: A Comprehensive Look</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/stack-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumb Showcase</title>
		<link>http://www.lingihuang.com/viviancrap/archives/breadcrumb-showcase/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/breadcrumb-showcase/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:26:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=285</guid>
		<description><![CDATA[What&#8217;s a breadcrumb? A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation scheme that reveals the user’s location in a website or Web application. The term comes from the Hansel and Gretel fairy tale in which the two title children drop breadcrumbs to form a trail back to their home. Just like in [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">What&#8217;s a breadcrumb?</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>A “breadcrumb” (or “breadcrumb trail”) is a type of <span class="highlighted">secondary navigation scheme</span> that reveals the user’s location in a website or Web application. The term comes from the Hansel and Gretel fairy tale in which the two title children drop breadcrumbs to form a trail back to their home. Just like in the tale, breadcrumbs in real-world applications offer users a way to trace the path back to their original landing point.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://delicious.com/SixRevisions/webdesign+design" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/interactive-delicious.jpg" width="243" height="99" title="SixRevision's Web Design and Design Bookmarks on Delicious" alt="SixRevision's Web Design and Design Bookmarks on Delicious" /></a></p>
<p>You can usually find breadcrumbs in websites that have a large amount of content organized in a hierarchical manner. You also see them in Web applications that have more than one step, where they function similar to a progress bar. In their simplest form, breadcrumbs are horizontally arranged text links separated by the “greater than” symbol (>); the symbol indicates the level of that page relative to the page links beside it.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">When Should You Use Breadcrumbs?</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><span class="highlighted">Use breadcrumb navigation for large websites and websites that have hierarchically arranged pages.</span> An excellent scenario is <span class="highlighted">e-commerce websites</span>, in which a large variety of products is grouped into logical categories.</p>
<p>You shouldn’t use breadcrumbs for single-level websites that have no logical hierarchy or grouping. A great way to determine if a website would benefit from breadcrumb navigation is to construct <span class="highlighted">a site map</span> or <span class="highlighted">a diagram</span> representing the website’s navigation architecture, and then analyze whether breadcrumbs would improve the user’s ability to navigate within and between categories.</p>
<p>Breadcrumb navigation should be regarded as an extra feature and shouldn’t replace effective primary navigation menus. It’s a convenience feature; a secondary navigation scheme that allows users to establish where they are; and an alternative way to navigate around your website.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Types of Breadcrumbs</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>Location-based</li>
<p><span class="highlighted">Location-based breadcrumbs</span> show the user where they are in the website’s hierarchy. They are typically used for navigation schemes that have multiple levels (usually more than two levels). In the example below (from <a href="http://www.sitepoint.com/article/introducing-joomla/" target="_blank">SitePoint</a>), each text link is for a page that is one level higher than the one on its right.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.sitepoint.com/article/introducing-joomla/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/location-based-breadcrumb-example-sitepoint.jpg" width="450" height="161" title="SitePoint" alt="SitePoint" /></a></p>
<li>Attribute-based</li>
<p><span class="highlighted">Attribute-based breadcrumb trails</span> display the attributes of a particular page. For example, in <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811112143" target="_blank">Newegg</a>, breadcrumb trails show the attributes of the items displayed on a particular page:</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811112143" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/newegg-attribute-based-navigation.jpg" width="450" height="98" title="Newegg" alt="Newegg" /></a></p>
<p>This page displays all computer cases that have the attributes of being manufactured by Lian Li and having a MicroATX Mini Tower form factor.</p>
<li>Path-based</li>
<p><span class="highlighted">Path-based breadcrumb trails</span> show users the steps they’ve taken to arrive at a particular page. Path-based breadcrumbs are dynamic in that they display the pages the user has visited before arriving on the current page.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="https://www.statementstacker.com/register/step2" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/sequential-statementtracker.jpg" width="450" height="184" title="Statement Tracker" alt="Statement Tracker" /></a></p>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Benefits of Using Breadcrumbs</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>Convenient for users</li>
<p>Breadcrumbs are used primarily to give users a secondary means of navigating a website. By offering a breadcrumb trail for all pages on a large multi-level website, users can navigate to higher-level categories more easily.</p>
<li>Reduces clicks or actions to return to higher-level pages</li>
<p>Instead of using the browser’s “Back” button or the website’s primary navigation to return to a higher-level page, users can now use the breadcrumbs with a fewer number of clicks.</p>
<li>Doesn’t usually hog screen space</li>
<p>Because they’re typically horizontally oriented and plainly styled, breadcrumb trails don’t take up a lot of space on the page. The benefit is that they have little to no negative impact in terms of content overload, and they outweigh any negatives if used properly.</p>
<li>Reduces bounce rates</li>
<p>Breadcrumb trails can be a great way to entice first-time visitors to peruse a website after having viewed the landing page. For example, say a user arrives on a page through a Google search, seeing a breadcrumb trail may tempt that user to click to higher-level pages to view related topics of interests. This, in turn, reduces the overall website bounce rate.</p>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Mistakes in Breadcrumb Trail Implementation</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>Using breadcrumbs when you don’t need to</li>
<p>In the below example, <a href="http://www.slicethepie.com/Music/Default.aspx" target="_blank">Slicethepie</a> risks overwhelming users with too many navigation options. The (1) <span class="highlighted">primary navigation</span>, (2) <span class="highlighted">breadcrumb trail</span> and (3) <span class="highlighted">secondary navigation</span> are very close together. The breadcrumb trail in this application offers users no added convenience because the secondary navigation for lower-level pages sits right below it. Additionally, clicking on the second-level link in the breadcrumb trail (”Music”) takes you back to the first tab (”Listen”), which mistakenly suggests that the first tab is on a higher level than the other two (”Search” and “Artist hall of fame”).</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.slicethepie.com/Music/Default.aspx" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/simple-pie-mistake.jpg" width="450" height="180" title="Slicethepie" alt="Slicethepie" /></a></p>
<li>Using breadcrumb trails as primary navigation</li>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.mefeedia.com/entry/fri-feb-27-2009/14804198" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/mefeedia.jpg" width="450" height="116" title="mefeedia" alt="mefeedia" /></a></p>
<p>In the above example, <a href="http://www.mefeedia.com/entry/fri-feb-27-2009/14804198" target="_blank">mefeedia</a> does not offer a primary navigation menu for viewing videos. Though there is text link navigation in the footer section, there’s no navigation menu in the body of the pages, making it hard to navigate to other sections of the website.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.mefeedia.com/entry/fri-feb-27-2009/14804198" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/mefeedia-2-primary-nav.jpg" width="450" height="343" title="mefeedia" alt="mefeedia" /></a></p>
<p>If you arrive on a video page directly — say, for example, through a Google search result — the only navigation option you may have is the breadcrumb trail. Or if you’ve already been browsing a website’s pages and reach a page that does not display the primary navigation menu, you will have to hit the “Back” button in your browser to access the main menu.</p>
<li>Using breadcrumbs when pages have multiple categories</li>
<p>Breadcrumb trails have a linear structure, so using them will be difficult if your pages can’t be classified into neat categories. Deciding whether to use breadcrumbs largely depends on how you’ve designed your website hierarchy. When a lower-level page is (or can be put) in more than one parent category, breadcrumb trails are ineffective, inaccurate and confusing to the user.</p>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Breadcrumb Navigation Design Considerations</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>What should be used to separate link items?</li>
<p>The commonly accepted and most recognizable symbol for separating hyperlinks in breadcrumb trails is <span class="highlighted">the “greater than” symbol (></span>)</span>. Typically, the > sign is used to denote hierarchy, as in the format of Parent category > Child category.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.google.com/support/websearch/bin/answer.py?hl=en&#038;answer=134479" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/greater-than-symbol-google.jpg" width="433" height="136" title="Google" alt="Google" /></a></p>
<p>Other symbols used are arrows pointing to the right, <span class="highlighted">right angle quotation marks (»)</span> and <span class="highlighted">slashes (/)</span>.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.uxmatters.com/topics/ajax-rias-web-20-apps/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/forward-slashes-uxmatters.jpg" width="438" height="100" title="UXmatters :: Ajax / RIAs / Web 2.0 Apps" alt="UXmatters :: Ajax / RIAs / Web 2.0 Apps" /></a></p>
<p>The choice depends on the aesthetics of the website and the type of breadcrumb used. For example, for path-based breadcrumbs in which the links do not necessarily have a hierarchical relationship to each other, using a “greater than” symbol may not convey their relationship accurately.</p>
<li>How big should it be?</li>
<p>You don’t want your breadcrumbs to dominate the page. A breadcrumb trail functions merely as an aid to users (a convenience); its size should convey this to users and thus should at least be smaller, or less prominent, than the primary navigation menu. A good rule of thumb to follow when sizing your breadcrumb trail is that it shouldn’t be the first item that grabs the user’s attention when arriving on a page.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.campaignmonitor.com/features/make-and-send-great-looking-emails/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/size-of-breadcrumb-campaign-monitor.jpg" width="450" height="287" title="Campaign Monitor" alt="Campaign Monitor" /></a></p>
<li>Where should breadcrumbs be located?</li>
<p>Breadcrumb trails are usually displayed <span class="highlighted">in the top half of the page</span>, below the primary navigation menu if a horizontal menu layout is used.</p>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Classic Text-Based Breadcrumbs</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.typepad.com/go/design-assistant/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/typical-breadcrumb-typepad.jpg" width="450" height="71" title="TypePad Design Assistant" alt="TypePad Design Assistant" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.nasa.gov/news/budget/index.html" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/greater-than-symbol-nasa.jpg" width="280" height="132" title="NASA" alt="NASA" /></a></p>
<p><a href="http://www.nestle.com/CSV/CSVHome.htm" target="_blank">Nestle</a> uses a breadcrumb trail whose text is significantly smaller than the text on the rest of the page, effectively making it unobtrusive.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.nestle.com/CSV/CSVHome.htm" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/greater-than-symbol-nestle.jpg" width="450" height="427" title="CSV" alt="CSV" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.marchanddetrucs.com/magasin-de-magie/thematiques/close-up/autres/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/typical-breadcrumb-marchand.jpg" width="450" height="135" title="Merchand de Trucs" alt="Merchand de Trucs" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.bridge55.com/t-shirts/gio-goi/gio-goi-key-t-shirt-bas100202-black.html" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/typical-breadcrumb-bridge-55.jpg" width="450" height="135" title="Bridge 55" alt="Bridge 55" /></a></p>
<p><a href="http://www.overstock.com/" target="_blank">Overstock.com</a> uses the standard “greater than” symbol for its attribute-based breadcrumb trail. Checkboxes for product attributes are used so that users can uncheck them to filter them out.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.overstock.com/Home-Garden/Beds/Twin,/bed-size,/2013/subcat.html" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/typical-breadcrumb-overstock.jpg" width="450" height="149" title="Overstock" alt="Overstock" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Replacing “>” with Other Symbols</div>
</p></div>
</p></div>
</p></div>
</p></div>
<h4 class="subtitle align-subtitle">Right-pointing Triangles</h4>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.techradar.com/news/computing" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-techradar.jpg" width="450" height="71" title="Computing | News | TechRadar UK" alt="Computing | News | TechRadar UK" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.bp.com/bodycopyarticle.do?categoryId=1&#038;contentId=7052055" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-bp.jpg" width="413" height="136" title="BP Global" alt="BP Global" /></a></p>
<h4 class="subtitle align-subtitle">Slashes</h4>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://psd.tutsplus.com/category/tutorials/drawing/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-psdtuts.jpg" width="450" height="100" title="Psdtuts+" alt="Psdtuts+" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.uniquemartique.com/site/martique/product/291" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-martique.jpg" width="450" height="95" title="Unique Martique" alt="Unique Martique" /></a></p>
<h4 class="subtitle align-subtitle">Right-angled Quotation Mark</h4>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.mousetominx.co.uk/products.php?cat=7" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-mouse-to-minx.jpg" width="450" height="95" title="Mouse to Minx" alt="Mouse to Minx" /></a></p>
<h4 class="subtitle align-subtitle">Right-pointing Arrows</h4>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.useit.com/alertbox/pr.html" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-usitdotcome.jpg" width="450" height="71" title="Use It" alt="Use It" /></a></p>
<h4 class="subtitle align-subtitle">Semi-colons (:)</h4>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.target.com/Beach-Towels-Bath-Bed/b/ref=sc_fe_l_2/176-1138487-8856958?ie=UTF8&#038;node=1041470" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/replacing-target.jpg" width="413" height="88" title="Target" alt="Target" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Beyond Simple Text Links</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://listen.grooveshark.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-groove-shark.jpg" width="450" height="79" title="Grooveshark" alt="Grooveshark" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://tv.yahoo.com/the-10-000-pyramid/show/28443/castcrew" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-yahootv.jpg" width="378" height="98" title="Yahoo! TV" alt="Yahoo! TV" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.ideo.com/work/item/s500/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-ideo.jpg" width="450" height="149" title="IDEO" alt="IDEO" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://store.apple.com/us/product/MB352LL/B?fnode=MTY1NDA4NA&#038;mco=MTY1OTg1Nw" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-apple.jpg" width="450" height="149" title="Apple Store" alt="Apple Store" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://coolspotters.com/entertainment/websites" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-coolspotters.jpg" width="450" height="149" title="Coolspotters" alt="Coolspotters" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.devlounge.net/design/sidebars-that-rock" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-devlounge.jpg" width="450" height="115" title="Devlounge" alt="Devlounge" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="https://launchpad.net/lottanzb" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-launchpad.jpg" width="330" height="74" title="Launchpad Lottanzb" alt="Launchpad Lottanzb" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.pixelpoodle.com/?action=news&#038;id=24" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-pixeldoodle.jpg" width="425" height="65" title="Pizelpoodle" alt="Pizelpoodle" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.guardian.co.uk/world/obama-administration" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/beautifully-guardianuk.jpg" width="450" height="135" title="Guardian" alt="Guardian" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Breadcrumbs for Multi-Step Processes</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a href="https://www.statementstacker.com/register/step2" target="_blank">Statement Tracker</a> uses a breadcrumb trail to indicate the steps involved in registering for an account, as well as a progress indicator.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="https://www.statementstacker.com/register/step2" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/sequential-statementtracker.jpg" width="450" height="184" title="StatementStacker" alt="StatementStacker" /></a></p>
<p><a href="http://www.flickr.com/tour/" target="_blank">Flickr</a> uses a breadcrumb trail to indicate the number of sections in the Flickr tour.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.flickr.com/tour/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/sequential-flickr.jpg" width="372" height="84" title="Flickr: Tour" alt="Flickr: Tour" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Breadcrumbs with Sub-Navigation</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a href="http://www.marketwatch.com/tech" target="_blank">MarketWatch</a> has a fly-out sub-navigation menu that appears when you hover over a breadcrumb link.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.marketwatch.com/tech" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/subnav-marketwatch.jpg" width="413" height="166" title="Marketwatch" alt="Marketwatch" /></a></p>
<p><a href="http://www.profoto.com/products/profoto/lightshapingtools" target="_blank">Profoto</a> has a unique breadcrumb trail: clicking on a breadcrumb link opens an area below it that gives users additional attributes to select from.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.profoto.com/products/profoto/lightshapingtools" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/primary-nav-protofoto.jpg" width="450" height="137" title="Profoto" alt="Profoto" /></a></p>
<p><a href="http://www.som.cranfield.ac.uk/som/p858/About-Cranfield/Location/Getting-to-Cranfield-via-Public-Transport" target="_blank">Cranfield University</a> has a similar fly-out breadcrumb scheme, which serves a dual function: as an location indicator for the user and as a robust and interactive secondary navigation scheme.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.som.cranfield.ac.uk/som/p858/About-Cranfield/Location/Getting-to-Cranfield-via-Public-Transport" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/primary-nav-cranfield.jpg" width="366" height="291" title="Cranfield School" alt="Cranfield School" /></a></p>
<p><a href="http://www.lonelyplanet.com/germany/north-rhine-westphalia/cologne" target="_blank">Lonely Planet</a> also has a fly-out breadcrumb trail in which you can change attributes.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.lonelyplanet.com/germany/north-rhine-westphalia/cologne" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/primary-nav-lonely-planet.jpg" width="450" height="71" title="Lonely Planet" alt="Lonely Planet" /></a></p>
<p>Clicking on a breadcrumb link takes you to that item’s page, while clicking on the downward-pointing arrow opens additional options.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.lonelyplanet.com/germany/north-rhine-westphalia/cologne" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/primary-nav-lonely-planet-2.jpg" width="450" height="272" title="Lonely Planet" alt="Lonely Planet" /></a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/cc295790.aspx" target="_blank">MSDN</a> has a breadcrumb trail that opens a scrollable sub-navigation list when the user hovers over a link.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://msdn.microsoft.com/en-us/library/cc295790.aspx" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/subnav-msdn.jpg" width="428" height="250" title="MSDN" alt="MSDN" /></a></p>
<p><a href="http://www.wowhead.com/?spells=7.11.574" target="_blank">Wowhead</a> has a multi-level sub-navigation scheme.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.wowhead.com/?spells=7.11.574" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/subnav-wowhead.jpg" width="399" height="154" title="Wowhead" alt="Wowhead" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Interactive Breadcrumbs</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a href="http://delicious.com/SixRevisions/webdesign+design" target="_blank">Delicious</a> lets you remove items in the breadcrumb trail of keyword tags to help you quickly find bookmarks.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://delicious.com/SixRevisions/webdesign+design" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/interactive-delicious.jpg" width="243" height="99" title="SixRevisions's Web Design and Design Bookmarks on Delicious" alt="SixRevisions's Web Design and Design Bookmarks on Delicious" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Experimental Examples</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a href="http://www.booreiland.nl/" target="_blank">Booreiland</a> uses a breadcrumb-style navigation scheme for its primary menu, allowing visitors to quickly understand what they’re currently viewing.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.booreiland.nl/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/breadcrumb/primary-nav-booreiland.jpg" width="450" height="194" title="Booreiland" alt="Booreiland" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.smashingmagazine.com/2009/03/17/breadcrumbs-in-web-design-examples-and-best-practices-2/" target="_blank">Breadcrumbs in Web Design: Examples and Best Practices</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/breadcrumb-showcase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination Showcase</title>
		<link>http://www.lingihuang.com/viviancrap/archives/pagination-showcase/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/pagination-showcase/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=279</guid>
		<description><![CDATA[Good Practices Of Pagination Design Provide large clickable areas Don’t use underlines Identify the current page Space out page links Provide Previous and Next links Use First and Last links (where applicable) Put First and Last links on the outside Bad Practices Of Pagination Design Navigation options are invisible The color of the links on [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Good Practices Of Pagination Design</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>Provide large clickable areas</li>
<li>Don’t use underlines</li>
<li>Identify the current page</li>
<li>Space out page links</li>
<li>Provide Previous and Next links</li>
<li>Use First and Last links (where applicable)</li>
<li>Put First and Last links on the outside</li>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Bad Practices Of Pagination Design</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>Navigation options are invisible</li>
<p>The color of the links on <a href="http://www.hugg.com/" target="_blank">Hugg.com</a> has a very low contrast with the white background. The hover-effect isn’t provided.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.hugg.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/hugg.gif" width="284" height="47" title="Hugg" alt="Hugg" /></a></p>
<li>Pagination isn’t intuitive</li>
<p><a href="http://www.helium.com/" target="_blank">Helium.com</a> is a perfect example for this mistake. Take a look at the screenshot below: what do the arrows stand for? For the page you’ve already visited or for the page you are currently on? And why does the link to the second page have a white background color? Why do the arrows have different colors? This is unintuitive.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.helium.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/helium.gif" width="454" height="33" title="Helium" alt="Helium" /></a></p>
<p>Unintuitive designs result from the lack of structure, hierarchy and well thought-out design decisions. “Blank” pagination is as unintuitive as overcrowded design solution.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.helium.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/helium2.png" width="223" height="33" title="Helium" alt="Helium" /></a></p>
<p>Not spaced out page links are harder to scan and to navigate through. <a href="http://make-believe.org/" target="_blank">Make-Believe.org</a> as an example. The design is unintuitive.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://make-believe.org/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/makeblieve.gif" width="107" height="44" title="Make Believe" alt="Make Believe" /></a></p>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Creative Solutions Can Be User-Friendly</div>
</p></div>
</p></div>
</p></div>
</p></div>
<h4 class="subtitle align-subtitle">Slider-based Pagination Menu</h4>
<p><a href="http://www.dirty.ru/" target="_blank">Dirty.ru</a> uses a slider-based pagination menu; users can drag it to get more available options, that means links to the older pages of the site.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.dirty.ru/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/dirtyru.gif" width="240" height="71" title="DirtyRu" alt="DirtyRu" /></a></p>
<h4 class="subtitle align-subtitle">Further Navigation Options</h4>
<p><a href="http://www.erweiterungen.de/" target="_blank">Erweiterungen.de</a>, the German version of the official Firefox extensions web-site, provides more navigation options once the visitor clicks on the “…”-button.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.erweiterungen.de/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/erweiterungen.gif" width="412" height="149" title="Erweiterungen" alt="Erweiterungen" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Simple Enumeration</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.facebook.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/facebook.gif" width="93" height="43" title="Facebook" alt="Facebook" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.businessweek.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/bw.gif" width="168" height="50" title="Business Week" alt="Business Week" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.slanted.de/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/slanted.gif" width="342" height="41" title="Slanted" alt="Slanted" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.cpluv.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/cpluv.png" width="394" height="49" title="Computerlove" alt="Computerlove" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.stylegala.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/stylegala.gif" width="223" height="50" title="Stylegala" alt="Stylegala" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.everyzing.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/everyzing.gif" width="212" height="57" title="EveryZing, Inc." alt="EveryZing, Inc." /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.subcide.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/subcide.gif" width="275" height="62" title="Subcide" alt="Subcide" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Colors and Shapes In Use</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.stylishlabs.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/stylishlabs.png" width="228" height="44" title="Fashion Style Blog" alt="Fashion Style Blog" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://store.apple.com/us" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/apple.gif" width="229" height="60" title="Apple Store" alt="Apple Store" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.bildblog.de/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/bildblog.gif" width="233" height="45" title="BilDblog" alt="BilDblog" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://nnm.ru/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/nnmru.gif" width="241" height="48" title="nnmru" alt="nnmru" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.sitepoint.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/sitepoint.png" width="272" height="59" title="SitePoint" alt="SitePoint" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.amazon.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/amazon.gif" width="270" height="43" title="Amazon" alt="Amazon" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.maple.nu/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/maple.png" width="278" height="46" title="Maple" alt="Maple" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.chow.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/chow-pagination.gif" width="304" height="51" title="Chow" alt="Chow" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.italknews.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/italknews.gif" width="303" height="42" title="iTalk News" alt="iTalk News" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.empressr.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/empressr.png" width="316" height="53" title="Empressr" alt="Empressr" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.flickr.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/flickr.gif" width="335" height="54" title="Flickr" alt="Flickr" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.ttiqq.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/ttiqq.gif" width="395" height="72" title="TTiqq" alt="TTiqq" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.ebizmba.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/ebizma.gif" width="386" height="49" title="eBizMBA" alt="eBizMBA" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.uxmag.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/uxmag.gif" width="389" height="87" title="UX Magazine" alt="UX Magazine" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://digg.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/digg.gif" width="427" height="62" title="Digg" alt="Digg" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.wykop.pl/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/wykop.gif" width="459" height="49" title="Wykop" alt="Wykop" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.wikio.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/wikio.gif" width="361" height="50" title="Wikio" alt="Wikio" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.become.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/become.gif" width="257" height="52" title="Bcome" alt="Become" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://meneame.net/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/meneame.gif" width="496" height="53" title="meneame" alt="meneame" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://msdn.microsoft.com/en-us/default.aspx" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/msdn.gif" width="240" height="58" title="MSDN" alt="MSDN" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.tutorialsgarden.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/tutorialsgarden.gif" width="286" height="56" title="TutorialsGarden" alt="TutorialsGarden" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.pixsy.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/pixsy.gif" width="325" height="66" title="Pixsy" alt="Pixsy" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://drupal.org/forum/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/drupal.gif" width="469" height="55" title="Drupal" alt="Drupal" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.ulf-theis.de/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/technorati.gif" width="270" height="58" title="ulf-theis" alt="ulf-theis" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.quintura.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/quintura.gif" width="243" height="61" title="Quintura" alt="Quintura" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.programmableweb.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/programmableweb.gif" width="239" height="51" title="ProgrammableWeb" alt="ProgrammableWeb" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.newsgarbage.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/newsgarbage.gif" width="326" height="47" title="News Garbage" alt="News Garbage" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.drweb.de/start/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/drweb.gif" width="479" height="67" title="Dr. Web Magazin" alt="Dr. Web Magazin" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.toplinks.gr/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/toplinks.gif" width="410" height="59" title="Top Links" alt="Top Links" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.blogmarks.net/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/blogmarks.gif" width="376" height="44" title="Blogmarks" alt="Blogmarks" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.ulf-theis.de/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/ulf.gif" width="326" height="50" title="ulf-theis" alt="ulf-theis" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.designsnack.com/?page=browse&#038;asc_desc=desc&#038;site_level=approved&#038;order_by=approved_id&#038;category=all&#038;rows=40" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/designshack.gif" width="443" height="44" title="Design Snack" alt="Design Snack" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.sproose.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/sproose.gif" width="489" height="62" title="Sproose" alt="Sproose" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.mister-wong.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/mister-wong.gif" width="166" height="55" title="Mister Wong" alt="Mister Wong" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://justice.anglican.org.nz/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/social.gif" width="304" height="55" title="Social" alt="Social" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://codesnipers.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/codesnipers.gif" width="413" height="53" title="CodeSnipers" alt="CodeSnipers" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Pagination with Manual Page Input</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>In some cases users can provide the number of the page they’d like to see manually, via the input-element. This is common for paginations with the limited number of options — e.g. in these designs you can’t jump to the last page if you’d like to.</p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.newyorker.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/newyorker.gif" width="226" height="42" title="New Yorker" alt="New Yorker" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.veer.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/veer.gif" width="392" height="89" title="Veer" alt="Veer" /></a></p>
<p><a class="thumbnail-container-anchor anchor-with-no-border" href="http://www.talkdigger.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/pagination/talkdigger.gif" width="459" height="57" title="Talk Digger" alt="Talk Digger" /></a></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/" target="_blank">Pagination Gallery: Examples and Good Practices</a></li>
<li><a href="http://mis-algoritmos.com/2007/03/16/some-styles-for-your-pagination/" target="_blank">Some Styles for Your Pagination</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/pagination-showcase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Design Trends</title>
		<link>http://www.lingihuang.com/viviancrap/archives/2008-design-trends/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/2008-design-trends/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 11:48:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=273</guid>
		<description><![CDATA[Vintage/Retro Styles Handwritten Notes and Paper Clips Grungy Splatter Ink Watercolor Collage]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<h4 class="subtitle align-subtitle">Vintage/Retro Styles</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.ernesthemingwaycollection.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/ernesthemingwaycollection.jpg" width="220" height="160" title="The Ernest Hemingway Collection" alt="The Ernest Hemingway Collection" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://radio.nymoon.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/ny-moon.jpg" width="220" height="160" title="Radio - The New York Moon" alt="Radio - The New York Moon" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.macsbeer.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/macsbeer.jpg" width="220" height="160" title="MacTarnahan's Brewing Company" alt="MacTarnahan's Brewing Company" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.coalmarch.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/coalmarch.jpg" width="220" height="160" title="Web Development Firm" alt="Web Development Firm" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.redblu.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/redblu.jpg" width="220" height="160" title="Red&#038;blu Clothing" alt="Red&#038;blu Clothing" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.fortysevenmedia.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/vintage-retro/painisgood.jpg" width="220" height="160" title="FortySeven Media" alt="FortySeven Media" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Handwritten Notes and Paper Clips</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.viget.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/handwritten-notes-and-papper-clips/viget.jpg" width="220" height="160" title="Viget Labs | We Build Web Business" alt="Viget Labs | We Build Web Business" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.pointofe.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/handwritten-notes-and-papper-clips/pointofe.jpg" width="220" height="160" title="Web Site Content Writers | Point of Entry Consulting, Inc." alt="Web Site Content Writers | Point of Entry Consulting, Inc." /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.homedesignfind.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/handwritten-notes-and-papper-clips/homedesignfind.jpg" width="220" height="160" title="Home Design Find" alt="Home Design Find" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.chemistryrecruitment.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/handwritten-notes-and-papper-clips/chemistryrecruitment.jpg" width="220" height="160" title="Chemistry Recruitment" alt="Chemistry Recruitment" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://onwired.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/handwritten-notes-and-papper-clips/onwire.jpg" width="220" height="160" title="Web Design &#038; Development" alt="Web Design &#038; Development" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Grungy</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://ma.tt/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/grungy/matt.jpg" width="220" height="160" title="Matt Mullenweg - aka Photo Matt - on WordPress, Web, Jazz, Life, and Photography" alt="Matt Mullenweg - aka Photo Matt - on WordPress, Web, Jazz, Life, and Photography" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.basmatitree.net/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/grungy/basmatitree.jpg" width="220" height="160" title="Basmati Tree" alt="Basmati Tree" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.edgepointchurch.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/grungy/edgepointchurch.jpg" width="220" height="160" title="Edgepoint Church | Awesomely Different" alt="Edgepoint Church | Awesomely Different" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Splatter Ink</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.olliekav.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/splatter-ink/olliekav.jpg" width="220" height="160" title="olliekav.com: All Things Design, Music and More" alt="olliekav.com: All Things Design, Music and More" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.timkadlec.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/splatter-ink/timkadlec.jpg" width="220" height="160" title="Tim Kadlec" alt="Tim Kadlec" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Watercolor</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://spring.tnvacation.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/watercolor/spring.jpg" width="220" height="160" title="Springtime in Tennessee" alt="Springtime in Tennessee" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.viget.com/inspire/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/watercolor/inspire.jpg" width="220" height="160" title="Web Design Blog | Web Design Standards | Viget Inspire" alt="Web Design Blog | Web Design Standards | Viget Inspire" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.dailycandy.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/watercolor/dailycandy.jpg" width="220" height="160" title="DailyCandy - The Latest Fashion Designers, Weekend Events &#038; Products" alt="DailyCandy - The Latest Fashion Designers, Weekend Events &#038; Products" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Collage</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.freepeople.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/collage/freepeople.jpg" width="220" height="160" title="Free People Clothing Boutique > Welcome to Free People&#8221; alt=&#8221;Free People Clothing Boutique > Welcome to Free People&#8221; /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://summer.tnvacation.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/collage/summer.jpg" width="220" height="160" title="Summertime in Tennessee" alt="Summertime in Tennessee" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.designspongeonline.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/collage/designsponge.jpg" width="220" height="160" title="Design*Sponge" alt="Design*Sponge" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Sketches and Handwritten Fonts</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.njrebel.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/sketches-and-handwritten-fonts/njrebel.jpg" width="220" height="160" title="NJ REBEL | New Jersey Youth Anti Tobacco Movement" alt="NJ REBEL | New Jersey Youth Anti Tobacco Movement" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://bootb.com/en/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/sketches-and-handwritten-fonts/bootb.jpg" width="220" height="160" title="The Official Online Marketplace for Creative Services - Unlimited Creativity - BootB" alt="The Official Online Marketplace for Creative Services - Unlimited Creativity - BootB" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.bnweiss.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/sketches-and-handwritten-fonts/bnweiss.jpg" width="220" height="160" title="B.N.WEISS | MUnich | New York | Corporate Design" alt="B.N.WEISS | MUnich | New York | Corporate Design" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.threadless.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/sketches-and-handwritten-fonts/theadless.jpg" width="220" height="160" title="Threadless Graphic T-shirt Designs" alt="Threadless Graphic T-shirt Designs" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.mccoy.co.uk/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/sketches-and-handwritten-fonts/mccoy.jpg" width="220" height="160" title="Freelance Web Designer - Richard McCoy" alt="Freelance Web Designer - Richard McCoy" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Big Fonts</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://rediswhite.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/big-fonts/rediswhite.jpg" width="220" height="160" title="Red is White T-shirts - Faith Inspired Designer Tees | Submit, Rate, Buy" alt="Red is White T-shirts - Faith Inspired Designer Tees | Submit, Rate, Buy" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.ijsfontein.nl/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/big-fonts/ijsfontein.jpg" width="220" height="160" title="IJsfontein: home" alt="IJsfontein: home" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Script Fonts</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.darasgarden.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/script-fonts/darasgarden.jpg" width="220" height="160" title="Dara's Garden - Weddings, Receptions, and Events in Knoxville, TN" alt="Dara's Garden - Weddings, Receptions, and Events in Knoxville, TN" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.hotmeteor.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/script-fonts/hot-meteor.jpg" width="220" height="160" title="Hot Meteor" alt="Hot Meteor" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Wood Pattern</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.komodomedia.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/wood-pattern/komodomedia.jpg" width="220" height="160" title="Komodo Media - Web, Logo &#038; Identity Design Company - CSS, jQuery, Javascript, &#038; Web Design Blog" alt="Komodo Media - Web, Logo &#038; Identity Design Company - CSS, jQuery, Javascript, &#038; Web Design Blog" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.davidhellmann.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/wood-pattern/david.jpg" width="220" height="160" title="David Hellmann - Grafikdesign, Webdesign, Entwicklung, (X)HTML, CSS, WordPress" alt="David Hellmann - Grafikdesign, Webdesign, Entwicklung, (X)HTML, CSS, WordPress" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.candesprojects.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/wood-pattern/candes.jpg" width="220" height="160" title="Candes | Cristian Neagu - UI Designer, Developer, Consultant" alt="Candes | Cristian Neagu - UI Designer, Developer, Consultant" /></a></li>
</ul>
<h4 class="subtitle align-subtitle">Zig Zag Pattern</h4>
<ul class="thumbnails clearfix">
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://www.ewedding.com/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/zig-zag-pattern/ewedding.jpg" width="220" height="160" title="Wedding Websites by eWedding.com" alt="Wedding Websites by eWedding.com" /></a></li>
<li class="thumbnail-width-2"><a class="thumbnail-container-anchor" href="http://shop.uppercasegallery.ca/" target="_blank"><img src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/09/zig-zag-pattern/uppercasegallery.jpg" width="220" height="160" title="UPPERCASE - Welcome" alt="UPPERCASE - Welcome" /></a></li>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.webdesignerwall.com/trends/2008-design-trends/" target="_blank">2008 Design Trends</a></li>
<li><a href="http://www.smashingmagazine.com/2008/01/29/grunge-style-in-modern-web-design/" target="_blank">Grunge Style In Modern Web Design</a></li>
<li><a href="http://www.smashingmagazine.com/2008/03/11/the-secrets-of-grunge-design/" target="_blank">The Secrets Of Grunge Design</a></li>
<li><a href="http://www.smashingmagazine.com/2008/01/03/hand-drawing-style-in-modern-web-design/" target="_blank">Hand-Drawing Style In Modern Web Design</a></li>
<li><a href="http://www.smashingmagazine.com/2008/06/18/hand-drawing-style-in-modern-web-design-volume-2/" target="_blank">Hand-Drawing Style In Modern Web Design &#8211; Volume 2</a></li>
<li><a href="http://www.smashingmagazine.com/2008/10/07/retro-and-vintage-in-modern-web-design/" target="_blank">Retro and Vintage In Modern Web Design</a></li>
<li><a href="http://www.smashingmagazine.com/2008/10/14/30-beautiful-vintageretro-photoshop-tutorials/" target="_blank">35 Beautiful Vintage and Retro Photoshop Tutorials</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/2008-design-trends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Picker</title>
		<link>http://www.lingihuang.com/viviancrap/archives/color-picker/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/color-picker/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:08:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/archives/color-picker/</guid>
		<description><![CDATA[Color Palette for Web Below is a chart covering the 216 hexidecimal color values from the web safe palette. Use this chart if you prefer to use colors from the web safe palette. #FFFFFF #FFFFCC #FFFF99 #FFFF66 #FFFF33 #FFFF00 #FFCCFF #FFCCCC #FFCC99 #FFCC66 #FFCC33 #FFCC00 #FF99FF #FF99CC #FF9999 #FF9966 #FF9933 #FF9900 #FF66FF #FF66CC #FF6699 #FF6666 [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
         		<iframe src="http://www.lingihuang.com/viviancrap/wp-content/themes/default/color_picker_sample.html" width="360" height="180" frameBorder="0" marginWidth="0" marginHeight="0" scrolling="no"></iframe></p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Color Palette for Web</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>Below is a chart covering the 216 hexidecimal color values from the web safe palette. Use this chart if you prefer to use colors from the web safe palette.</p>
<ul class="color-palette clearfix">
<li class="font-color-black" style="background-color: rgb(255, 255, 255);">#FFFFFF</li>
<li class="font-color-black" style="background-color: rgb(255, 255, 204);">#FFFFCC</li>
<li class="font-color-black" style="background-color: rgb(255, 255, 153);">#FFFF99</li>
<li class="font-color-black" style="background-color: rgb(255, 255, 102);">#FFFF66</li>
<li class="font-color-black" style="background-color: rgb(255, 255, 51);">#FFFF33</li>
<li class="font-color-black" style="background-color: rgb(255, 255, 0);">#FFFF00</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 255);">#FFCCFF</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 204);">#FFCCCC</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 153);">#FFCC99</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 102);">#FFCC66</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 51);">#FFCC33</li>
<li class="font-color-black" style="background-color: rgb(255, 204, 0);">#FFCC00</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 255);">#FF99FF</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 204);">#FF99CC</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 153);">#FF9999</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 102);">#FF9966</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 51);">#FF9933</li>
<li class="font-color-black" style="background-color: rgb(255, 153, 0);">#FF9900</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 255);">#FF66FF</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 204);">#FF66CC</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 153);">#FF6699</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 102);">#FF6666</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 51);">#FF6633</li>
<li class="font-color-black" style="background-color: rgb(255, 102, 0);">#FF6600</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 255);">#FF33FF</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 204);">#FF33CC</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 153);">#FF3399</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 102);">#FF3366</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 51);">#FF3333</li>
<li class="font-color-black" style="background-color: rgb(255, 51, 0);">#FF3300</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 255);">#FF00FF</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 204);">#FF00CC</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 153);">#FF0099</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 102);">#FF0066</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 51);">#FF0033</li>
<li class="font-color-black" style="background-color: rgb(255, 0, 0);">#FF0000</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 255);">#CCFFFF</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 204);">#CCFFCC</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 153);">#CCFF99</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 102);">#CCFF66</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 51);">#CCFF33</li>
<li class="font-color-black" style="background-color: rgb(204, 255, 0);">#CCFF00</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 255);">#CCCCFF</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 204);">#CCCCCC</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 153);">#CCCC99</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 102);">#CCCC66</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 51);">#CCCC33</li>
<li class="font-color-black" style="background-color: rgb(204, 204, 0);">#CCCC00</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 255);">#CC99FF</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 204);">#CC99CC</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 153);">#CC9999</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 102);">#CC9966</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 51);">#CC9933</li>
<li class="font-color-black" style="background-color: rgb(204, 153, 0);">#CC9900</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 255);">#CC66FF</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 204);">#CC66CC</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 153);">#CC6699</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 102);">#CC6666</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 51);">#CC6633</li>
<li class="font-color-black" style="background-color: rgb(204, 102, 0);">#CC6600</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 255);">#CC33FF</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 204);">#CC33CC</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 153);">#CC3399</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 102);">#CC3366</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 51);">#CC3333</li>
<li class="font-color-black" style="background-color: rgb(204, 51, 0);">#CC3300</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 255);">#CC00FF</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 204);">#CC00CC</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 153);">#CC0099</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 102);">#CC0066</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 51);">#CC0033</li>
<li class="font-color-black" style="background-color: rgb(204, 0, 0);">#CC0000</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 255);">#99FFFF</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 204);">#99FFCC</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 153);">#99FF99</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 102);">#99FF66</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 51);">#99FF33</li>
<li class="font-color-black" style="background-color: rgb(153, 255, 0);">#99FF00</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 255);">#99CCFF</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 204);">#99CCCC</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 153);">#99CC99</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 102);">#99CC66</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 51);">#99CC33</li>
<li class="font-color-black" style="background-color: rgb(153, 204, 0);">#99CC00</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 255);">#9999FF</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 204);">#9999CC</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 153);">#999999</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 102);">#999966</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 51);">#999933</li>
<li class="font-color-black" style="background-color: rgb(153, 153, 0);">#999900</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 255);">#9966FF</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 204);">#9966CC</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 153);">#996699</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 102);">#996666</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 51);">#996633</li>
<li class="font-color-black" style="background-color: rgb(153, 102, 0);">#996600</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 255);">#9933FF</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 204);">#9933CC</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 153);">#993399</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 102);">#993366</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 51);">#993333</li>
<li class="font-color-black" style="background-color: rgb(153, 51, 0);">#993300</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 255);">#9900FF</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 204);">#9900CC</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 153);">#990099</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 102);">#990066</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 51);">#990033</li>
<li class="font-color-black" style="background-color: rgb(153, 0, 0);">#990000</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 255);">#66FFFF</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 204);">#66FFCC</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 153);">#66FF99</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 102);">#66FF66</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 51);">#66FF33</li>
<li class="font-color-black" style="background-color: rgb(102, 255, 0);">#66FF00</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 255);">#66CCFF</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 204);">#66CCCC</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 153);">#66CC99</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 102);">#66CC66</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 51);">#66CC33</li>
<li class="font-color-black" style="background-color: rgb(102, 204, 0);">#66CC00</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 255);">#6699FF</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 204);">#6699CC</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 153);">#669999</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 102);">#669966</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 51);">#669933</li>
<li class="font-color-black" style="background-color: rgb(102, 153, 0);">#669900</li>
<li class="font-color-white" style="background-color: rgb(102, 102, 255);">#6666FF</li>
<li class="font-color-white" style="background-color: rgb(102, 102, 204);">#6666CC</li>
<li class="font-color-white" style="background-color: rgb(102, 102, 153);">#666699</li>
<li class="font-color-white" style="background-color: rgb(102, 102, 102);">#666666</li>
<li class="font-color-white" style="background-color: rgb(102, 102, 51);">#666633</li>
<li class="font-color-white" style="background-color: rgb(102, 96, 0);">#666000</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 255);">#6633FF</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 204);">#6633CC</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 153);">#663399</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 102);">#663366</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 51);">#663333</li>
<li class="font-color-white" style="background-color: rgb(102, 51, 0);">#663300</li>
<li class="font-color-white" style="background-color: rgb(102, 0, 255);">#6600FF</li>
<li class="font-color-white" style="background-color: rgb(102, 0, 204);">#6600CC</li>
<li class="font-color-white" style="background-color: rgb(102, 0, 153);">#660099</li>
<li class="font-color-white" style="background-color: rgb(102, 0, 102);">#660066</li>
<li class="font-color-white" style="background-color: rgb(102, 0, 51);">#660033</li>
<li class="font-color-white" style="background-color: rgb(102, 96, 0);">#660000</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 255);">#33FFFF</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 204);">#33FFCC</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 153);">#33FF99</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 102);">#33FF66</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 51);">#33FF33</li>
<li class="font-color-black" style="background-color: rgb(51, 255, 0);">#33FF00</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 255);">#33CCFF</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 204);">#33CCCC</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 153);">#33CC99</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 102);">#33CC66</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 51);">#33CC33</li>
<li class="font-color-black" style="background-color: rgb(51, 204, 0);">#33CC00</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 255);">#3399FF</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 204);">#3399CC</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 153);">#339999</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 102);">#339966</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 51);">#339933</li>
<li class="font-color-black" style="background-color: rgb(51, 153, 0);">#339900</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 255);">#3366FF</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 204);">#3366CC</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 153);">#336699</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 102);">#336666</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 51);">#336633</li>
<li class="font-color-white" style="background-color: rgb(51, 102, 0);">#336600</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 255);">#3333FF</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 204);">#3333CC</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 153);">#333399</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 102);">#333366</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 51);">#333333</li>
<li class="font-color-white" style="background-color: rgb(51, 51, 0);">#333300</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 255);">#3300FF</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 204);">#3300CC</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 153);">#330099</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 102);">#330066</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 51);">#330033</li>
<li class="font-color-white" style="background-color: rgb(51, 0, 0);">#330000</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 255);">#00FFFF</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 204);">#00FFCC</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 153);">#00FF99</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 102);">#00FF66</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 51);">#00FF33</li>
<li class="font-color-black" style="background-color: rgb(0, 255, 0);">#00FF00</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 255);">#00CCFF</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 204);">#00CCCC</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 153);">#00CC99</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 102);">#00CC66</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 51);">#00CC33</li>
<li class="font-color-black" style="background-color: rgb(0, 204, 0);">#00CC00</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 255);">#0099FF</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 204);">#0099CC</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 153);">#009999</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 102);">#009966</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 51);">#009933</li>
<li class="font-color-black" style="background-color: rgb(0, 153, 0);">#009900</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 255);">#0066FF</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 204);">#0066CC</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 153);">#006699</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 102);">#006666</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 51);">#006633</li>
<li class="font-color-white" style="background-color: rgb(0, 102, 0);">#006600</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 255);">#0033FF</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 204);">#0033CC</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 153);">#003399</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 102);">#003366</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 51);">#003333</li>
<li class="font-color-white" style="background-color: rgb(0, 51, 0);">#003300</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 255);">#0000FF</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 204);">#0000CC</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 153);">#000099</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 102);">#000066</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 51);">#000033</li>
<li class="font-color-white" style="background-color: rgb(0, 0, 0);">#000000</li>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.quackit.com/css/css_color_codes.cfm" target="_blank">CSS Color Codes</a></li>
<li><a href="http://eyecon.ro/colorpicker/#about" target="_blank">ColorPicker &#8211; jQuery Plugin</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/color-picker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose Color Combinations</title>
		<link>http://www.lingihuang.com/viviancrap/archives/choose-color-combinations/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/choose-color-combinations/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=62</guid>
		<description><![CDATA[All Important but Often Elusive: Tips on Creating Your Next Color Palette Color is a subjective experience, it is a mental sensation, a reaction of our brain. We say that an orange is &#8216;orange&#8217;. But is it really orange? How do we know? We cannot get outside of our eyes or brain to find out, [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<h4 class="subtitle align-subtitle">All Important but Often Elusive: Tips on Creating Your Next Color Palette</h4>
<p>Color is a subjective experience, it is a mental sensation, a reaction of our brain. We say that an orange is &#8216;orange&#8217;. But is it really orange? How do we know? We cannot get outside of our eyes or brain to find out, but we do know that when the sun or light disappears; color vanishes. We take colors for granted. It&#8217;s only when we are actually drawing or painting that we realize how much value color brings to our daily life.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Color Theory in a Wrap</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>          		<img class="img-align-left" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-1.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-63" /></p>
<p>To learn about color, you first need to understand the structure of color. <span class="highlighted">A color wheel</span> shows us how color is structured. We start with the three <span class="highlighted">primary hues</span>: yellow, red and blue. These are the basic building blocks of color. Next we have the three <span class="highlighted">secondary hues</span>: orange, violet and green. Then follows the third generation or third level: yellow-orange, red-orange, red-violet, blue-violet, blue-green, and yellow-green.</p>
<p>The color wheel <span class="minor">(See Figure 1)</span> shows us which colors are opposite to each other on the wheel. Blue is the opposite of orange, red is the opposite of green, yellow-green is the opposite of red-violet. These are called <span class="highlighted">complements</span>. Furthermore, we can divide colors into warm or cold colors. The colors on the bottom right, derived from blue are <span class="highlighted">cold colors</span>, those derived from red are <span class="highlighted">warm colors</span>.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Which color is suitable for which purpose?</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>Sometimes finding the right color combinations can be really hard, especially if you have to start a project from scratch. If your client already has a logo, a house-style or branding guidelines, you have a starting point. But if it’s your job to design that house-style, the first thing you should do is decide which style the logo should reflect. And with style comes typefaces and colors. Color plays a major part in all this. It symbolizes a certain mood. Does your house-style need cold or warm colors?</p>
<p><span class="highlighted">Colors reflect a certain personality.</span> They also have several meanings, most of which are closely connected to each other. For example, blue stands for sky, heaven and water. It reflects freedom and peace, but it can also mean cold, protective, authoritative or technical. Red is the color of blood, it reflects courage, romance, but it also means hot, dynamic, vital, commanding or alert. All these symbolic connotations are perfectly visualized by Claudia Cortes in her <a href="http://www.mariaclaudiacortes.com/colors/Colors.html" target="_blank">Color in Motion</a>, a real treat for the eye (the eye has its claims too).</p>
<p>You may not be superstitious or believe that colors have actual meanings, but you ought to consider them. Whether consciously or unconsciously, we consider those meanings when we judge an artwork or design. These generally accepted meanings often play a role in determining whether we like or dislike what we are looking at. Darkness will always suggest danger and mystery.</p>
<p>Colors effect us psychologically regardless of any symbolism, because in some cases they don&#8217;t apply; it all depends on the circumstances. For example, black may signify mourning, but a tuxedo is also black and it signifies elegance. We all prefer bright vibrant colors over dull grey, but sometimes grey can be stylish too; it all depends on how we apply it in our design, it depends on the circumstances. But we should also be aware of the fact the meanings of color are different depending on the culture. For example, in most Western cultures, white symbolizes purity and elegance, cleanliness. However, in many Asian countries, white is also a color for death and mourning, and used for funerals. As with any design endeavor, make sure that you don’t only understand the psychological effects of colors but that you also know the nuances of the culture and audience you are designing for! This way you’ll have a better chance of success in achieving the emotional impact you want.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">A Nice Well-Balanced Color Combination</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>To define the colors for your project, choose a set of colors that fits with your client&#8217;s logo. This color set should be limited. This way, you get a stronger brand or identity. The overall use of too many colors could result in chaotic and unintended effects. It can get your design totally out of balance. In other words, it will loose its style and personality.</p>
<p>          		<img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-2.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-64" /></p>
<p>When you choose your shades, there are a few things you should keep in mind. First, there should be enough <span class="highlighted">contrast</span>, and secondly, it might be advisable to have one <span class="highlighted">complementary color</span>. For instance, if you have a set of three colors, Color One should be in contrast with the Color Two and Color Three. Alternatively, Color One could be a complement of Color Two or Color Three. Using complements is not exactly necessary but it can help you achieve nice results. <span class="minor">(See Figure 2)</span> Using contrasting colors is important to achieve an interesting well-balanced design. For example, try to have two light colors and one darker color. Or you can have a light color, medium light color and a dark color.</p>
<p>          		<img class="img-align-left" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-3.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-65" /></p>
<p>Too much contrast can result in a restless or even aggressive design. <span class="minor">(See Figure 3)</span> It might of course be your intention to achieve this effect, but if so, make sure that the eye has some resting place in your layout. A rest-point is (I believe) necessary to keep it all in balance. You see, besides using the right color combinations, <img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-4.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-66" />you should also think on how you dose these colors. Try using them in the right proportions. For example, use the lighter color for the bigger areas like the background and the most vibrant color on the items where you want to attract the attention to, like the logo or title. The middle colors can be used for the text and other items.</p>
<p>          		<img class="img-align-left" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-5.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-67" /></p>
<p>Using one complementary color can even increase the ultimate effect, but there’s a bit of a catch to this method. You have to be sure to apply them in a subtle way. If you excagerate and get it out of proportion things will get too overwhelming <span class="minor">(See Figure 5)</span>. If colors are wrong applied or don&#8217;t go nicely together, they can make your design rather unharmonious. It&#8217;s up you to find out what is suitable or not, after all, colors are a subjective experience. One might like the combination while another doesn’t. <img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/color-combination-6.gif" alt="Color Combination" title="Color Combination" width="215" height="241" class="alignnone size-full wp-image-68" />So what makes you have &#8216;good taste&#8217; in colors? Tastes differ, we all have different meanings of what is attractive and what isn&#8217;t. Yet still, the world would be unbearable if there wasn&#8217;t some general agreement. Luckily, by following these simple guidelines, you’ll have a better chance of achieving the optimal result. If you get stuck, you might find Adam Polselli&#8217;s Get The Look a nice source of inspiration on the latest color trends and styles.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Color Inspiration</div>
</p></div>
</p></div>
</p></div>
</p></div>
<p>It&#8217;s been said before, but bears repeating: inspiration can come from anywhere. Always keep your eyes open for color combinations that you like. Examine photographs, pay attention to the vibrant colors of nature, and most importantly, keep experimenting!</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://veerle.duoh.com/blog/comments/choosing_color_combinations/" target="_blank">Choosing Color Combinations</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/choose-color-combinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make effective use of color in websites?</title>
		<link>http://www.lingihuang.com/viviancrap/archives/how-to-make-effective-use-of-color-in-websites/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/how-to-make-effective-use-of-color-in-websites/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 15:18:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=52</guid>
		<description><![CDATA[When discussing the design of a new site, a question that consistently arises is &#8211; “How do I select the most effective colors?” Choosing the right color palette for a site is essential to communicate your message, brand your product or service, and, if you are an online business, sell your products. Everyone has favorite [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<p>When discussing the design of a new site, a question that consistently arises is &#8211; “How do I select the most effective colors?” Choosing the right color palette for a site is essential to communicate your message, brand your product or service, and, if you are an online business, sell your products. Everyone has favorite colors, but how those colors are interpreted may vary from culture to culture. Color communicates far more than most people realize. Choosing wrong colors can be a disaster for your website.</p>
<p>Before selecting colors, we ask the following questions:</p>
<ul class="entry-list">
<li>Who are your site’s potential visitors?</li>
<li>What are your products or services?</li>
<li>What are your site’s key objectives?</li>
</ul>
<p>Your website’s potential visitors might come from a global or regional market, or exclusively from North America. Did you know that the color white symbolizes mourning in China, or that purple is the color of death in many Catholic countries? Yellow is an Imperial color in Chinese countries, but in America it may symbolize cowardliness or urine. More important, shifting colors to another area of the color spectrum can completely change their impact. For example, yellow shifted toward red results in a color that indicates gold or ‘having value.’</p>
<p>Your visitor demographics also can make a difference in how colors are perceived. Young people are drawn more to saturated colors than adults, who may find them garish or offensive. Strong color contrasts can also drive older visitors away. While young people may respond positively to new color trends, these fashionable colors can be overused and go out of style as quickly as they appear. Text and background color choices also affect readability, which can be an issue for older visitors and those with visual impairments.</p>
<p>The following is a list of colors and potential meanings:</p>
<p>          		<img class="img-align-left" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/website-effective-color-5.jpg" alt="Website Effective Color" title="Website Effective Color" width="490" height="1200" class="alignnone size-full wp-image-73" /></p>
<h4 class="subtitle align-subtitle">Red</h4>
<p>passion, romance, fire, violence, aggression. Red means stop, or signals warning or forbidden actions in many cultures.</p>
<h4 class="subtitle align-subtitle">Purple</h4>
<p>creativity, mystery, (reddish purple) royalty, mysticism, rarity. Purple is associated with death in Catholic cultures, as mentioned above.</p>
<h4 class="subtitle align-subtitle">Blue</h4>
<p>loyalty, security, conservatism, tranquility, coldness, sadness. Light blues create a feeling of openness, clean air and freshness, while dark blues can convey tradition, trust and solidity.</p>
<h4 class="subtitle align-subtitle">Green</h4>
<p>nature, fertility, growth, envy. In North American cultures, green means ‘go,’ is associated with environmental awareness, and is often linked to fiscal matters. A lighter, somewhat desaturated green is the color of money and indicates wealth or value.</p>
<h4 class="subtitle align-subtitle">Yellow</h4>
<p>brightness, illumination, illness, cowardice. Some yellows can symbolize the precious metal &#8211; gold &#8211; and are universally valued.</p>
<h4 class="subtitle align-subtitle">Black</h4>
<p>power, sophistication, contemporary style, death, morbidity, evil, night.</p>
<h4 class="subtitle align-subtitle">White</h4>
<p>purity, innocence, cleanliness, truth, peace, coldness, sterility. White is also the color of death in Chinese culture, as mentioned above.</p>
<p>Many websites today clearly reflect the negative effect of bad color choices. People often choose colors to &#8216;dress-up&#8217; their site without any regard to their site’s objectives. Here are several mistakes commonly made in selecting website colors:</p>
<h4 class="subtitle align-subtitle">Colors are selected that conflict with your brand, service or products.</h4>
<p>If you have a well-known brand like Coke, you can use bold colors like &#8216;Coca-Cola red&#8217; as much as you want without concern. However, very few companies are in the unique position where the brand name is more powerful than their brand color. Less well-known businesses should carefully consider the colors they choose for their logos and website. Certain colors work well with specific types of businesses. For example, warm colors, such as reds, yellows, and oranges – often called a &#8216;fiesta palette,&#8217; can work well for food sites and restaurants that offer spicy fare. Colors in the warm range can also be effective in selling products associated with sun, passion or sensuality. Creams, whites and dark brown colors can be used successfully on websites that sell chocolate products. Cool colors, such as blues and greens, complement outdoor products, airlines, medical services, law firms and intellectual content. These colors can reflect trust or a relaxed attitude. As one person has noted, &#8220;… the color blue has a relaxing effect on the nervous system, and some studies have shown that it increases productivity when used as a background color. However, don&#8217;t use blue in your color scheme if your product is food-related, as blue is a natural appetite suppressant.&#8221;</p>
<h4 class="subtitle align-subtitle">The web site uses saturated background colors that fight with your site’s content and make it difficult to read and navigate. </h4>
<p>If your site uses product pictures or headlines with important messages, you should always chose a desatured background so the images will ‘pop’ or ‘stand out’ on the page. A saturated background will dominate your page, causing both the content and images to be lost. Not only will your content be hard to read, your pictures will lose their effectiveness and your site will be difficult to navigate. The colors of your product pictures and key messages should always be more highly saturated than your background colors. Keep in mind that graphics and areas on your site with the most saturated colors will attract the visitor’s eye first. Here&#8217;s an example:</p>
<p>          		<img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/website-effective-color-1-300x155.gif" alt="Website Effective Color" title="Website Effective Color" width="300" height="155" class="alignright size-medium wp-image-53" /></p>
<p>On the left you can see a product name and picture on saturated backgrounds. Next to the graphic is an example with lighter, less saturated color backgrounds. As you can see, the less saturated colors on the right complement and &#8216;sell&#8217; the product name and picture more effectively.</p>
<p>          		<img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/website-effective-color-2-300x155.gif" alt="Website Effective Color" title="Website Effective Color" width="300" height="155" class="alignright size-medium wp-image-54" /></p>
<p>The example shows color saturation reduced by 10% each step. You can see that colors move from garish to modulated to dingy as they progress from left to right. The 4th through 7th colors in each row are the best choices.</p>
<p>          		<img class="img-align-right" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/website-effective-color-3-300x155.gif" alt="Website Effective Color" title="Website Effective Color" width="300" height="155" class="alignright size-medium wp-image-55" /></p>
<p>This example shows the impact of changing colors from saturated to desaturated, moving from dark to light for each color sample. The saturated colors on the left retain their &#8216;pop&#8217; even when made lighter, while desaturated colors move into the background and become more muted as they become lighter.</p>
<p>          		<img class="img-align-left" src="http://www.lingihuang.com/viviancrap/wp-content/uploads/2009/04/website-effective-color-4-300x155.gif" alt="Website Effective Color" title="Website Effective Color" width="300" height="155" class="alignright size-medium wp-image-56" /></p>
<p>The example shows how back and white text appears on saturated versus desaturated color backgrounds. White text has more ‘pop’ on a saturated background while black text is more readable on a desaturated background. The white text on the desaturated background &#8216;shouts&#8217; less, as well. Note that the product picture appears more intense on the saturated color box, while the blue box looks less blue on the saturated color box. The picture and blue box are the same color in both examples. The desaturated example is most effective.</p>
<h4 class="subtitle align-subtitle">Your website uses too many colors.</h4>
<p>Color harmony is the most important criteria when selecting colors. We recommend selecting a moderate number of colors. Four or five colors, plus black and white, should be sufficient. Too many colors create discord and will distract the user.</p>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://www.usabilitypost.com/2008/09/29/a-guide-to-choosing-colors-for-your-brand/" target="_blank">A Guide to Choosing Colors for Your Brand</a></li>
<li><a href="http://www.pallasweb.com/color.html" target="_blank">How to Make Effective Use of Color in Websites</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/how-to-make-effective-use-of-color-in-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Text Selection</title>
		<link>http://www.lingihuang.com/viviancrap/archives/disable-text-selection/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/disable-text-selection/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 15:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=43</guid>
		<description><![CDATA[Disable Text Selection With CSS &#60;div unselectable="on"&#62;&#60;/div&#62; /* For IE */ .classname { user-select: none; -moz-user-select: none; /* For Firefox */ -khtml-user-select: none; /* For Safari */ -o-user-select: none; /* For Opera */ } With Javascript var disableTextSelection = function(element) { element.unselectable = "on"; /* For IE */ element.style.UserSelect = "none"; element.style.MozUserSelect = "none"; /* [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Disable Text Selection</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>With CSS</li>
<pre>
          				<code class="text-indent-0"><span class="element">&lt;div</span> <span class="attribute">unselectable</span>=<span class="value">"on"</span><span class="element">&gt;</span><span class="element">&lt;/div&gt;</span> <span class="comment">/* For IE */</span></code>
          			</pre>
<pre>
          				<code class="text-indent-0"><span class="class">.classname</span> <span class="keyword">{</span></code>
          					<code class="text-indent-1"><span class="attribute">user-select</span>: <span class="value">none</span>;</code>
          					<code class="text-indent-1"><span class="attribute">-moz-user-select</span>: <span class="value">none</span>; <span class="comment">/* For Firefox */</span></code>
          					<code class="text-indent-1"><span class="attribute">-khtml-user-select</span>: <span class="value">none</span>; <span class="comment">/* For Safari */</span></code>
          					<code class="text-indent-1"><span class="attribute">-o-user-select</span>: <span class="value">none</span>; <span class="comment">/* For Opera */</span></code>
          				<code class="text-indent-0"><span class="keyword">}</span></code>
          			</pre>
<li>With Javascript</li>
<pre>
          				<code class="text-indent-0"><span class="keyword">var</span> <span class="variable">disableTextSelection</span> <span class="keyword">= function(</span><span class="variable">element</span><span class="keyword">) {</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="attribute">unselectable</span> = <span class="value">"on"</span>; <span class="comment">/* For IE */</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">UserSelect</span> = <span class="value">"none"</span>;</code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">MozUserSelect</span> = <span class="value">"none"</span>; <span class="comment">/* For Firefox */</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">KhtmlUserSelect</span> = <span class="value">"none"</span>; <span class="comment">/* For Safari */</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">OUserSelect</span> = <span class="value">"none"</span>; <span class="comment">/* For Opera */</span></code>
          				<code class="text-indent-0"><span class="keyword">};</span></code>
          			</pre>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/disable-text-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opacity Setting</title>
		<link>http://www.lingihuang.com/viviancrap/archives/opacity-setting/</link>
		<comments>http://www.lingihuang.com/viviancrap/archives/opacity-setting/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 12:20:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lingihuang.com/viviancrap/?p=16</guid>
		<description><![CDATA[Opacity Setting With CSS .classname { opacity: 0.5; /* For Newer Mozilla Browsers, Safari, and Opera */ -moz-opacity: 0.5 /* For Older Mozilla Browsers, like Netscape Navigator */ -khtml-opacity: 0.5; /* For Older Safari */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* For IE 8 */ filter: alpha(opacity=50); /* For IE 6 and IE 7 */ } With Javascript [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content">
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Opacity Setting</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li>With CSS</li>
<pre>
          				<code class="text-indent-0"><span class="class">.classname</span> <span class="keyword">{</span></code>
          					<code class="text-indent-1"><span class="attribute">opacity:</span> <span class="value">0.5;</span> <span class="comment">/* For Newer Mozilla Browsers, Safari, and Opera */</span></code>
          					<code class="text-indent-1"><span class="attribute">-moz-opacity:</span> <span class="value">0.5</span> <span class="comment">/* For Older Mozilla Browsers, like Netscape Navigator */</span></code>
          					<code class="text-indent-1"><span class="attribute">-khtml-opacity:</span> <span class="value">0.5;</span> <span class="comment">/* For Older Safari */</span></code>
          					<code class="text-indent-1"><span class="attribute">-ms-filter:</span> <span class="value">"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";</span> <span class="comment">/* For IE 8 */</span></code>
          					<code class="text-indent-1"><span class="attribute">filter:</span> <span class="value">alpha(opacity=50);</span> <span class="comment">/* For IE 6 and IE 7 */</span></code>
          				<code class="text-indent-0"><span class="keyword">}</span></code>
          			</pre>
<li>With Javascript</li>
<pre>
          				<code class="text-indent-0"><span class="keyword">var</span> <span class="variable">setOpacity</span> <span class="keyword">= function(</span><span class="element">element</span>, <span class="variable">value</span><span class="keyword">) {</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">opacity</span> = <span class="value">value / 100</span>; <span class="comment">/* For Newer Mozilla Browsers, Safari, and Opera */</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">MozOpacity</span> = <span class="value">value / 100</span>; <span class="comment">/* For Older Mozilla Browsers, like Netscape Navigator */</span></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">KhtmlOpacity</span> = <span class="value">value / 100</span>; <span class="comment">/* For Older Safari */</span></code></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">MsFilter</span> = <span class="value">'"progid:DXImageTransform.Microsoft.Alpha(opacity=' + value + ')"'</span>; <span class="comment">/* For IE8 */</span></code></code>
          					<code class="text-indent-1"><span class="element">element</span>.<span class="keyword">style</span>.<span class="attribute">filter</span> = <span class="value">"alpha(opacity=" + value + ")"</span>; <span class="comment">/* For IE 6 and IE7 */</span></code></code>
          				<code class="text-indent-0"><span class="keyword">};</span></code>
          			</pre>
</ul>
<div class="heading-row">
<div class="left-col">
<div class="right-col">
<div class="body-col">
<div class="title">Related Posts</div>
</p></div>
</p></div>
</p></div>
</p></div>
<ul class="entry-list">
<li><a href="http://css-tricks.com/css-transparency-settings-for-all-broswers/" target="_blank">CSS Transparency Settings for All Browsers</a></li>
<li><a href="http://www.ssi-developer.net/css/visual-filters.shtml" target="_blank">IE CSS Visual Filters</a></li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lingihuang.com/viviancrap/archives/opacity-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

