<?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>DoubleMule &#187; Web Tech</title>
	<atom:link href="http://www.doublemule.com/category/internet-web-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doublemule.com</link>
	<description>Half as Smart.  Twice as Stubborn.</description>
	<lastBuildDate>Wed, 09 Jun 2010 03:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Thesis Theme &#8211; Clickable Banner Image Tutorial &amp; CSS Code Generator</title>
		<link>http://www.doublemule.com/how-to-thesis-theme-clickable-banner-image-tutorial-tool/</link>
		<comments>http://www.doublemule.com/how-to-thesis-theme-clickable-banner-image-tutorial-tool/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 12:30:37 +0000</pubDate>
		<dc:creator>The Mules</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://www.doublemule.com/?p=656</guid>
		<description><![CDATA[Some weeks back, the herd created an introduction and general how-to tutorial regarding CSS text replacement banner images for Thesis users.  While non-clickable, it has proven rather popular. The no-click tutorial provides general information on creating and identifying components of image banners, dimensions, image selection, image formats, CSS text replacement, and general Thesis-specific concepts for [...]]]></description>
			<content:encoded><![CDATA[<p>Some weeks back, the herd created an introduction and general how-to tutorial regarding <a title="How to Create a Thesis Theme Banner Image" href="http://www.doublemule.com/how-to-add-banner-image-thesis-theme-header-css-custom/" target="_blank">CSS text replacement banner images</a> for Thesis users.  While <em><strong>non-clickable</strong></em>, it has proven rather popular.</p>
<p>The no-click tutorial provides general information on creating and identifying components of image banners, dimensions, image selection, image formats, CSS text replacement, and general Thesis-specific concepts for banner-style image replacement.</p>
<p>We&#8217;ll not repeat what was said there, here&#8230; if you find yourself scratching your head, either you&#8217;ve made contact with the filthy barn dog, or you may need to read or revisit the more basic &#8220;how to&#8221; image banner guide &#8212; the link at top &#8212; before proceeding here.</p>
<p><strong>Create a clickable image banner for your Thesis blog</strong></p>
<p>The herd is working on pulling a stump in the south field.  We&#8217;re also working on a comprehensive Thesis CSS code robot.  Clickable banners are one among dozens of Thesis modification options undergoing laboratory tests in the corral.</p>
<p>As a lark, we have decided to share this three-field code robot specifically to help <a title="How to Make a Clickable Banner Image - Thesis Theme CSS Code Tutorial" href="http://www.doublemule.com/thesis-custom-css-code-robot/thesis-code-robot-clickable-banner-image.html" target="_blank">make a clickable banner image header</a> for users who are new to the Thesis theme.  If you feel comfortable, click and be off with you! For further instruction and detailed notes on proper use, keep reading.</p>
<p><strong>Requirements to use the Thesis clickable banner image CSS robot</strong></p>
<p>You will need to know four things to correctly benefit from the clickable banner tool: the location of the image you wish to use&#8230; your image width in pixels&#8230; your image height in pixels&#8230; and how to edit your custom.css file &#8212; even most of the foals know custom.css is the style sheet used by the Thesis framework for CSS modifications.</p>
<p>The Mule edition CSS code assumes the Thesis user has <em>not</em> made extensive modifications to the default Thesis custom.css file &#8212; more precisely, the generator assumes no changes have been made to the #header or its sub-elements, #logo and #tagline.  The code can be used to overwrite existing header, tagline, and logo styles, but may not function as intended if your custom.css contains multiple references to the same identifiers.</p>
<p><strong>Additional CSS styling to the clickable banner generated code<br />
</strong></p>
<p>To make this &#8220;clickable&#8221; banner script calf-simple, the herd has made certain decisions for you, the Thesis user.  You&#8217;ll see these decisions in the CSS code output.  Items of note on Mule decisions:</p>
<p>Padding, border, and margins are all set to zero and use &#8220;em&#8221; units.  Each of these three high-level selectors is broken into &#8220;top, right, bottom, left&#8221; pieces, allowing Thesis users to modify these &#8220;zero&#8221; values with complete control.  If you wish to put a certain amount of distance between the clickable banner image and the Thesis code that follows the header, you could edit the CSS output of (#header) <em>padding-bottom: 0em;</em> to a value such as 1.1em.</p>
<p>Similarly, the CSS code generated for the Thesis clickable banner will not &#8220;repeat&#8221; or tile the image, and the banner image will be centered.  To change values of this kind, look at the <em>.custom #header #logo a</em> section for the background property.  Even humans may recognize that &#8220;center&#8221; can easily be changed to &#8220;left&#8221; or &#8220;right&#8221; to alter the banner&#8217;s alignment.</p>
<p><strong>SEO considerations of the clickable banner CSS image replacement<br />
</strong></p>
<p>As an SEO and usability consideration, recognize that in two places, <em>.custom #header #logo a</em> and <em>.custom #header #tagline</em>, the following technique is used&#8230; text-indent: -9999px.  If you want your clickable banner image to contain the tagline as visible, on-page text, delete this entire line for the <em>.custom #header #tagline</em> section.</p>
<p>As for <em>.custom #header #logo a</em>, the Thesis structure requires that the visible text &#8212; in this case, your blog&#8217;s title &#8212; be visually removed.  Better said, indented beyond visibility.  As this code remains in the &#8220;view source&#8221; output, such &#8220;image replacement&#8221; of text may be considered an SEO concern to some.</p>
<p>Matt Cutts has discussed text-indent and other CSS methods that achieve a similar end result &#8212; so have Google&#8217;s WebMaster (WM) team members&#8230; and there has been no final, unquestionably clear answer or consensus as to whether such actions could result in a penalty or ban.</p>
<p>The herd has decided their four-legged stance is a policy within the realm of reasonable defense &#8212; namely, for Thesis users, ensure that you replicate your blog&#8217;s original title and tagline text in the <em>graphical</em> text of your banner.  Because your image and &#8220;invisible&#8221; text are equivalent in this scenario, SEO penalties are less likely.</p>
<p>That should do.  If you did not click earlier, here&#8217;s the automated &#8220;clickable header&#8221; CSS code generator for Thesis theme users&#8230;</p>
<p><strong><a title="Free, automated Thesis clickable image banner tool" href="http://www.doublemule.com/thesis-custom-css-code-robot/thesis-code-robot-clickable-banner-image.html" target="_blank">Make your Thesis clickable image banner</a></strong></p>
<p>Questions, errors, technical issues, ideas&#8230; usability concerns? Leave a comment &amp;#151; centralised location of human feedback permits us to more efficiently ignore the yapping of an inferior species.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doublemule.com/how-to-thesis-theme-clickable-banner-image-tutorial-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
