<?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>TaylorMade &#187; tips</title>
	<atom:link href="http://www.acquiweb.com/blog/index.php/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acquiweb.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 21:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Hard to Find CSS Tips</title>
		<link>http://www.acquiweb.com/blog/index.php/2009/05/23/hard-to-find-css-tips/</link>
		<comments>http://www.acquiweb.com/blog/index.php/2009/05/23/hard-to-find-css-tips/#comments</comments>
		<pubDate>Sat, 23 May 2009 22:10:12 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.acquiweb.com/blog/?p=79</guid>
		<description><![CDATA[Over the last few weeks I&#8217;ve picked up a few excellent css tips I felt I should share. 1. Firefox scroll jump &#8211; there [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few weeks I&#8217;ve picked up a few excellent css tips I felt I should share.</p>
<p>1. Firefox scroll jump &#8211; there are a number of techniques for enforcing the scroll bar space to appear in Firefox so users don&#8217;t see a jump as they navigate from content light to content heavy pages. My preferred option is to set the document height to 101% so Firefox always thinks there&#8217;s more, therefore shows an empty scroll bar:</p>
<p><code>html { height: 101% }</code></p>
<p>2. Equal table column widths - this is particularly useful on a content managed site where you have many users adding various data tables but you want a one style fits all. To ensure colum widths are always equal just set the following declaration:</p>
<p><code>table { table-layout: fixed }</code></p>
<p>3. Style selected text &#8211; if a user selects text on your webpage to copy and paste elsewhere, do you know you can style it so it&#8217;s not the default navy background, white text?</p>
<p><code><br />
::selection { background: red; color: white /* Safari and Opera */ }<br />
::-moz-selection { background: red; color: white; /* Firefox */ }</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acquiweb.com/blog/index.php/2009/05/23/hard-to-find-css-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

