<?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>Freelance Web Designer &#187; CSS</title>
	<atom:link href="http://vhg-design.com/blog/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://vhg-design.com/blog</link>
	<description>Just another blog for design, css, html ... and probably something else</description>
	<lastBuildDate>Sun, 14 Aug 2011 08:30:37 +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>Styling ordered list numbers &#124; 456 Berea Street</title>
		<link>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street</link>
		<comments>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street#comments</comments>
		<pubDate>Thu, 26 May 2011 12:52:33 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=206</guid>
		<description><![CDATA[&#8220;I’ve always been annoyed by how difficult it is to style the numbers of ordered lists. Quite often a design calls for something other than just a plain figure – a different font, size, colour, background, whatever. The traditional approach &#8230; <a href="http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;I’ve always been annoyed by how difficult it is to style the numbers of ordered lists. Quite often a design calls for something other than just a plain figure – a different font, size, colour, background, whatever.</p>
<p>The traditional approach to solving this problem has been to prevent the browser from rendering the numbers of the list items (li elements) and instead hard code the numbers in the text content of the li. That makes it possible to add styling hooks to the number and style away until you’re happy.</p>
<p>Doing it that way works visually, but it isn’t exactly a semantically correct way of using lists. When you view a faked numbered list with CSS disabled you see either a list with the item numbers repeated or a list with bullets and numbers, and that feels backwards to me.&#8221;</p>
<p><a href="http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/" target="_blank">View Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Three — Connecting The Dots</title>
		<link>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots</link>
		<comments>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots#comments</comments>
		<pubDate>Wed, 09 Jun 2010 13:19:40 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=193</guid>
		<description><![CDATA[As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow &#38; border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a &#8230; <a href="http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a web community, we’ve made a lot of exciting progress in regards to CSS3.  We’ve put properties like <code>text-shadow</code> &amp; <code>border-radius</code> to good use while stepping into <code>background-clip</code> and visual effects like transitions and animations. We’ve also spent a great deal of time debating how and when to implement these properties. Just because a property isn’t widely supported by browsers or fully documented at the moment, it doesn’t mean that we shouldn’t be working with it. In fact, I’d argue the opposite.</p>
<p>Best practices for CSS3 usage need to be hashed out in blog posts, during spare time, and outside of client projects. Coming up with creative and sensible ways to get the most out of CSS3 will require the kind of experimentation wherein developers gladly trade ten failures for a single success. Right now, there are tons of property combinations and uses out there waiting to be discovered. All we have to do is connect the dots. It’s time to get your hands dirty and innovate!</p>
<p><a href="http://www.smashingmagazine.com/2010/05/27/css-three-connecting-the-dots/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adaptable view &#8211; how do they do it?</title>
		<link>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it</link>
		<comments>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it#comments</comments>
		<pubDate>Sat, 27 Feb 2010 11:42:47 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=176</guid>
		<description><![CDATA[Adaptable view is a user interface design pattern which you can use to allow users to manually change visual appearance of content in order to fit their needs. This is usually done by switching styles (in web sites and applications). This &#8230; <a href="http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adaptable view is a user interface design pattern which you can use to <strong>allow users to manually change visual appearance of content</strong> in order to fit their needs. This is usually done by switching styles (in web sites and applications). This way you provide your users with more control over the appearance of content which improves user experience.</p>
<p>Adaptable view can be used to enable users to increase/decrease font size, change background color, <a href="http://www.jankoatwarpspeed.com/post/2009/05/17/Use-jQuery-to-turn-off-the-lights-while-watching-videos.aspx">darken background</a> for higher contrast, switch between different site versions or to change the layout of the site or any part of it. To learn more about this pattern check out <a href="http://ui-patterns.com/pattern/AdaptableView">Adaptable View design pattern</a> on UI Patterns. You will find a strange implementation of this pattern where complete header is being hidden &#8211; including the logo.</p>
<p>In this tutorial, I will focus on explaining how to manually change the layout and show you two great examples and &#8220;how did they do it&#8221;.</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Techniques You Should Know &#124; sixrevisions</title>
		<link>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions</link>
		<comments>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions#comments</comments>
		<pubDate>Sun, 07 Feb 2010 09:23:58 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=173</guid>
		<description><![CDATA[Many of you have probably heard all the buzz around CSS3, but exactly which techniques can we use today? In this article I’ll show you some different CSS3 techniques that work great in some of the leading browsers (i.e. Firefox, &#8230; <a href="http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of you have probably heard all the buzz around CSS3, but exactly which techniques can we use today? In this article I’ll show you some <strong>different CSS3 techniques</strong> that work great in some of the leading browsers (i.e. Firefox, Chrome, Safari, Opera ), and how they will degrade well in the non-supported browsers (i.e. Internet Explorer). Using browser specific extensions, many of the proposed CSS3 styles can be used today!</p>
<p>If you aren’t aware of the browser extensions, these are CSS styles with a vendor specific prefix. Since CSS3 is not fully supported yet, we must use these extensions. They are as follows:</p>
<ul>
<li>Mozilla/Firefox/Gecko: <code>-moz-</code></li>
<li>Webkit (Safari/Chrome): <code>-webkit-</code> (note: Some webkit prefixes only work in Safari, and not Chrome)</li>
</ul>
<p>As you might have guessed, one of the downsides of using these extensions is the fact that we must use all of the above prefixes to get the CSS3 style to render in Firefox, Safari, and Chrome. And no surprise to anyone, IE does not support CSS3 or do they have extensions like the other leading browsers. Alright, enough talking, lets dive right in! <em>Note: styles without a prefix are the actual W3 specification proposal.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use CSS Sprites to Beautify your WordPress Post Dates &#124; wpbeginner</title>
		<link>http://vhg-design.com/blog/css/use-css-sprites-to-beautify-your-wordpress-post-dates-wpbeginner</link>
		<comments>http://vhg-design.com/blog/css/use-css-sprites-to-beautify-your-wordpress-post-dates-wpbeginner#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:21:18 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=167</guid>
		<description><![CDATA[Ever wonder how to super style your blog’s post date?  I am going to show you how to do this using CSS sprites in about 18 minutes. Editorial Note: This post is geared toward theme designers. Prior knowledge of CSS &#8230; <a href="http://vhg-design.com/blog/css/use-css-sprites-to-beautify-your-wordpress-post-dates-wpbeginner">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="dates-css-sprites" src="http://www.wpbeginner.com/thumbnails/dates-css-sprites.gif" alt="dates-css-sprites" width="210" height="210" /> Ever wonder how to super style your blog’s post date?  I am going to show you how to do this using CSS sprites in about 18 minutes.</p>
<p>Editorial Note: This post is geared toward theme designers. Prior knowledge of CSS and WordPress is recommended.</p>
<p><strong>What you will need:</strong></p>
<ul>
<li>A graphics program (I use Adobe Photoshop CS4)</li>
<li>A simple text editor</li>
</ul>
<p><strong>What you will accomplish in this tutorial:</strong></p>
<ul>
<li>The dates on your blog’s posts will be super styled using CSS Sprites</li>
</ul>
<p><a href="http://www.wpbeginner.com/wp-themes/use-css-sprites-to-beautify-your-wordpress-post-dates/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/use-css-sprites-to-beautify-your-wordpress-post-dates-wpbeginner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Best Tutorials To Learn CSS3 &#124; aext</title>
		<link>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext</link>
		<comments>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:15:34 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=161</guid>
		<description><![CDATA[In the last few years, web design has improved significantly. There are so many tutorials out there to increase the skills capacity web designers and web developers. Some popular browsers such as Firefox, Safari already supported some CSS3 properties, and &#8230; <a href="http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the last few years, web design has improved significantly. There are so many tutorials out there to increase the skills capacity web designers and web developers. Some popular browsers such as Firefox, Safari already supported some CSS3 properties, and now the designer has many CSS3 properties. Today, I will share some tutorials, tips and tricks about CSS3.</p>
<p><a href="http://aext.net/2010/01/10-best-tutorials-to-learn-css3/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Clean and Semantic Templates &#124; webdesignerwall</title>
		<link>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall</link>
		<comments>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:45:27 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=133</guid>
		<description><![CDATA[&#8220;If you are the guy who uses &#60;div&#62; tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of &#60;div&#62; tag. Have you ever &#8230; <a href="http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><big>&#8220;If you are the guy who uses<code> &lt;div&gt;</code> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <code>&lt;div&gt;</code> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).&#8221;</big></p>
<p><a href="http://www.webdesignerwall.com/tutorials/coding-clean-and-semantic-templates/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Columns with CSS &amp; jQuery &#124; sohtanaka.com</title>
		<link>http://vhg-design.com/blog/css/smart-columns-with-css-jquery-sohtanaka-com</link>
		<comments>http://vhg-design.com/blog/css/smart-columns-with-css-jquery-sohtanaka-com#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:47:40 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=123</guid>
		<description><![CDATA[The great thing about having fixed columns in a liquid layout, is that it will fill up the view port with as many columns as it can fit. But as you can see there will be certain viewport resolutions, where &#8230; <a href="http://vhg-design.com/blog/css/smart-columns-with-css-jquery-sohtanaka-com">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The great thing about having fixed columns in a liquid layout, is that it will fill up the view port with as many columns as it can fit. But as you can see there will be certain viewport resolutions, where it leaves excess white space where a column was just not able to squeeze in.</p>
<p><a href="http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/smart-columns-with-css-jquery-sohtanaka-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Drop Down Menus w/ CSS &amp; jQuery &#124; sohtanaka.com</title>
		<link>http://vhg-design.com/blog/css/mega-drop-down-menus-w-css-jquery-sohtanaka-com</link>
		<comments>http://vhg-design.com/blog/css/mega-drop-down-menus-w-css-jquery-sohtanaka-com#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:43:52 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[drop down menu]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=119</guid>
		<description><![CDATA[&#8220;According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. I decided to experiment with different ways of implementing this technique and would like to share how I achieved this method.&#8221; &#8230; <a href="http://vhg-design.com/blog/css/mega-drop-down-menus-w-css-jquery-sohtanaka-com">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. I decided to experiment with different ways of implementing this technique and would like to share how I achieved this method.&#8221;</p>
<p><a href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/mega-drop-down-menus-w-css-jquery-sohtanaka-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative letter-spacing</title>
		<link>http://vhg-design.com/blog/css/negative-letter-spacing</link>
		<comments>http://vhg-design.com/blog/css/negative-letter-spacing#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:08:04 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[letter-spacing]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=92</guid>
		<description><![CDATA[I worked today on PSD to XHTML conversions and noticed that, only firefox work well with negative letter-spacing. So, I had to adjust space between letters a little &#8230; less than 1 px, so I placed in my css &#8220;letter-spacing: &#8230; <a href="http://vhg-design.com/blog/css/negative-letter-spacing">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I worked today on PSD to XHTML conversions and noticed that, only firefox work well with negative letter-spacing. So, I had to adjust space between letters a little &#8230; less than 1 px, so I placed in my css &#8220;letter-spacing: -0.04em&#8221;. This work only in Firefox (I have installed FF3.0 ). I made some tests and here are results:<br />
<strong><br />
Firefox 3.0</strong><br />
letter-spacing: -0.04em; &#8211; work<br />
letter-spacing: -0.5px; &#8211; work<br />
letter-spacing: -1px; &#8211; work</p>
<p><strong>Safari 3.1.2 / Chrome 3.0</strong><br />
letter-spacing: -0.04em; &#8211; ignored<br />
letter-spacing: -0.5px; &#8211; ignored<br />
letter-spacing: -1px; &#8211; work</p>
<p><strong>Opera 9.6</strong><br />
letter-spacing: -0.04em; &#8211; render it as -1px<br />
letter-spacing: -0.5px; &#8211; ignored<br />
letter-spacing: -1px; &#8211; work</p>
<p><strong>Internet Explorer &#8211; test via IE Tester<br />
IE8</strong><br />
letter-spacing: -0.04em; &#8211; render it as -1px<br />
letter-spacing: -0.5px; &#8211; render it as -1px<br />
letter-spacing: -1px; &#8211; work</p>
<p><strong>IE6&#038;7</strong><br />
letter-spacing: -0.04em; &#8211; render it as -1px<br />
letter-spacing: -0.5px; &#8211; ignored<br />
letter-spacing: -1px; &#8211; work</p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/negative-letter-spacing/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

