<?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>PM Design - Web Design Tutorials &#187; CSS Tutorials</title>
	<atom:link href="http://www.pawelmartuszewski.co.uk/web_design_tutorials/web_tutorials/css_tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pawelmartuszewski.co.uk</link>
	<description>Web Design and Web Development Tutorials</description>
	<lastBuildDate>Sun, 18 Dec 2011 09:55:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix the z-index bug under the Internet Explorer</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:48:33 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1699</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/" title="Fix the z-index bug under the Internet Explorer"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/z_index/z-index.jpg" class="alignleft wp-post-image tfe thumb" alt="Fix the z-index bug under the Internet Explorer" /></a>Positioning the HTML elements using relative or absolute positioning, can bring a problem with z-index positioning especially  under the Internet Explorer (beloved browser lol). This can be extremely frustrating problem, but easy to fix.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create custom wordpress navigation with active state using wp_list_pages(); and wp_list_categories();</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:30:58 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1281</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/" title="Create custom wordpress navigation with active state using wp_list_pages(); and wp_list_categories();"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/custom_wp_nav/custom_wp_nav.png" class="alignleft wp-post-image tfe thumb" alt="custom wordpress navigation" /></a>Wordpress navigation can be tricky to create and sometimes we are not able to create it as we want. Problems starts if our website structure forces us to display categories, pages and home buttons and keep the active status even if deep into the category strucutre. This tutorial will explain how to acomplish just that. ]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Applying style to an element only if multi-class union exist</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:48:28 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1246</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/" title="Applying style to an element only if multi-class union exist"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/css_double_class/css_union.jpg" class="alignleft wp-post-image tfe thumb" alt="applying style to union class element" /></a>Using CSS, you can apply multiple styles to one HTML element. This is obvious and helps to keep our HTML and CSS clean and redundant. What happens if we want to style the element differently ONLY if two different classes applied?]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to center a div vertically and horizontally on a page</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:30:07 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1127</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/" title="How to center a div vertically and horizontally on a page"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/center_div/center_positioning.jpg" class="alignleft wp-post-image tfe thumb" alt="center a div vertically and horizontally" /></a>I came across many young designers asking how to center an element on the website and not using the table. Using table layout is was very easy but not so obvious when we use divs.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: web108.extendcp.co.uk @ 2012-02-08 03:14:25 -->
