<?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/"
	xmlns:georss="http://www.georss.org/georss">

<channel>
	<title>ECP&#039;s blog &#187; CSS/XHTML</title>
	<atom:link href="http://www.ecommercepartners.net/blog/category/css-xhtml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ecommercepartners.net/blog</link>
	<description>Ecommerce Partners blog</description>
	<lastBuildDate>Thu, 20 Oct 2011 18:22:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make Link Text Color Different from the Link Underline Color</title>
		<link>http://www.ecommercepartners.net/blog/how-to-make-link-text-color-different-from-the-link-underline-color.html</link>
		<comments>http://www.ecommercepartners.net/blog/how-to-make-link-text-color-different-from-the-link-underline-color.html#comments</comments>
		<pubDate>Fri, 18 Aug 2006 19:35:16 +0000</pubDate>
		<dc:creator>Emma Dobrescu</dc:creator>
				<category><![CDATA[CSS/XHTML]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.ecommercepartners.net/blog/?p=95</guid>
		<description><![CDATA[Sometimes when you code a page you might want to have one color for the link and a different color for the underline.
There&#8217;s a simple solution to that. You need to add a span inside the link, span that will contain the actual text of the link:
&#60;a class="link" href="http://www.ecommercepartners.net/blog/wp-admin/yourlink.com"&#62;yourlink.com&#60;/a&#62;
Now in the css you will apply [...]


Related posts:<ol><li><a href='http://www.ecommercepartners.net/blog/one-link-at-a-time.html' rel='bookmark' title='Permanent Link: one link at a time'>one link at a time</a></li>
<li><a href='http://www.ecommercepartners.net/blog/welcome-to-the-world-wide-west-what-color-is-your-hat.html' rel='bookmark' title='Permanent Link: Welcome to the World Wide West &#8211; What color is your hat?'>Welcome to the World Wide West &#8211; What color is your hat?</a></li>
<li><a href='http://www.ecommercepartners.net/blog/create-your-2011-budget.html' rel='bookmark' title='Permanent Link: Create Your 2011 Budget'>Create Your 2011 Budget</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ecommercepartners.net/blog/how-to-make-link-text-color-different-from-the-link-underline-color.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Internet Explorer (IE) Crashing, but not Firefox?  Here&#8217;s a possible fix&#8230;</title>
		<link>http://www.ecommercepartners.net/blog/css-styles-that-crash-in-ie-but-not-firefox.html</link>
		<comments>http://www.ecommercepartners.net/blog/css-styles-that-crash-in-ie-but-not-firefox.html#comments</comments>
		<pubDate>Tue, 18 Jul 2006 16:38:07 +0000</pubDate>
		<dc:creator>Yaniv</dc:creator>
				<category><![CDATA[CSS/XHTML]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.ecommercepartners.net/blog/?p=86</guid>
		<description><![CDATA[CSS Styles that Crash in IE but not FireFox
Recently on a site i was working on here, i came across a problem with absolute positioning and IE (internet explorer).Â  We had to position absolute a &#8220;search&#8221; div on the right side of the page.  so, my styles looked as such:
#search {position:absolute; top:51px; right:100px; z-index:101; [...]


Related posts:<ol><li><a href='http://www.ecommercepartners.net/blog/how-to-cancel-remove-the-internet-explorer-refresh-sound.html' rel='bookmark' title='Permanent Link: How to Stop / Disable the Internet Explorer Refresh Sound'>How to Stop / Disable the Internet Explorer Refresh Sound</a></li>
<li><a href='http://www.ecommercepartners.net/blog/yahoo-site-explorer.html' rel='bookmark' title='Permanent Link: Yahoo Site Explorer'>Yahoo Site Explorer</a></li>
<li><a href='http://www.ecommercepartners.net/blog/home-based-internet-business-is-alive-and-well.html' rel='bookmark' title='Permanent Link: Home Based Internet Business is Alive and Well'>Home Based Internet Business is Alive and Well</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ecommercepartners.net/blog/css-styles-that-crash-in-ie-but-not-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spider Getting in the Loop</title>
		<link>http://www.ecommercepartners.net/blog/spider-getting-in-the-loop.html</link>
		<comments>http://www.ecommercepartners.net/blog/spider-getting-in-the-loop.html#comments</comments>
		<pubDate>Thu, 20 Oct 2005 18:28:41 +0000</pubDate>
		<dc:creator>Shruti Gupta</dc:creator>
				<category><![CDATA[CSS/XHTML]]></category>
		<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://ecommercepartners.net/blogs/?p=12</guid>
		<description><![CDATA[I was attempting to create ROR Sitemap for Ecommerce Partners website and I noticed interesting phenomenon.  In the article SHTML Makes Updating Website Easy, I have added some example of the code in the content:
&#038; lt ; a href &#8211; &#8220;index.shtml&#8221; &#038; gt ; home &#038; lt ; /a &#038; gt ;
You will notice [...]


Related posts:<ol><li><a href='http://www.ecommercepartners.net/blog/how-to-make-link-text-color-different-from-the-link-underline-color.html' rel='bookmark' title='Permanent Link: Make Link Text Color Different from the Link Underline Color'>Make Link Text Color Different from the Link Underline Color</a></li>
<li><a href='http://www.ecommercepartners.net/blog/sitemaporg.html' rel='bookmark' title='Permanent Link: SiteMap.org'>SiteMap.org</a></li>
<li><a href='http://www.ecommercepartners.net/blog/beating-them-at-their-own-game-outranking-the-competition.html' rel='bookmark' title='Permanent Link: Beating Them At Their Own Game &#8211; Outranking the Competition'>Beating Them At Their Own Game &#8211; Outranking the Competition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ecommercepartners.net/blog/spider-getting-in-the-loop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make the Background of a Div Semi-Transparent?</title>
		<link>http://www.ecommercepartners.net/blog/how-to-make-the-background-of-a-div-semi-transparent.html</link>
		<comments>http://www.ecommercepartners.net/blog/how-to-make-the-background-of-a-div-semi-transparent.html#comments</comments>
		<pubDate>Tue, 18 Oct 2005 17:26:29 +0000</pubDate>
		<dc:creator>Shruti Gupta</dc:creator>
				<category><![CDATA[CSS/XHTML]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://ecommercepartners.net/blogs/?p=10</guid>
		<description><![CDATA[Here&#8217;s a tip on how to make the background of a div semi-transparent.  It works in FireFox and IE.  I had used this technique when I did the HTML for Soxx.com. I&#8217;ve no clue how to make it work in Safari and Opera. So, if someone knows please let me know. I&#8217;ll be [...]


Related posts:<ol><li><a href='http://www.ecommercepartners.net/blog/drinking-the-social-media-kool-aid.html' rel='bookmark' title='Permanent Link: Drinking the Social Media Kool Aid'>Drinking the Social Media Kool Aid</a></li>
<li><a href='http://www.ecommercepartners.net/blog/aol-slips-users-searches-log.html' rel='bookmark' title='Permanent Link: AOL Slips User Search Logs'>AOL Slips User Search Logs</a></li>
<li><a href='http://www.ecommercepartners.net/blog/trackmenot-no-thank-you.html' rel='bookmark' title='Permanent Link: TrackMeNot &#8230; No Thank You'>TrackMeNot &#8230; No Thank You</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ecommercepartners.net/blog/how-to-make-the-background-of-a-div-semi-transparent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

