<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: transparent gif or PNG - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/transparent-gif-or-png</link>
		<description>WordPress.com Forums &#187; Tag: transparent gif or PNG - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 09:03:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/transparent-gif-or-png" rel="self" type="application/rss+xml" />

		<item>
			<title>jayc77 on "Transparent GIF or PNG foreground"</title>
			<link>http://en.forums.wordpress.com/topic/transparent-gif-or-png-foreground#post-1068755</link>
			<pubDate>Wed, 14 Nov 2012 12:01:25 +0000</pubDate>
			<dc:creator>jayc77</dc:creator>
			<guid isPermaLink="false">1068755@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Guys,</p>
<p>I would like to apply a transparent GIF or PNG file on top of my image so if someone were to right click and save then all they get is the transparent layer. Could someone provide a link to a how to or provide instructions as how to do this as I gather there is no right click protection on wordpress.com! I am a novice so an idiots guide would be great :)</p>
<p>Thanks in advance</p>
<p>Jayc
</p>
]]></description>
					</item>
		<item>
			<title>chrisfritz on "Linked Header Background Image with Titan Theme"</title>
			<link>http://en.forums.wordpress.com/topic/linked-header-background-image-with-titan-theme#post-647634</link>
			<pubDate>Fri, 15 Jul 2011 13:19:22 +0000</pubDate>
			<dc:creator>chrisfritz</dc:creator>
			<guid isPermaLink="false">647634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a problem with the way I'm trying to implement this? Or another solution that doesn't involve using a background image? </p>
<p>I'd really like to get that darn header image clickable! Many thanks in advance to anyone who might have a solution or idea to offer. :-)
</p>
]]></description>
					</item>
		<item>
			<title>chrisfritz on "Linked Header Background Image with Titan Theme"</title>
			<link>http://en.forums.wordpress.com/topic/linked-header-background-image-with-titan-theme#post-646004</link>
			<pubDate>Wed, 13 Jul 2011 20:32:24 +0000</pubDate>
			<dc:creator>chrisfritz</dc:creator>
			<guid isPermaLink="false">646004@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, the HTML didn't show up quite right. Let's try that again.</p>
<p><code>&lt;div class=&quot;header&quot;&gt;&lt;br /&gt;
(&lt;)a id=&quot;headerimg&quot; href=&quot;http://poweronlansing.com/&quot;(&gt;)(&lt;)/a(&gt;)&lt;br /&gt;
&lt;/div&gt;</code></p>
<p>Parentheses above not included.
</p>
]]></description>
					</item>
		<item>
			<title>chrisfritz on "Linked Header Background Image with Titan Theme"</title>
			<link>http://en.forums.wordpress.com/topic/linked-header-background-image-with-titan-theme#post-645998</link>
			<pubDate>Wed, 13 Jul 2011 20:29:45 +0000</pubDate>
			<dc:creator>chrisfritz</dc:creator>
			<guid isPermaLink="false">645998@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's similar to one of the strategies I've tried, using code like this:</p>
<p>HTML:<br />
<code>&lt;br /&gt;
&lt;div class=&quot;header&quot;&gt;&lt;br /&gt;
&lt;a href=&quot;http://poweronlansing.com/&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
</code></p>
<p>CSS<br />
<code>&lt;br /&gt;
#headerimg {&lt;br /&gt;
position: absolute;&lt;br /&gt;
top: 35px;&lt;br /&gt;
left: 473px;&lt;br /&gt;
width: 467px;&lt;br /&gt;
height: 105px;&lt;br /&gt;
background-color: transparent;&lt;br /&gt;
border: 1px solid yellow;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>The problem that I run into with that method is the absolute positioning is messed up if a WordPress user is logged in (and no matter what I do, it's always messed up in IE9). Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Linked Header Background Image with Titan Theme"</title>
			<link>http://en.forums.wordpress.com/topic/linked-header-background-image-with-titan-theme#post-645806</link>
			<pubDate>Wed, 13 Jul 2011 17:52:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">645806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The only way to do this is to create a transparent gif or PNG with no background color that is the same size as your header image and then you put it into a text widget, set the height and width of that specific widget to the same as the header image and then use positioning in the CSS to move that widget up and over the top of the header image.
</p>
]]></description>
					</item>
		<item>
			<title>chrisfritz on "Linked Header Background Image with Titan Theme"</title>
			<link>http://en.forums.wordpress.com/topic/linked-header-background-image-with-titan-theme#post-645768</link>
			<pubDate>Wed, 13 Jul 2011 17:08:43 +0000</pubDate>
			<dc:creator>chrisfritz</dc:creator>
			<guid isPermaLink="false">645768@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I know there are other forum threads on making a background image linkable, but none of those solutions seem to work for me (odds are I'm just doing something stupid). I just want clicking on the header image to go to the main page. If anyone could help, I would be <em>very</em> grateful: <a href="http://poweronlansing.com" rel="nofollow">http://poweronlansing.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
