<?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>PowerThru Consulting &#187; CSS</title>
	<atom:link href="http://powerthruconsulting.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerthruconsulting.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 01:48:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Adding a custom button to your Salsa petition using CSS</title>
		<link>http://powerthruconsulting.com/blog/adding-a-custom-button-to-your-salsa-petition-using-css/</link>
		<comments>http://powerthruconsulting.com/blog/adding-a-custom-button-to-your-salsa-petition-using-css/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 02:36:04 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[PowerThru Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Salsa]]></category>

		<guid isPermaLink="false">http://wp.powerthruconsulting.com/?p=194</guid>
		<description><![CDATA[<p>We get a lot of requests to make Salsa actions look a little different. And the most common thing people want, is bigger, more beautiful buttons. So here's a quick tutorial on how to add any button you want to your salsa petition using some grab and go CSS and a little PowerThru trick.</p><p>The post <a href="http://powerthruconsulting.com/blog/adding-a-custom-button-to-your-salsa-petition-using-css/">Adding a custom button to your Salsa petition using CSS</a> appeared first on <a href="http://powerthruconsulting.com">PowerThru Consulting</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We get a lot of requests to make Salsa actions look a little different. And the most<span> common thing people want is bigger, more beautiful buttons. So here&#8217;s a quick tutorial on how to add any button you want to your Salsa petition using some grab&#8217;n'go <a href="http://www.adobe.com/devnet/dreamweaver/articles/bk_getting_started_css.html">CSS</a> and a little PowerThru technology.</span></p>
<p style="text-align: center;"><object id="scPlayer" width="600" height="363" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="flashVars" value="thumb=http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/FirstFrame.jpg&amp;containerwidth=1340&amp;containerheight=807&amp;content=http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/00000067.swf&amp;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/" /><param name="src" value="http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/jingswfplayer.swf" /><embed id="scPlayer" width="600" height="363" type="application/x-shockwave-flash" src="http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/jingswfplayer.swf" quality="high" flashVars="thumb=http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/FirstFrame.jpg&amp;containerwidth=1340&amp;containerheight=807&amp;content=http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/00000067.swf&amp;blurover=false" allowFullScreen="true" scale="showall" allowScriptAccess="always" base="http://content.screencast.com/users/greenmtndrew/folders/Jing/media/ce8ffd88-6931-46e3-8693-a867044e304b/" />Unable to display content. Adobe Flash is required.</object></p>
<p>Here&#8217;s the CSS code you need (pay special attention to the parts in <em>italics</em>):</p>
<blockquote><p><em>&lt;style type=&#8221;text/css&#8221;&gt;</em><br />
#submitSignPetition {<br />
<em>width: 235px;</em><br />
<em> height: 90px;</em><br />
margin: 0;<br />
padding: 0;<br />
border: 0;<br />
background: transparent url(<em>http://www.theurlofyourphotohere.jpg</em>) no-repeat center top;<br />
text-indent: -1000em;<br />
cursor: pointer; /* hand-shaped cursor */<br />
cursor: hand; /* for IE 5.x */<br />
}<br />
<em>&lt;/style&gt;</em></p></blockquote>
<p>What you need to do is 3 simple steps:</p>
<ol>
<li>Upload your image somewhere &#8211; on your Salsa center, a WordPress site, Flikr, wherever. Just put the image online and copy the link.
<ol>
<li>Also make a note of your image&#8217;s dimensions (width and height) because you&#8217;ll need that in step 3.</li>
</ol>
</li>
<li>Copy and paste the sample CSS code above into the <em>source</em> view of the first tab of your action (the one called &#8220;petition information&#8221;) Make sure you are looking at the &#8220;source&#8221; view when you do this and make sure you copy the intro and exit tags <em>&lt;style type=&#8221;text/css&#8221;&gt; </em>and <em>&lt;/style&gt;</em></li>
<li>Replace the URL <em>http://www.theurlofyourphotohere.jpg </em>with the URL of your button from step 1. Then replace the <em>width</em> and <em>height</em> with the correct dimensions of your button from 1.1</li>
</ol>
<p>That&#8217;s it!</p>
<p>&nbsp;</p>
<p>Have more questions or need help making this happen for your organization? <a href="http://powerthruconsulting.com/contact-us/">Contact PowerThru</a> today!</p>
<p>The post <a href="http://powerthruconsulting.com/blog/adding-a-custom-button-to-your-salsa-petition-using-css/">Adding a custom button to your Salsa petition using CSS</a> appeared first on <a href="http://powerthruconsulting.com">PowerThru Consulting</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://powerthruconsulting.com/blog/adding-a-custom-button-to-your-salsa-petition-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
