
<?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>CssGlance gallery &#187; Css technique</title>
	<atom:link href="http://www.cssglance.com/category/news/css-tecnique/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cssglance.com</link>
	<description>CssGlance is the first italian website focused on providing a gallery of well designed and innovative CSS based websites from all around the world.</description>
	<lastBuildDate>Mon, 05 Apr 2010 11:52:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using flexible CSS layouts to keep your content in order of priority</title>
		<link>http://www.cssglance.com/news/accessibility/using-flexible-css-layouts-to-keep-your-content-in-order-of-priority/</link>
		<comments>http://www.cssglance.com/news/accessibility/using-flexible-css-layouts-to-keep-your-content-in-order-of-priority/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:20:16 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/?p=2239</guid>
		<description><![CDATA[Keeping the content in order of priority improves the accessibility of your pages. How to use CSS to achieve any column layout, while keeping the most relevant content highest on the page?]]></description>
			<content:encoded><![CDATA[<p>As you probably already know <strong>keeping the content in order of priority improves the accessibility</strong> of your pages. </p>
<p>This has been declared in <a href="http://www.w3.org/TR/WCAG20/">WCAG 2.0</a>, published as a <a href="http://www.w3.org/">W3C</a> Recommendation on December 11th, 2008, where <a href="http://www.w3.org/TR/WCAG20/#content-structure-separation">Guideline 1.3</a> states that we should always create content that can be presented in different ways (for example simpler layout) without losing information or structure.</p>
<p>The easiest way to meet this guideline is to develop our websites starting from a <strong>good semantic XHTML structure</strong>. We should organize the code so that the most important content always comes as close to the top of the page as possible. Once we have the structure we can then use CSS to change the presentation. But content has to come first. As you know on the Internet <strong>content is king</strong> and always will be. </p>
<p>The main issue with this approach is that sometime it&#8217;s not that easy to get the positioning we need without moving bits of XHTML around. Obviously this practice could mess up the content order, jeopardizing the accessibility of the page.</p>
<p><strong>Dan Johnson</strong> published a cool article on <a href="http://www.webdesignfromscratch.com//css/keeping-content-in-priority-order-using-float-layouts.php">how to use CSS floats to achieve any column layout, while keeping the most relevant content highest on the page</a>.</p>
<p>In his example, he uses the exact same HTML markup to create six different layouts by the clever use of CSS styles. This is a great sample of how we can get the design we need, keeping the content in order of priority and safeguarding accessibility.</p>
<p>Try it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/accessibility/using-flexible-css-layouts-to-keep-your-content-in-order-of-priority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SitePoint.com CSS reference</title>
		<link>http://www.cssglance.com/news/sitepointcom-css-reference/</link>
		<comments>http://www.cssglance.com/news/sitepointcom-css-reference/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 10:55:09 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/news/sitepointcom-css-reference/</guid>
		<description><![CDATA[A really well-done and exhaustive <strong>css properties reference</strong>, with examples of their use and the cross-browsers compatibility.
Great simple and clear interface, with a box search and a list of the sections, to browse the contents of this reference. Work by Tommy Olsson and Paul O’Brien.]]></description>
			<content:encoded><![CDATA[<p>A really <a href="http://reference.sitepoint.com/css">well-done and exhaustive css properties reference</a>, with examples of their use and the cross-browsers compatibility.<br />
Great simple and clear interface, with a box search and a list of the sections, to browse the contents of this reference. Work by Tommy Olsson and Paul O’Brien.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/sitepointcom-css-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure CSS MiniAdv</title>
		<link>http://www.cssglance.com/news/pure-css-miniadv/</link>
		<comments>http://www.cssglance.com/news/pure-css-miniadv/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 07:10:54 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>
		<category><![CDATA[CssGlance]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/news/pure-css-miniadv/</guid>
		<description><![CDATA[We've received quite a number of emails from designers who want to know <strong>how our MiniAdv banner works.</strong> Is it a JavaScript, a PHP solution, a server-side application? No, it’s even more simple. <strong>It’s CSS</strong>. Here we’d like to explain it in details!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve received quite a number of emails from designers who want to know <strong>how our MiniAdv banner works.</strong> Is it a JavaScript, a PHP solution, a server-side application? No, it’s even more simple. <strong>It’s CSS</strong>. Here we’d like to explain it in details!</p>
<p>The first idea was not our own. I think you can easily remember the great success made by what was called “<strong><a href="http://www.milliondollarhomepage.com/">The Million Dollar Homepage</a></strong>”. A simple page covered by a lot of mini banners which has led the owner to become millionaire and to leap to fame.</p>
<p>Quite a few websites adopted this useful way of making money. You can see good examples on <a href="http://www.cssremix.com/showcase/mojobaby">CSS Remix</a> and <a href="http://www.italianwebgallery.it/">Italian Web Gallery</a>.</p>
<p>In the most cases, you can get more information about the single banner by passing the mouse pointer over it. By doing this action, a small <strong>tooltip </strong>will appear, providing additional info as the name, the tagline or simply a link back to the website who bought the adv block.</p>
<p>This feature is often realized by using a small <strong>JavaScript</strong>. But what will happen to those users browsing a page without JavaScript enabled? The answer is simple. They won’t see the tooltip and the adv info. That means <strong>the content is not accessible</strong>.</p>
<p>So, what can we do to get the same nice tooltip feature and to improve accessibility? The solution is CSS. In fact, <strong>we can create pure CSS tooltips</strong> which are simple, useful and accessible, ‘cos they work even if the user browse the page without JavaScript enabled. This is the way we followed on <a href="http://www.cssglance.com"><strong>CSSGlance</strong></a>.</p>
<p>This is <a href="http://www.cssglance.com/test/miniadv/"><strong>what we’re looking for</strong></a> and now let’s go into details.</p>
<p>We just need a <strong>plain list of links</strong>. The <strong>XHTML code</strong> is something like this:</p>
<p><code>&lt;ul&gt;<br />
&lt;li&gt;&lt;a href="http://www.google.com"&gt; &lt;span&gt;Google.com&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="http://www.yahoo.com"&gt; &lt;span&gt;Yahoo.com&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="http://www.cssbeauty.com"&gt; &lt;span&gt;CSSBeauty.com&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
...<br />
&lt;/ul&gt;</code></p>
<p>Now we have to float the &lt;li&gt; elements in order to put side by side each block. Then we can add a relative position to the links, in order to allow the <strong>span element inside to position absolutely respect the parent link</strong>. The span have also a display:none property which is changed into a display:block one when the mouse pointer pass over the block. You can easily solve ie bug adding some z-index.</p>
<p>Here you have the basic <strong>CSS code</strong>:</p>
<p><code>#miniadv ul{margin:0;padding:0;list-style:none}<br />
#miniadv ul li {float:left;margin:0 2px 2px 0}<br />
#miniadv a{float:left;position:relative;z-index:5; width:18px;height:18px}<br />
#miniadv a:hover{z-index:10}<br />
#miniadv a span{display:none}<br />
#miniadv a:hover span {display:block;position:absolute; bottom:2em;right:2em;width:135px}</code></p>
<p>Let’s <a href="http://www.cssglance.com/test/miniadv/"><strong>take a look at the example</strong></a>! You can <a href="http://www.cssglance.com/test/miniadv/miniadv.zip"><strong>download this example</strong></a> (zip-9KB) and <strong>use it however you like</strong>, but please <strong>give a link back to CSSGlance</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/pure-css-miniadv/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Css resources</title>
		<link>http://www.cssglance.com/news/css-resources/</link>
		<comments>http://www.cssglance.com/news/css-resources/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 09:22:12 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/news/css-resources/</guid>
		<description><![CDATA[A great collection of tools to improve Css design technique: from colors and backgrounds, fonts and shapes, sizes or positions to faster and progressive loading of pages and much more.]]></description>
			<content:encoded><![CDATA[<p>A great <a href="http://www.roscripts.com/September_-_CSS_tools_of_the_month-183.html">collection of tools to improve Css design technique</a>: from colors and backgrounds, fonts and shapes, sizes or positions to faster and progressive loading of pages and much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/css-resources/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Positive Side of Negative Margins</title>
		<link>http://www.cssglance.com/news/the-positive-side-of-negative-margins/</link>
		<comments>http://www.cssglance.com/news/the-positive-side-of-negative-margins/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 06:56:32 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/the-positive-side-of-negative-margins/</guid>
		<description><![CDATA[Paul O’Brien shows us the positive side of negative margins on static and float elements.]]></description>
			<content:encoded><![CDATA[<p><strong>Paul O’Brien</strong> shows us the <a href="http://www.search-this.com/2007/08/01/the-positive-side-of-negative-margins/">positive side of negative margins</a> on static and float elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/the-positive-side-of-negative-margins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro CSS and HTML Design Patterns website</title>
		<link>http://www.cssglance.com/news/pro-css-and-html-design-patterns-website/</link>
		<comments>http://www.cssglance.com/news/pro-css-and-html-design-patterns-website/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 06:30:02 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/pro-css-and-html-design-patterns-website/</guid>
		<description><![CDATA[Pro CSS and HTML Design Patterns is a valuable reference for using CSS on your website. The companion website lets you play with each pattern (over 350). ]]></description>
			<content:encoded><![CDATA[<p>Written by Michael Bowers, <a href="http://www.amazon.com/Pro-CSS-HTML-Design-Patterns/dp/1590598040">Pro CSS and HTML Design Patterns</a> is a valuable reference for using CSS on your website. <a href="http://www.cssdesignpatterns.com/index.html">The companion website</a> lets you play with each pattern (over 350) and we think it could be a very handy way of saving time and effort.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/pro-css-and-html-design-patterns-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>@media 2007 podcasts</title>
		<link>http://www.cssglance.com/news/media-2007-podcasts/</link>
		<comments>http://www.cssglance.com/news/media-2007-podcasts/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 08:48:51 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/media-2007-podcasts/</guid>
		<description><![CDATA[Podcasts from this year's @media (London, June 7th-8th) are now available, including audio and slides.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vivabit.com/atmedia2007/europe/schedule/">Podcasts from this year&#8217;s @media</a> (London, June 7th-8th) are now available, including audio and slides.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/media-2007-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free templates for Picasa</title>
		<link>http://www.cssglance.com/news/free-templates-for-picasa/</link>
		<comments>http://www.cssglance.com/news/free-templates-for-picasa/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 19:31:31 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/free-templates-for-picasa/</guid>
		<description><![CDATA[For the numerous users of Google's imagebrowser Picasa, some templates to create web photo galleries and slideshows even without any knowledge of HTML, CSS and Javascript.]]></description>
			<content:encoded><![CDATA[<p>For the numerous users of Google&#8217;s imagebrowser <strong>Picasa</strong>, some templates to create web photo galleries and 	        slideshows even without any knowledge of HTML, CSS 	        and Javascript. <a href="http://www.paulvanroekel.nl/picasa/">Picasa templates</a> are free to download (licensed under a  <a href="http://creativecommons.org/licenses/by-nc/3.0/" rel="license">Creative Commons Attribution-Noncommercial 3.0 License</a>) on the personal website of Peter van Roekel, Dutch photographer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/free-templates-for-picasa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>User Style Sheets Come of Age</title>
		<link>http://www.cssglance.com/news/user-style-sheets-come-of-age/</link>
		<comments>http://www.cssglance.com/news/user-style-sheets-come-of-age/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 10:06:52 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/user-style-sheets-come-of-age/</guid>
		<description><![CDATA[From an accessibility point of view, user style sheet is a powerful tool for people with a vision impairment. But per-site user style sheet could be useful also for customising the aspect of common use applications.]]></description>
			<content:encoded><![CDATA[<p>From an accessibility point of view, user style sheet is a powerful tool for people with a vision impairment. But per-site user style sheet could be useful also for customising the aspect of common use applications.<br />
A well structured <a href="http://www.sitepoint.com/blogs/2007/05/28/user-style-sheets-come-of-age/">article by Matthew Magain</a> on possible benefit of user style sheet, with  <a href="http://userstyles.org/">examples repository</a>, editing tools for browsers which support per-site css, and the case study of <a href="http://www.hicksdesign.co.uk/journal/google-reader-theme-fixed-again">Google Reader visual makeover</a> recently implemented by the designer <a href="http://hicksdesign.co.uk/">Jon Hicks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/user-style-sheets-come-of-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Background Image Grid to Lay Out Your Web Site</title>
		<link>http://www.cssglance.com/news/using-a-background-image-grid-to-lay-out-your-web-site/</link>
		<comments>http://www.cssglance.com/news/using-a-background-image-grid-to-lay-out-your-web-site/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 09:42:36 +0000</pubDate>
		<dc:creator>Andrea - CSSGlance Staff</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/using-a-background-image-grid-to-lay-out-your-web-site/</guid>
		<description><![CDATA[Christian Watson, the author of Smiley Cat Web Design, explains this useful technique on his website incuding the Fireworks source file of the grid. You apply the grid to the body of your page as a background image so that it displays behind your site. Thus you can use it to precisely line up your layout.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smileycat.com/miaow/archives/000264.php">Christian Watson</a>, the author of Smiley Cat Web Design, explains this useful technique on his website incuding the Fireworks source file of the grid. You apply the grid to the body of your page as a background image so that it displays behind your site. Thus you can use it to precisely line up your layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/using-a-background-image-grid-to-lay-out-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapter Excerpt from &#8216;Web Standards Creativity&#8217;</title>
		<link>http://www.cssglance.com/news/chapter-excerpt-from-web-standards-creativity/</link>
		<comments>http://www.cssglance.com/news/chapter-excerpt-from-web-standards-creativity/#comments</comments>
		<pubDate>Wed, 30 May 2007 06:11:38 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/chapter-excerpt-from-web-standards-creativity/</guid>
		<description><![CDATA[On Digital Web Magazine a chapter excerpt from the recently published book, Web Standards Creativity. Title of the excerpt: Creative Use of PNG Transparency in Web Design by Jeff Croft.]]></description>
			<content:encoded><![CDATA[<p>On Digital Web Magazine a chapter excerpt from the recently published book, <a href="http://www.amazon.com/exec/obidos/ASIN/1590598032/digitalwebmagazi/" title="'Web Standards Creativity' on Amazon.com">Web Standards Creativity</a>. Title of the excerpt: <a href="http://www.digital-web.com/articles/web_standards_creativity_png/">Creative Use of PNG Transparency in Web Design</a> by <a href="http://www.digital-web.com/about/contributors/jeff_croft/">Jeff Croft</a>, who explains why PNGs, now supported even by IE7, are a valuable addition to any web professional&#8217;s tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/chapter-excerpt-from-web-standards-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe is it time for CSS2.2?</title>
		<link>http://www.cssglance.com/news/maybe-is-it-time-for-css22/</link>
		<comments>http://www.cssglance.com/news/maybe-is-it-time-for-css22/#comments</comments>
		<pubDate>Sun, 27 May 2007 17:56:24 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/maybe-is-it-time-for-css22/</guid>
		<description><![CDATA[Nowdays designers' needs are growing faster than CSS official recommendations. In an article which ends with the suggestion of CSS2.2 as interim step, Andy Buddy investigates the possible causes, both technical and political, of the delay in CSS3 recommendation release.]]></description>
			<content:encoded><![CDATA[<p>Nowdays designers&#8217; needs are growing faster than CSS official recommendations. In an article which ends with the <a href="http://www.andybudd.com/archives/2007/05/css22/">suggestion of CSS2.2 as interim step</a>, Andy Buddy investigates the possible causes, both technical and political, of the delay in CSS3 recommendation release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/maybe-is-it-time-for-css22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Web Standards</title>
		<link>http://www.cssglance.com/news/about-web-standards/</link>
		<comments>http://www.cssglance.com/news/about-web-standards/#comments</comments>
		<pubDate>Thu, 24 May 2007 16:33:14 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/about-web-standards/</guid>
		<description><![CDATA[A comprehensive explanation of what is comprised in the term and what not. At the end of the article, a list of resources for learning more.]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.robertnyman.com/2007/05/21/what-are-web-standards-a-comprehensive-explanation-of-what-is-comprised-in-the-term/">comprehensive explanation</a> of what is comprised in the term and what not. At the end of the article, a list of resources for learning more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/about-web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletproof stylish link buttons</title>
		<link>http://www.cssglance.com/news/bulletproof-stylish-link-buttons/</link>
		<comments>http://www.cssglance.com/news/bulletproof-stylish-link-buttons/#comments</comments>
		<pubDate>Wed, 23 May 2007 06:42:23 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/bulletproof-stylish-link-buttons/</guid>
		<description><![CDATA[Roger Johansson, author of 456 Berea Street, explain us how to create elegant, resizable and accessible link buttons with Css.
]]></description>
			<content:encoded><![CDATA[<p>Roger Johansson, author of 456 Berea Street, explain us how to create elegant, resizable and accessible <a href="http://www.456bereastreet.com/archive/200705/creating_bulletproof_graphic_link_buttons_with_css/">link buttons with Css</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/bulletproof-stylish-link-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 questions to 35 designers</title>
		<link>http://www.cssglance.com/news/5-questions-to-35-designers/</link>
		<comments>http://www.cssglance.com/news/5-questions-to-35-designers/#comments</comments>
		<pubDate>Mon, 21 May 2007 07:25:54 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/5-questions-to-35-designers/</guid>
		<description><![CDATA[A long useful article with the answers of 35 webdevelopers to 5 design-related questions asked in March by Smashing Magazine. ]]></description>
			<content:encoded><![CDATA[<p>A long useful article with the answers of 35 webdevelopers to 5 design-related questions asked in March by Smashing Magazine. Result: <a href="http://www.smashingmagazine.com/2007/04/20/35-designers-x-5-questions/">175 suggestions, tips and ideas from some of the best webdesigners</a> all around the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/5-questions-to-35-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Galleries, Slideshows and Lightboxes</title>
		<link>http://www.cssglance.com/news/galleries-slideshows-and-lightboxes/</link>
		<comments>http://www.cssglance.com/news/galleries-slideshows-and-lightboxes/#comments</comments>
		<pubDate>Fri, 18 May 2007 07:23:30 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/galleries-slideshows-and-lightboxes/</guid>
		<description><![CDATA[<a href="http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-galleries-slideshows-lightboxes/">30 scripts of impressive slideshows, lightboxes and galleries</a> for images presentations, divided into 3 categories: Ajax Image Galleries &#38; Lightboxes, CSS-Based Image Galleries and JavaScript + CSS-based Galleries &#38; DHTML-Galleries.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-galleries-slideshows-lightboxes/">30 scripts of impressive slideshows, lightboxes and galleries</a> for images presentations, divided into 3 categories: Ajax Image Galleries &amp; Lightboxes, CSS-Based Image Galleries and JavaScript + CSS-based Galleries &amp; DHTML-Galleries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/galleries-slideshows-and-lightboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techniques for better CSS coding</title>
		<link>http://www.cssglance.com/news/techniques-for-better-css-coding/</link>
		<comments>http://www.cssglance.com/news/techniques-for-better-css-coding/#comments</comments>
		<pubDate>Tue, 15 May 2007 17:36:59 +0000</pubDate>
		<dc:creator>Roberto</dc:creator>
				<category><![CDATA[Css technique]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cssglance.com/post/techniques-for-better-css-coding</guid>
		<description><![CDATA[On a recent well-done article, Smashing magazine presents <a href="http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/">70 useful tips, tricks, tips, ideas, methods, techniques and solutions</a> used by expert webdesigners for better semantic css coding.]]></description>
			<content:encoded><![CDATA[<p>On a recent well-done article, Smashing magazine presents <a href="http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/">70 useful tips, tricks, tips, ideas, methods, techniques and solutions</a> used by expert webdesigners for better semantic css coding.<br />
Will Blond, developer of IMarc agency, illustrates some of these solutions on an article entitled &#8220;<a href="http://www.imarc.net/communique/view/310/9_expert_css_ideas_you_should_think_twice_about_before_using">9 Expert CSS Ideas You Should Think Twice About Before Using</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssglance.com/news/techniques-for-better-css-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>



