<?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>Kidsontalks &#187; ebay shop css</title>
	<atom:link href="http://kidsontalks.com/tag/ebay-shop-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://kidsontalks.com</link>
	<description>This is my journey as an E-commerce Consultant</description>
	<lastBuildDate>Mon, 21 May 2012 14:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Lesson 6: eBay Shop Category Control with CSS</title>
		<link>http://kidsontalks.com/lesson-6-ebay-shop-category-control-with-css/</link>
		<comments>http://kidsontalks.com/lesson-6-ebay-shop-category-control-with-css/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 18:23:26 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[eBay]]></category>
		<category><![CDATA[Web Mastering]]></category>
		<category><![CDATA[ebay shop css]]></category>
		<category><![CDATA[ebay-design]]></category>
		<category><![CDATA[free ebay design]]></category>

		<guid isPermaLink="false">http://kidsontalks.com/2008/06/11/lesson-6-ebay-shop-category-control-with-css/</guid>
		<description><![CDATA[OK, I did promise ebay javascript, but I wanted to do a little more on eBay Shop CSS. So I want to give my store categories a pink background: table#StoreCategories { background-color:#FFCCFF; } and say then, I want to have the links in a different pink: table#StoreCategories a { color:#FF00FF; text-decoration:none; } then I want [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I did promise ebay javascript, but I wanted to do a little more on eBay Shop CSS.</p>
<p>So I want to give my store categories a pink background:</p>
<p><code>table#StoreCategories {<br />
background-color:#FFCCFF;<br />
}</code></p>
<p>and say then, I want to have the links in a different pink:</p>
<p><code>table#StoreCategories a {<br />
color:#FF00FF;<br />
text-decoration:none;<br />
}</code></p>
<p>then I want to space out the categories and give them a pink line spacing:</p>
<p><code>td.category {<br />
height:35px;<br />
border-top:1px solid #FF00FF;<br />
}</code></p>
<p>then I feel silly about only having borders at the top and change it to:</p>
<p><code>td.category {<br />
height:35px;<br />
border:1px solid #FF00FF;<br />
}</code></p>
<p>These eBay shop design series are just to illustrate what CSS elements you can manipulate in your eBay shop front. We will move onto adding graphics to replace your eBay shop categories soon enough.</p>
<p>Ok, ok&#8230;just slip this code in so the whole section looks like this:</p>
<p><code><br />
/*Category Section*/<br />
table#StoreCategories {<br />
background-color:#FFCCFF;<br />
}</code><br />
<code><br />
table#StoreCategories a {<br />
color:#FF00FF;<br />
text-decoration:none;<br />
}</code><br />
<code><br />
td.category {<br />
height:35px;<br />
border-top:1px solid #FF00FF;<br />
/*New Bit*/<br />
background: url(http://www.kidsontalks.com/ebaybutton.jpg) no-repeat;<br />
}<br />
/* -------- End -------- */</code></p>
<p><a href="http://kidsontalks.com/2008/04/24/note-on-css-ebay-store-design-and-ebay-site-interference-policy/">Site Interference Policy Disclaimer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kidsontalks.com/lesson-6-ebay-shop-category-control-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

