<?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>The Css Bug &#187; Wordpress</title>
	<atom:link href="http://thecssbug.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://thecssbug.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 29 Jul 2009 15:52:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash on top of lightbox</title>
		<link>http://thecssbug.com/flash-on-top-of-lightbox</link>
		<comments>http://thecssbug.com/flash-on-top-of-lightbox#comments</comments>
		<pubDate>Sat, 02 May 2009 00:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[embeded]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[wmode]]></category>

		<guid isPermaLink="false">http://thecssbug.com/?p=83</guid>
		<description><![CDATA[Many of us are using a lightbox library for nice looking photo galleries, either on a blog or some other kind of website. When using a flash menu, or banner, on the same page usualy the flash gets on top of the image in the lightbox, creating a nasty looking effect.
A Flash movie in a [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us are using a <strong>lightbox</strong> library for nice looking photo galleries, either on a blog or some other kind of website. When using a <strong>flash</strong> menu, or banner, on the same page usualy the <strong>flash</strong> gets on top of the image in the<strong> lightbox</strong>, creating a nasty looking effect.</p>
<p>A <strong>Flash movie</strong> in a layer on a DHTML page containing several layers may display above all the layers, regardless of the stacking order (&#8220;z-index&#8221;) of those layers. By default, browsers place embedded plug-in content, such as a Flash movie or Java applet, on the topmost layer.</p>
<p>In orderto to allow layering of Flash content with DHTML layers use the <strong>WMODE</strong> parameter . The WMODE parameter can be &#8216;window&#8217; (default), &#8216;opaque&#8217;, or &#8216;transparent&#8217;. Using a WMODE value of &#8216;opaque&#8217; or &#8216;transparent&#8217; will prevent a Flash movie from playing in the topmost layer and allow you to adjust the layering of the movie within other layers of the HTML document.</p>
<p>To edit an existing HTML page, add the WMODE parameters to the HTML code.</p>
<p>Add the following parameter to the OBJECT tag:</p>
<pre class="brush: html">
&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot;&gt;
</pre>
<p>Add the following parameter to the EMBED tag:</p>
<pre class="brush: html">

wmode=&quot;opaque&quot;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thecssbug.com/flash-on-top-of-lightbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter Plus problem</title>
		<link>http://thecssbug.com/syntaxhighlighter-plus-problem</link>
		<comments>http://thecssbug.com/syntaxhighlighter-plus-problem#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[ProBlogger]]></category>
		<category><![CDATA[SyntaxHighlighter Plus]]></category>

		<guid isPermaLink="false">http://thecssbug.com/?p=67</guid>
		<description><![CDATA[As I  started to build this blog, I clearly needed some solution for displaying code on a wordpress blog.
Asfter studying a few solutions with more or less results, I decided uppon SyntaxHighlighter Plus which seams to be the best solution out there.
However, although it worked great with the default Wordpress theme I realised that as [...]]]></description>
			<content:encoded><![CDATA[<p>As I  started to build this blog, I clearly needed some solution for displaying code on a wordpress blog.</p>
<p>Asfter studying a few solutions with more or less results, I decided uppon SyntaxHighlighter Plus which seams to be the best solution out there.</p>
<p>However, although it worked great with the default Wordpress theme I realised that as soon as I applied the &#8220;ProBlogger&#8221; theme, the javascripts that do the highlighting work would not function corectllyany more. The documentation did offer some solutions, but not the one I needed.</p>
<p>So, if you run into problems when installing SyntaxHighlighter Plus on some wordpress theme, be sure that the <em>header.php</em> file in your theme, contains the following line, somewhere in the head portion of the file:</p>
<pre class="brush: php">
&lt;?php wp_head(); ?&gt;
&lt;/head&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thecssbug.com/syntaxhighlighter-plus-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
