<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/186/css-advanced.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>CSS Dimension</title>
		   <link>http://www.programmerkingdom.com/view/781/css-dimension.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The CSS dimension properties allow you to control the height and
width of an element. This article shows you how to set the dimensions of an element and set their properties.

CSS Dimension

The CSS dimension properties allow you to control the height and
width of an element.

All CSS Dimension Properties

The number in the &quot;CSS&quot; column indicates in which CSS version the prop...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Grouping and Nesting Selectors</title>
		   <link>http://www.programmerkingdom.com/view/782/css-grouping-and-nesting-selectors.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In style sheets there are often elements with the same style.To minimize the code, you can group selectors.Separate each selector with a comma.

CSS Grouping and Nesting Selectors
Grouping Selectors

In style sheets there are often elements with the same style.


	
		
			
			h1
			{
			color:green;
			}
			h2
			{
			color:green;
			}
			p
			{
			color:green;
			}
		
	
...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Display and Visibility</title>
		   <link>http://www.programmerkingdom.com/view/783/css-display-and-visibility.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The display property specifies if/how an element 
is displayed, and the visibility property specifies if an element should be visible or 
hidden.This article will show how to set display properties.

CSS Display and Visibility

The display property specifies if/how an element 
is displayed, and the visibility property specifies if an element should be visible or 
hidden.

Hiding an Ele...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Positioning</title>
		   <link>http://www.programmerkingdom.com/view/784/css-positioning.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The CSS positioning properties allow you to position an element. It
can also place an element behind another, and specify what should
happen when an element's content
is too big.Elements can be positioned using the top, bottom, left, and right properties. 

CSS Positioning
Positioning

The CSS positioning properties allow you to position an element. It
can also place an element behind a...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Float</title>
		   <link>http://www.programmerkingdom.com/view/785/css-float.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
With CSS float, an element can be pushed to the left or right, 
allowing other elements to wrap around it.Float is very often used for images, but it is also useful when working 
with layouts.

CSS Float
What is CSS Float?













With CSS float, an element can be pushed to the left or right, 
allowing other elements to wrap around it.


Float is very often used for i...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Horizontal Align</title>
		   <link>http://www.programmerkingdom.com/view/786/css-horizontal-align.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In CSS, several properties are used to align elements horizontally.In this chapter we will show you how to horizontally align block elements for 
layout purposes.

CSS Horizontal Align


In CSS, several properties are used to align elements horizontally.


Aligning Block Elements

A block element is an element that takes up the full width available, and 
has a line break before and a...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Pseudo-classes</title>
		   <link>http://www.programmerkingdom.com/view/787/css-pseudo-classes.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
CSS pseudo-classes are used to add special effects to some selectors. Links can be displayed in different ways in a CSS-supporting browser. Pseudo-classes can be combined with CSS classes.

CSS Pseudo-classes

CSS pseudo-classes are used to add special effects to some selectors.

Syntax

The syntax of pseudo-classes:


	
		
			selector:pseudo-class {property:value;}
		
	


CSS ...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Navigation Bar</title>
		   <link>http://www.programmerkingdom.com/view/788/css-navigation-bar.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Having easy-to-use navigation is important for any web 
site.With CSS you can transform boring HTML menus into good-looking 
navigation bars. A navigation bar needs standard HTML as a base.

CSS Navigation Bar
Navigation Bars

Having easy-to-use navigation is important for any web 
site.


With CSS you can transform boring HTML menus into good-looking 
navigation bars.

Navigation ...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Image Gallery</title>
		   <link>http://www.programmerkingdom.com/view/789/css-image-gallery.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
CSS can be used to create an image gallery.It is very easy to creat image gallery using CSS. This chapter explains how you can creat image gallery using CSS. 

CSS Image Gallery
Image Gallery

The following image gallery is created with CSS:

Example
&lt;html&gt;
&lt;head&gt;
&lt;style type=&quot;text/css&quot;&gt;
div.img
&nbsp;
{
&nbsp;
margin:2px;
&nbsp;
border:1px solid #000...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Image Opacity / Transparency</title>
		   <link>http://www.programmerkingdom.com/view/790/css-image-opacity-/-transparency.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Creating transparent images with CSS is easy.This is not yet a CSS standard. However, it works in all modern browsers, and is a part of the W3C CSS 3 recommendation.

CSS Image Opacity / Transparency

Creating transparent images with CSS is easy.


Note: This is not yet a CSS standard. However, it works in all modern browsers, and is a part of the W3C CSS 3 recommendation.

Example 1 - ...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Media Types</title>
		   <link>http://www.programmerkingdom.com/view/791/css-media-types.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Media Types allow you to specify how documents will be presented
in different media. The document can be displayed differently on the screen, on
the paper, with an aural browser, etc.&nbsp;

CSS Media Types

Media Types allow you to specify how documents will be presented
in different media. The document can be displayed differently on the screen, on
the paper, with an aural browser, etc...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Image Sprites</title>
		   <link>http://www.programmerkingdom.com/view/792/css-image-sprites.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
&nbsp;


An image sprite is a collection of images put into a single image.A web page with many images can take a long time to load and generates 
multiple server requests.Using image sprites will reduce the number of server requests and save 
bandwidth.

CSS Image Sprites
Image Sprites

An image sprite is a collection of images put into a single image.


A web page with many images...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Don't</title>
		   <link>http://www.programmerkingdom.com/view/793/css-don't.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Here are some technologies you should try to avoid when using CSS. This article shows what things you can do with CSS and what are the limitations. What behaviours CSS supprots and what not. 

CSS Don't

Here are some technologies you should try to avoid when using CSS.

Internet Explorer Behaviors

What is it? Internet Explorer 5 introduced behaviors. Behaviors are a way to add behavior...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
