<?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>Full On Design &#187; XHTML &amp; CSS</title>
	<atom:link href="http://www.fullondesign.co.uk/coding/xhtml_and_css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sun, 30 Oct 2011 21:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Share or wait rageboxes (And how to bypass them)</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/2109-share-or-wait-rage-boxes-and-how-to-bypass-them.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/2109-share-or-wait-rage-boxes-and-how-to-bypass-them.htm#comments</comments>
		<pubDate>Tue, 06 Sep 2011 12:20:53 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=2109</guid>
		<description><![CDATA[I was recently shown (via Reddit) possibly one of the biggest crime against UX, a lightbox which asks you to share the website or wait 600 seconds. At first I thought it was fake, but if you visit the offending website, it&#8217;s unfortunately real. So yeah, after a short time of giggling and raging I [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently shown (via <a href="http://www.reddit.com/r/reddit.com/comments/k5pgj/share_or_wait_600_seconds_i_will_do_neither/">Reddit</a>) possibly one of the biggest crime against UX, a lightbox which asks you to share the website or wait 600 seconds.</p>
<p><img class="aligncenter size-full wp-image-2110" title="share or wait 600 seconds *facepalm*" src="http://files.fullondesign.co.uk/uploads/2011/09/share_or_wait_600_seconds.png" alt="share or wait 600 seconds *facepalm*" width="498" height="214" /></p>
<p>At first I thought it was fake, but if you visit the <a href="http://www.soccercaffe.com/hot-news/indonesia-turmenistan-4-3.html" rel="nofollow">offending website</a>, it&#8217;s unfortunately real. So yeah, after a short time of giggling and raging I worked on a way to bypass this.</p>
<h3>How to bypass it</h3>
<p>The easiest way, is to vote with your feet and not use the website. But in some cases, that isn&#8217;t always an option.</p>
<p>A working method I found (if you are using Google Chrome or Safari) is to hide the element.  With your mouse right click on the element and click &#8220;Inspect Element&#8221;, this will open the developer tools. Then under the &#8220;style&#8221; side menu just add the rule &#8220;display:none;&#8221; and it should disappear. In most cases, it might look a bit like the screenshot below.</p>
<p><a href="http://files.fullondesign.co.uk/uploads/2011/09/developer_tools.png"><img class="aligncenter size-medium wp-image-2113" title="developer tools - showing the rule in action." src="http://files.fullondesign.co.uk/uploads/2011/09/developer_tools-300x180.png" alt="developer tools - showing the rule in action" width="300" height="180" /></a></p>
<p>You can also right click on the element in the developer tools and click &#8220;delete node&#8221; on the html causing the ragebox. </p>
<p><span id="more-2109"></span></p>
<h3>Extra Notes</h3>
<ul>
<li>This is the same method using on my post labelled: <a href="http://www.fullondesign.co.uk/coding/xhtml_and_css/1406-bypass-facebooks-like-this-to-see-the-picture-pages-using-google-chrome.htm">Bypass Facebook’s “Like this to see the picture” pages using Google Chrome</a>.</li>
<li>You can also add a rule to your AdBlocker to stop these working on most websites, but that might affect sites which use lightboxes to look pretty.</li>
<li>We totally need to standardise the &lt;lightbox&gt; tag into HTML5, just to deal with crap like this</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/2109-share-or-wait-rage-boxes-and-how-to-bypass-them.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with HTML5 Canvas</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/1905-getting-started-with-html5-canvas.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/1905-getting-started-with-html5-canvas.htm#comments</comments>
		<pubDate>Sun, 27 Feb 2011 20:33:47 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1905</guid>
		<description><![CDATA[The HTML5 canvas is a really neat new feature which allows you to draw shapes. It&#8217;s a little unknown of how it will be implemented in the mainstream web, however current forecasts suggests it can create really cool games such as Pirates Love Daisies, applications such as Sketchpad or even a new method of CAPTCHA. Here is a quick cookbook [...]]]></description>
			<content:encoded><![CDATA[<p>The HTML5 canvas is a really neat new feature which allows you to draw shapes. It&#8217;s a little unknown of how it will be implemented in the mainstream web, however current forecasts suggests it can create really cool games such as <a href="http://www.pirateslovedaisies.com/">Pirates Love Daisies</a>, applications such as <a href="http://mugtug.com/sketchpad/">Sketchpad</a> or even a new method of CAPTCHA.</p>
<p>Here is a quick cookbook on how to get started with Canvas where you will learn how to draw basic shapes and colours.</p>
<h3>Finding your Feet</h3>
<p>The first thing you need to start playing with the canvas tool is a browser which supports canvas. Currently most modern browsers do support canvas (This includes, IE9, Google Chrome and Firefox).</p>
<p>Next, set up the shell of your HTML5 page. To save you time I <a href="http://www.fullondesign.co.uk/examples/Getting_Started_with_HTML5_Canvas/html5_canvas_start.html">have made a basic example</a><a></a> you can copy.</p>
<p>The important thing to remember about adding the canvas tag to your page is:</p>
<ol>
<li>Your page has the html5 doctype, otherwise it might not work.</li>
<li>You add a width and height, otherwise your graphics may look cropped.</li>
<li>You add a &#8220;Your browser does not support the  HTML5 notice&#8221; notice in the canvas tag for older browsers.</li>
</ol>
<p><span id="more-1905"></span></p>
<h3>Making a Square</h3>
<p><img class="aligncenter size-full wp-image-1929" title="Making a Square" src="http://files.fullondesign.co.uk/uploads/2011/02/Making_a_Square.png" alt="Making a Square" width="108" height="81" /></p>
<p>Making a square is pretty simple; in a nutshell all you need to be able to do is understand how x/y coordinates work. I&#8217;ve <a href="http://www.fullondesign.co.uk/examples/Getting_Started_with_HTML5_Canvas/html_canvas_square.html">uploaded this demo</a>.</p>
<pre class="brush: plain; title: ; notranslate">// More canvas stuff  will go here.
context.moveTo(5, 10); // Move the start point to x = 5, y = 10
context.beginPath(); // Open the path i.e. Start drawing
context.lineTo(55, 10); // Draw the line to x = 55, y = 10 then continue
context.lineTo(55, 60);
context.lineTo(5, 60);
context.lineTo(5, 10);
context.closePath(); // Close the path, so that javascript knows the shape is done.

// Fill the shape.
context.fillStyle=&quot;#8ED6FF&quot;;
context.fill();

// Colour in the border of the shape.
context.strokeStyle=&quot;#0000ff&quot;;
context.stroke();</pre>
<h3>Building a Circle</h3>
<p><img class="aligncenter size-full wp-image-1928" title="Building a Circle" src="http://files.fullondesign.co.uk/uploads/2011/02/Building_a_Circle.png" alt="Building a Circle" width="194" height="153" /></p>
<p>Creating a circle is a little different, instead of just putting the x/y coordinates you also have to state the starting radius, ending radius and whether if you your arc to be anti-clockwise (Weird right?). Here <a href="http://www.fullondesign.co.uk/examples/Getting_Started_with_HTML5_Canvas/html_canvas_circle.html">is the code example</a>.</p>
<pre class="brush: plain; title: ; notranslate">context.arc(100,75,50,0,Math.PI*2,true); // arc(x coordinate, y coordinate, radius, startAngle, endAngle, anticlockwise)</pre>
<h3>Rotating your Canvas</h3>
<p><img class="aligncenter size-full wp-image-1930" title="Rotating your Canvas" src="http://files.fullondesign.co.uk/uploads/2011/02/Rotating_your_Canvas.png" alt="Rotating your Canvas" width="163" height="125" /></p>
<p>This is probably one of the most useful features for most web designers out there. Pretty much you can rotate the canvas. <a href="http://www.fullondesign.co.uk/examples/Getting_Started_with_HTML5_Canvas/html_canvas_rotating.html">Check out my example</a>.</p>
<pre class="brush: plain; title: ; notranslate">// Rotate the canvas 15%
context.rotate(0.15);</pre>
<h3>Further Reading</h3>
<ul>
<li><a href="https://developer.mozilla.org/En/Canvas_tutorial">MDN Canvas Tutorial</a></li>
<li><a href="http://thinkvitamin.com/code/how-to-draw-with-html-5-canvas/">How to Draw with HTML 5 Canvas by Think Vitamin</a></li>
<li><a href="http://simon.html5.org/dump/html5-canvas-cheat-sheet.html">HTML5 Canvas Cheat Sheet</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html">The canvas element &#8211; HTML Standard</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/1905-getting-started-with-html5-canvas.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass Facebook&#8217;s &#8220;Like this to see the picture&#8221; pages using Google Chrome</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/1406-bypass-facebooks-like-this-to-see-the-picture-pages-using-google-chrome.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/1406-bypass-facebooks-like-this-to-see-the-picture-pages-using-google-chrome.htm#comments</comments>
		<pubDate>Thu, 22 Apr 2010 22:48:54 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1406</guid>
		<description><![CDATA[This is a quick video I made on bypassing those annoying Facebook &#8220;Like/become a fan of this to see the picture&#8221; pages. View on YouTube This video makes use of Google Chrome&#8217;s Developer Tools which allows you to edit CSS/HTML in real-time on a web page. Update: If you use Greasemonkey the Facebook Like Bypass script will [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick video I made on bypassing those annoying Facebook &#8220;Like/become a fan of this to see the picture&#8221; pages.</p>
<p style="text-align: center;"><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/v7bn4DlLF9E&#038;hl=en_GB&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/v7bn4DlLF9E&#038;hl=en_GB&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
<a href="http://www.youtube.com/watch?v=v7bn4DlLF9E">View on YouTube </a></p>
<p>This video makes use of Google Chrome&#8217;s Developer Tools which allows you to edit CSS/HTML in real-time on a web page.</p>
<p><em>Update: If you use Greasemonkey the <a href="http://userscripts.org/scripts/show/76287">Facebook Like Bypass</a> script will do the above for you.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/1406-bypass-facebooks-like-this-to-see-the-picture-pages-using-google-chrome.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Free Tools for Cross Browser Testing</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/574-4-free-tools-for-cross-browser-testing.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/574-4-free-tools-for-cross-browser-testing.htm#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:38:10 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[Cross Browser Testing]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[screengrabs]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=574</guid>
		<description><![CDATA[Building a website is not difficulty, but making it look perfect in very browser is almost impossible.  Here are a few essential tools to make cross browser testing a little easier. IETester &#8211; Internet Explorer is a pain to build a website on, mainly because standalone versions are difficult to run on Windows Vista and [...]]]></description>
			<content:encoded><![CDATA[<p>Building a website is not difficulty, but making it look perfect in very browser is almost impossible.  Here are a few essential tools to make cross browser testing a little easier.</p>
<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a> &#8211; Internet Explorer is a pain to build a website on, mainly because standalone versions are difficult to run on Windows Vista and Mac. This little tool makes testing your website on multiple versions of Internet Explorer a breeze.</p>
<p style="text-align: center;"><img class="aligncenter" title="IETester" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/08/ietester.png" alt="IETester" width="504" height="267" /></p>
<p>IETester allows you to compare you website in Internet Explorer Versions 5 to 8. Its interface is easy to understand and while there is still work needed to be done on it, I would be surprised not to see it on every web developer/designer&#8217;s desktop.</p>
<p><a href="http://www.marketcircle.com/iphoney/">iPhoney</a> &#8211; Lots of users are now browsing the internet on their iPhone. It makes sense for webmasters to make sure their website works correctly on the small screen.</p>
<p><a href="http://browsershots.org/">BrowserShots</a> &#8211; BrowserShots is quite famous for allowing designers to see their websites is lots of browser (in the region of 93) on major OS&#8217;s.  The main disadvantage though is that you have to wait over an hour to see the screen shots.</p>
<p><a href="http://meineipadresse.de/netrenderer/index.php">IE NetRender</a> &#8211; Similar to BrowerShots, in terms of a web based screen grab service. But this website does not require a wait of up to an hour to see a screen shot. However, it does only support Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/574-4-free-tools-for-cross-browser-testing.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Print CSS</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/847-building-a-print-css.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/847-building-a-print-css.htm#comments</comments>
		<pubDate>Thu, 21 May 2009 17:59:13 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[print CSS]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=847</guid>
		<description><![CDATA[CSS sheets revolutionized the way websites are managed and created; they essentially made managing the design a piece of cake. However, many webmasters (and blog lords) forget to add a print sheet (many of the themes for wordpress lack even a simple CSS print sheet). Here is a quick video tutorial on creating a simple [...]]]></description>
			<content:encoded><![CDATA[<p>CSS sheets revolutionized the way websites are managed and created; they essentially made managing the design a piece of cake. </p>
<p>However, many webmasters (and blog lords) forget to add a print sheet (many of the themes for wordpress lack even a simple CSS print sheet). Here is a quick video tutorial on creating a simple print CSS really quickly.</p>
<p><span id="more-847"></span></p>
<p style="text-align: center;"><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/2HHgw0-o0bI&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2HHgw0-o0bI&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<h3>Linking to the Print CSS</h3>
<p>Linking to the Print CSS is quite simple; essentially all you need to do is use the following code:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link href=&quot;URL TO PRINT CSS HERE&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;</pre>
<h3>Hiding everything unnecessary</h3>
<p>Hiding elements can be quite tricky, but here is a snippet of code I normally use:</p>
<pre class="brush: css; title: ; notranslate">
#element_you_want_to_hide{
	visibility:hidden;
	position:absolute; top:0px; left:0px;
}</pre>
<h3>Further Reading</h3>
<p><a href="http://css-tricks.com/dont-rely-on-background-colors-printing/">Don’t Rely on Background Colors Printing</a> &#8211; A really neat article on why using colours in your print CSS is just a bad idea.</p>
<p><a href="http://www.amazon.co.uk/gp/product/1430223979?ie=UTF8&amp;tag=fulondes-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1430223979">CSS Mastery: Advanced Web Standards Solutions 2nd Edition</a> &#8211; An awesome book which is recommended by most professional web designers and developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/847-building-a-print-css.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Google Chart API</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/834-the-google-chart-api.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/834-the-google-chart-api.htm#comments</comments>
		<pubDate>Sat, 09 May 2009 20:41:26 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[APi]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Chart API]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=834</guid>
		<description><![CDATA[This is a simple pie chart Google offers Webmasters an easy solution to create simple or and quite complex graphs in the Google Chart API section of the Developers Guide. It is quite simple to use, if you want to create an image such as above, just link to the following image: ]http://chart.apis.google.com/chart?cht=p3&#38;chd=t:60,40&#38;chs=250x100&#38;chl=Pie&#124;Not%20Pie Google will [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Pie|Not%20Pie" alt="" width="250" height="100" /><br />
 <em>This is a simple pie chart</em></p>
<p>Google offers Webmasters an easy solution to create simple or and quite complex graphs in the <a href="http://code.google.com/apis/chart/">Google Chart API</a> section of the Developers Guide. It is quite simple to use, if you want to create an image such as above, just link to the following image:</p>
<pre>]http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Pie|Not%20Pie</pre>
<p><span id="more-834"></span></p>
<p style="text-align: left;">Google will then do the graphical generation stuff; here is a quick overview of the URL structure (key -> value):</p>
<ul>
<li>cht &#8211; What type of chart you want:
<ul>
<li>p3 &#8211; 3d pie chart</li>
<li>p &#8211; 2D chart</li>
<li>v &#8211; Venn diagram</li>
<li>s &#8211; Scatter Plot</li>
<li>lc &#8211; Line Chart</li>
<li>bhs &#8211; Horizontal Bar Chart</li>
</ul>
</li>
<li>chd &#8211; The Chart Data
<ul>
<li>Separated by commas, for example 10, 20 , 30</li>
</ul>
</li>
<li>ch1 &#8211; Chart Label
<ul>
<li>Labels separated by Vertical Lines (pipes)</li>
</ul>
</li>
<li>chd &#8211; Chart Dimensions (Maximum &#8211; 1000&#215;300)</li>
</ul>
<p>Make sure you take a look at Google&#8217;s documentation, it will show you how to do some more complex stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/834-the-google-chart-api.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Comments</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/650-conditional-comments.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/650-conditional-comments.htm#comments</comments>
		<pubDate>Wed, 08 Apr 2009 14:08:39 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[Conditional Comments]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=650</guid>
		<description><![CDATA[Most coders and designers will tell you Internet Explorer (Especially IE6 below) is a pain to work with, but I tend to disagree. What most people forget is that even though IE is full of bugs and oddities everything can be fixed, with just a few lines of code. How to use Conditional Comments Conditional [...]]]></description>
			<content:encoded><![CDATA[<p>Most coders and designers will tell you Internet Explorer (Especially IE6 below) is a pain to work with, but I tend to disagree. What most people forget is that even though IE is full of bugs and oddities everything can be fixed, with just a few lines of code.</p>
<h3>How to use Conditional Comments</h3>
<p>Conditional Comments let you execute sections of code in just IE, so you can import custom CSS sheets (to deal with IE&#8217;s weird rendering engine) or special JavaScript; here is how to use <a href="http://www.quirksmode.org/css/condcom.html">conditional comments</a>:</p>
<pre class="brush: xml; title: ; notranslate">&lt;!--[if IE]&gt;
This will only show for Internet Explorer (IE)
&lt;![endif]--&gt;
&lt;!--[if !IE]&gt;
This will only show if the client is not using IE.
&lt;!--[endif]&gt;
&lt;![if IE 6]--&gt;
Only shows on IE6
&lt;!--[endif]&gt;
&lt;![if lte IE 6]--&gt;
Any IE browser less than or equal to version 6.
&lt;!--[endif]&gt;
&lt;![if gte IE 7]--&gt;
Any IE browser higher or equal to IE 7
&lt;!--[endif]&gt;</pre>
<p>Just place snippets of the above code anywhere in your code. If you want more information conditional commenting take a look at the <a href="http://en.wikipedia.org/wiki/Conditional_comment">Conditional Comment Wikipedia</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/650-conditional-comments.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tip: Reset Styles</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/591-css-tip-reset-styles.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/591-css-tip-reset-styles.htm#comments</comments>
		<pubDate>Mon, 30 Mar 2009 20:41:48 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[reset style]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=591</guid>
		<description><![CDATA[CSS is incredible, however its implementation in browsers has not been standardised, meaning that every browser has a slightly different default settings for how elements should be rendered. Luckily there is an easy fix in CSS to reduce the level of dissimilarity. Add the following to the top of your CSS: * { margin: 0; [...]]]></description>
			<content:encoded><![CDATA[<p>CSS is incredible, however its implementation in browsers has not been standardised, meaning that every browser has a slightly different default settings for how elements should be rendered. Luckily there is an easy fix in CSS to reduce the level of dissimilarity.</p>
<p>Add the following to the top of your CSS:</p>
<pre lang="CSS">
* {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	font-style: inherit;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/591-css-tip-reset-styles.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy CSS Drop down list</title>
		<link>http://www.fullondesign.co.uk/coding/xhtml_and_css/338-easy-css-drop-down-list.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/xhtml_and_css/338-easy-css-drop-down-list.htm#comments</comments>
		<pubDate>Mon, 02 Mar 2009 23:06:05 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css drop down list]]></category>
		<category><![CDATA[drop down]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=338</guid>
		<description><![CDATA[Here is a really easy way to make a drop down list using CSS instead of JavaScript. This has many advantages over a JavaScript method, mainly it&#8217;s more search engine friendly and does not rely on users having JavaScript turned on. Example Click here to see Live Demo The Code Download the Code]]></description>
			<content:encoded><![CDATA[<p>Here is a really easy way to make a drop down list using CSS instead of JavaScript. This has many advantages over a JavaScript method, mainly it&#8217;s more search engine friendly and does not rely on users having JavaScript turned on.</p>
<h3>Example</h3>
<p><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/03/css_dropdown.html"><img class="aligncenter size-full wp-image-348" title="dropdown_css1" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/03/dropdown_css1.png" alt="dropdown_css1" width="575" height="89" /></a></p>
<p style="text-align: center;"><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/03/css_dropdown.html">Click here to see Live Demo</a></p>
<h3>The Code</h3>
<pre class="brush: xml; title: ; notranslate">
&lt;style type=&quot;text/css&quot;&gt;

&lt;!--

/* Style the links */

#exmaplebox a {

    float:left;

    text-decoration:none;

    font-size:14px;

    font-weight:bold;

    height: 22px;

    width: 100px;

    text-align:center;

    display:block;

    padding: 0 10px 0 10px;

    margin: 2px 10px;

    border:1px solid #CCC;

}

#exmaplebox a:hover {

    text-decoration:underline;

}

/* this bit is the drop down bit */

#exmaplebox ul {

    float:left;

    margin:0;

    padding:0;

    height: 26px;

    width: 150px;

    overflow:hidden;

    list-style:none;

}

#exmaplebox ul:hover {

    overflow:visible;

}

#exmaplebox ul li {

    float:left;

    width:300px;

    margin:0;

    padding:0;

}

--&gt;
&lt;/style&gt;
&lt;div id=&quot;exmaplebox&quot;&gt;

&lt;a href=&quot;#link&quot;&gt;Link&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Large Sub-Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Sub-Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Long link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Sub-Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#link&quot;&gt;Large Sub-Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;a href=&quot;#link&quot;&gt;Link&lt;/a&gt;
&lt;/div&gt;
</pre>
<p><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/03/css_dropdown.zip">Download the Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/xhtml_and_css/338-easy-css-drop-down-list.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/42 queries in 0.025 seconds using disk: basic
Object Caching 539/636 objects using disk: basic

Served from: www.fullondesign.co.uk @ 2012-02-04 09:25:00 -->
