<?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>Jacob Schulke&#187; css</title>
	<atom:link href="http://www.j12media.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j12media.com</link>
	<description>The website of Jacob Schulke Web Designer</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:16:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Green Lantern CSS logo - Pure CSS HTML</title>
		<link>http://www.j12media.com/green-lantern-pure-css-html/</link>
		<comments>http://www.j12media.com/green-lantern-pure-css-html/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 03:50:00 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.j12media.com/?p=217</guid>
		<description><![CDATA[Inspired by Pure CSS Shapes: Triangles, Delicious Logo, and Hearts and with Free Comic Book Day coming up I created [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-218 alignright" title="CSS HTML Green Latern Logo" src="http://www.j12media.com/wp-content/uploads/2010/03/gl_ccs-300x300.jpg" alt="" width="300" height="300" /></p>
<p>Inspired by <a title="Link to Pure CSS Shapes: Triangles,  Delicious Logo, and Hearts" rel="bookmark" href="http://www.russellheimlich.com/blog/pure-css-shapes-triangles-delicious-logo-and-hearts/">Pure CSS Shapes: Triangles, Delicious Logo,  and Hearts</a> and with <a href="http://freecomicbookday.com/">Free Comic Book Day</a> coming up I created a <a href="http://j12media.com/gl-css/">Green Lantern logo</a> using CSS, HTML and no images. Only works in Fire Fox. I created a new version, now works in FF, Opera and Webkit.</p>
<p><a class="button" href="http://j12media.com/gl-css/">V1 Demo</a></p>
<p><a class="button" href="http://www.j12media.com/gl-css/gl-v2.html">V2 Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/green-lantern-pure-css-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Border-radius CSS3 - Reference table</title>
		<link>http://www.j12media.com/border-radius-css3/</link>
		<comments>http://www.j12media.com/border-radius-css3/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 04:52:08 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://blog.j12media.com/?p=43</guid>
		<description><![CDATA[CSS 3]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<th>CSS3 (not yet finalised)</th>
<th>Mozilla equivalent</th>
<th>WebKit equivalent</th>
</tr>
<tr>
<td>border-top-right-radius</td>
<td>-moz-<em>border-radius</em>-topright</td>
<td>-webkit-border-top-right-radius</td>
</tr>
<tr>
<td>border-bottom-right-radius</td>
<td>-moz-<em>border-radius</em>-bottomright</td>
<td>-webkit-border-bottom-right-radius</td>
</tr>
<tr>
<td>border-bottom-left-radius</td>
<td>-moz-<em>border-radius</em>-bottomleft</td>
<td>-webkit-border-bottom-left-radius</td>
</tr>
<tr>
<td>border-top-left-radius</td>
<td>-moz-<em>border-radius</em>-topleft</td>
<td>-webkit-border-top-left-radius</td>
</tr>
<tr>
<td><em>border-radius</em></td>
<td>-moz-<em>border-radius</em></td>
<td>-webkit-<em>border-radius</em></td>
</tr>
</tbody>
</table>
<p>Detail article regarding this at <a href="http://www.the-art-of-web.com/css/border-radius/" target="_blank">the-art-of-web.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/border-radius-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS button rollovers - Image sprites</title>
		<link>http://www.j12media.com/css-button-rollovers/</link>
		<comments>http://www.j12media.com/css-button-rollovers/#comments</comments>
		<pubDate>Mon, 04 May 2009 20:00:54 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[navigation design]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://blog.j12media.com/?p=3</guid>
		<description><![CDATA[I first learned this here, I hope it will be helpful for some. Merge the two images as one. you [...]]]></description>
			<content:encoded><![CDATA[<p>I first <a href="http://htmldog.com/examples/rollovers1.html" target="_blank">learned this here</a>, I hope it will be helpful for some.</p>
<ol>
<li>Merge the two images as one.<br />
<img class="size-full wp-image-6 alignnone" title="css-roll-snap" src="http://www.j12media.com/wp-content/uploads/2009/04/css-roll-snap.gif" alt="css-roll-snap" width="260" height="197" /><br />
<span id="more-24"></span><br />
you will notice the image is 60 pixels in height I have placed the guide at 30 pixels and place the rollover text on the guide.</li>
<li>The markup is simple:
<pre>&lt;a class="rollover" href="link/" title="Rollover Link"&gt;Rollover&lt;/a&gt;</pre>
<p>Break down of the code:</p>
<pre>&lt;a » the a tag
class="rollover" <strong>» CSS identifier</strong>
href="link/" <strong>» file location</strong>
title="Rollover Link" <strong>» title tag this good for SEO</strong>
&gt;Rollover <strong>» Link text</strong>
&lt;/a&gt; <strong>» Closing tag</strong></pre>
</li>
<li>The CSS is simple as well:
<pre>a.rollover {
background:url(rollover.gif) no-repeat;
background-position:top left;
display:block;
height:30px;
width:160px;
text-indent:-999px;
overflow:hidden;
}
a:hover.rollover {
background-position:bottom left;
}</pre>
<p>Break down of the code:</p>
<pre>a.rollover {
background:url(rollover.gif) no-repeat;   <strong>/* places the image in the background of the link */</strong>
background-position:top left;   <strong>/* background position */</strong>
display:block;  <strong>/* this changes the default render style from inline to block creating a "box" */</strong>
height:30px;  <strong>/* sets the height of box */</strong>
width:160px;  <strong>/* set the width of box */</strong>
text-indent:-999px;  <strong>/* pushes the text out of the box */</strong>
overflow:hidden;  <strong>/* this hides the text and lower part of the image that is outside the defined box */</strong>
}
a:hover.rollover {
background-position:bottom left;  <strong>/* slides the image up creating the rollover effect. */</strong>
}</pre>
</li>
<li>
<pre>In action: <a class="rollover" title="Rollover link" href="#">Rollover</a></pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/css-button-rollovers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
