<?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>Consilience Media &#187; accessibility</title>
	<atom:link href="http://www.consil.co.uk/blog/tag/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.consil.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 12:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Pure CSS Rollover Map Demo &#8211; England Regions</title>
		<link>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/</link>
		<comments>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:36:30 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[General Blogging]]></category>
		<category><![CDATA[Web Interface]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Positioning]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=358</guid>
		<description><![CDATA[A tutorial for producing these maps will be provided soon. With the help of InkScape and a spreadsheet, they are not quite as fiddly as you would expect. Each map consists of a single image, with all the roll-over images as a part of the main map image. It uses a &#8216;sprite&#8217; technique to move the roll-over background images into position when the mouse hovers over the [square] regions. Why do it like this? Firstly there is no JavaScript involved. <a href="http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>A tutorial for producing these maps will be provided soon. With the help of InkScape and a spreadsheet, they are not quite as fiddly as you would expect. Each map consists of a single image, with all the roll-over images as a part of the main map image.</p>
<p>It uses a &#8216;sprite&#8217; technique to move the roll-over background images into position when the mouse hovers over the [square] regions. Why do it like this? Firstly there is no JavaScript involved. Secondly it keeps the number of objects downloaded to a minimum &#8211; just one stylesheet (or set of styles) and one image. Lastly, it degrades nicely to a simple unordered list when CSS is not available or relevant.</p>
<h3>Half Size</h3>
<ul class="rollover-map">
<li class="northeast"><a title="North East" href="#">North East</a></li>
<li class="northwest"><a title="North West" href="#">North West</a></li>
<li class="yorkshire"><a title="Yorkshire &amp; Humberside" href="#">Yorkshire &amp; Humberside</a></li>
<li class="westmidlands"><a title="West Midlands" href="#">West Midlands</a></li>
<li class="eastmidlands"><a title="East Midlands" href="#">East Midlands</a></li>
<li class="southwest"><a title="South West" href="#">South West</a></li>
<li class="southeast"><a title="South East" href="#">South East</a></li>
<li class="london"><a title="London" href="#">London</a></li>
<li class="east"><a title="East Of England" href="#">East Of England</a></li>
</ul>
<p><span id="more-358"></span></p>
<h3>Full Size with Picture Roll-Overs</h3>
<p>You are not limited to colours in the roll-over. You can add whatever images you like. If using PNGs (as we are here) you can even include alpha-transparency to overlay the main map with a semi-transparent roll-over image.</p>
<p>Since this demo uses PNGs, Internet Explorer 6 (and below) users may see grey-blue backgrounds around the images. You can work around this by using GIF images instead. However, I would encourage IE6 users to upgrade in the first instance.</p>
<ul class="rollover-map">
<li class="northeast"><a title="North East" href="#">North East</a></li>
<li class="northwest"><a title="North West" href="#">North West</a></li>
<li class="yorkshire"><a title="Yorkshire &amp; Humberside" href="#">Yorkshire &amp; Humberside</a></li>
<li class="westmidlands"><a title="West Midlands" href="#">West Midlands</a></li>
<li class="eastmidlands"><a title="East Midlands" href="#">East Midlands</a></li>
<li class="southwest"><a title="South West" href="#">South West</a></li>
<li class="southeast"><a title="South East" href="#">South East</a></li>
<li class="london"><a title="London" href="#">London</a></li>
<li class="east"><a title="East Of England" href="#">East Of England</a></li>
</ul>
<p><strong>Credits</strong></p>
<ul>
<li><a href="http://www.flickr.com/photos/tasa_m/2882242321/">Whitby Abbey</a></li>
<li><a href="http://www.flickr.com/photos/ptomlins/2463759144/sizes/m/">Birmingham Bull</a></li>
<li><a href="http://www.flickr.com/photos/spentrails/3144141084/sizes/m/">Kent Coast</a></li>
<li><a href="http://www.flickr.com/photos/oldflints/2987309302/">Norfolk Windmill</a></li>
</ul>
<p>The rest are my own snaps: <a href="http://en.wikipedia.org/wiki/Catbells">Catbells</a>, <a href="http://en.wikipedia.org/wiki/Drax_power_station">Drax Power Station</a>, <a href="http://en.wikipedia.org/wiki/Angel_of_the_north">Angel of the North</a>, a member of the <a href="http://en.wikipedia.org/wiki/Queen%27s_Guard">Queen&#8217;s Guard</a> and a <a href="http://en.wikipedia.org/wiki/Clapper_bridge">Clapper Bridge</a> in Cornwall.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessible font sizes</title>
		<link>http://www.consil.co.uk/blog/2008/12/29/font-sizes/</link>
		<comments>http://www.consil.co.uk/blog/2008/12/29/font-sizes/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 10:06:59 +0000</pubDate>
		<dc:creator>Phill Brown</dc:creator>
				<category><![CDATA[Styling]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[monospace]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=288</guid>
		<description><![CDATA[A quick note to developers that are styling elements that use monospace fonts (pre, code, q, etc). Be aware that some browsers, like Safari and Chrome, have their own fixed-width font size preference, which by default is set to 13px. This upsets proceedings when you apply a proportional (% or em) font-size to the body. There are three solutions to counter this problem: Apply font-size to each element separately Remove monospace from the font stack and treat it as a <a href="http://www.consil.co.uk/blog/2008/12/29/font-sizes/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-296" src="http://www.consil.co.uk/files/2008/12/font-sizes-29dec081.jpg" alt="font-sizes-29dec081" width="200" height="200" />A quick note to developers that are styling elements that use monospace fonts (pre, code, q, etc). Be aware that some browsers, like Safari and Chrome, have their own fixed-width font size preference, which by default is set to 13px. This upsets proceedings when you apply a proportional (% or em) font-size to the body.</p>
<p>There are three solutions to counter this problem:</p>
<ol>
<li>Apply font-size to each element separately</li>
<li>Remove monospace from the font stack and treat it as a variable spaced font</li>
<li>Use a fixed font size</li>
</ol>
<p>Firefox and Internet Explorer have a single default font size so you can&#8217;t apply a larger size to monospace elements.</p>
<p>On the same subject, Google Chrome users can also set different default sizes for their serif and sans-serif fonts. By default these are identical so it will not affect the styling for the majority of users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2008/12/29/font-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

