<?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>Toby&#039;s Technical Ramblings &#187; CSS</title> <atom:link href="http://tosbourn.com/tag/css/feed/" rel="self" type="application/rss+xml" /><link>http://tosbourn.com</link> <description>A web development blog.</description> <lastBuildDate>Mon, 06 Feb 2012 15:08:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Useful CSS Links</title><link>http://tosbourn.com/2012/02/design/useful-css-links/</link> <comments>http://tosbourn.com/2012/02/design/useful-css-links/#comments</comments> <pubDate>Mon, 06 Feb 2012 15:04:06 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=851</guid> <description><![CDATA[Here is a dumping ground for any CSS links I find particularly useful. Latest Edited: 06/02/12 Subtle Backgrounds &#8211; Really nice subtle background images you can you use for your next project. CSS3 Button Generator &#8211; For us lazy types who like GUIs for doing this sort of thing!]]></description> <content:encoded><![CDATA[<p>Here is a dumping ground for any CSS links I find particularly useful.</p><p><em>Latest Edited: 06/02/12</em></p><p><a
href="http://subtlepatterns.com" target="_blank">Subtle Backgrounds</a> &#8211; Really nice subtle background images you can you use for your next project.</p><p><a
href="http://css3button.net/" target="_blank">CSS3 Button Generator</a> &#8211; For us lazy types who like GUIs for doing this sort of thing!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/02/design/useful-css-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CSS Vendor Prefixes &#8211; A potential use case</title><link>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/</link> <comments>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/#comments</comments> <pubDate>Thu, 26 Jan 2012 10:31:27 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Browsers]]></category> <category><![CDATA[CSS]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=814</guid> <description><![CDATA[You know those moments when you know something won&#8217;t work but you try it anyway just in case the web gods look favourably on you for once? Well I just had one of those and I would like to share it, because I think this is something that the web gods should consider. Vendor prefixes [...]]]></description> <content:encoded><![CDATA[<p>You know those moments when you know something won&#8217;t work but you try it anyway just in case the web gods look favourably on you for once? Well I just had one of those and I would like to share it, because I think this is something that the web gods should consider.</p><p>Vendor prefixes in CSS serve the purpose of allowing browsers to play about with their own implementations of new CSS rules or adding stuff totally unique to them.</p><p>There have been arguments back and forward about how useful these are in production systems and there have been some great tools made to try and reduce how much time we spend in vendor prefix hell, personally I think anything that drives the web forward is a good thing and I think prefixes do that.  But anyway, enough pre-able.</p><p>What I would like to propose is that since we have vendor prefixes anyway, <strong>could we use them to target specific browsers with already known rules</strong>.</p><p>I have an edge case where it would be really nice to be able to do something like;</p><pre>margin-bottom: 59px;
-webkit-margin-bottom: 39px;</pre><p>What this would allow me to do is set the standard margin-bottom to 59px (if it not being 60px makes you twitch, join the club!) but in webkit browsers I would like the margin to be slightly smaller.</p><p>I know this could be misused and end in really sloppy, massive CSS files &#8211; but if used with care (which I promise I would do) it would be a neat way to achieve these odd little hacks that occasionally we need to do.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Issue with table content held in a div not printing over several pages</title><link>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/</link> <comments>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/#comments</comments> <pubDate>Wed, 12 Oct 2011 20:15:32 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Printing]]></category> <category><![CDATA[Table]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=603</guid> <description><![CDATA[Some time ago I had an issue with some table content not printing if the table filled up several pages, I asked about it on Stack Overflow but ended up working it out for myself. You can read the full question and answer on the site, but essentially I needed to add; * { overflow:visible [...]]]></description> <content:encoded><![CDATA[<p>Some time ago I had an issue with some table content not printing if the table filled up several pages, I asked about it on <a
href="http://stackoverflow.com/questions/4315206/table-content-held-within-a-div-will-not-print-over-several-pages/4316333#4316333" target="_blank">Stack Overflow</a> but ended up working it out for myself.</p><p>You can read the full question and answer on the site, but essentially I needed to add;</p><p><code>* { overflow:visible ! important; }</code></p><p>into my stylesheet.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Disqus showing bullets.</title><link>http://tosbourn.com/2011/07/design/disqus-showing-bullets/</link> <comments>http://tosbourn.com/2011/07/design/disqus-showing-bullets/#comments</comments> <pubDate>Fri, 29 Jul 2011 12:25:15 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Disqus]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=487</guid> <description><![CDATA[I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system. The issue, of course, was that my stylesheet wasn&#8217;t designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets. #disqus_thread [...]]]></description> <content:encoded><![CDATA[<p>I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system.</p><p>The issue, of course, was that my stylesheet wasn&#8217;t designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets.</p><pre>#disqus_thread ul {
    list-style: none outside none;
}</pre><p>Hope it helps someone.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/07/design/disqus-showing-bullets/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IE7 td colspan width &#8216;issue&#8217;</title><link>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/</link> <comments>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/#comments</comments> <pubDate>Thu, 21 Apr 2011 15:57:36 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[IE7]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=430</guid> <description><![CDATA[Sometimes IE7 gets it right. An example of this would be when you have a td with a CSS property of width: 100px; and apply a colspan of say 3. What most browsers seem to do is take that width and multiply it by the colspan, whilst this is sometimes useful it isn&#8217;t what you [...]]]></description> <content:encoded><![CDATA[<p>Sometimes IE7 gets it right.</p><p>An example of this would be when you have a td with a CSS property of <em>width: 100px;</em> and apply a colspan of say 3.</p><p>What most browsers seem to do is take that width and multiply it by the colspan, whilst this is sometimes useful it isn&#8217;t what you asked the browser to do.</p><p>IE7 doesn&#8217;t assume anything, it applies the colspan first then looks at the CSS and says &#8216;hold on a minute, they want this width set to 100px&#8217; and applies it.</p><p>In my opinion that is the way it should work and well done IE7 for not trying to second guess me.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>cssUpdater 0.4.3 &#8211; A quick review</title><link>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/</link> <comments>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/#comments</comments> <pubDate>Mon, 11 Apr 2011 20:54:32 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Web Stuff]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[cssUpdater]]></category> <category><![CDATA[Firebug]]></category> <category><![CDATA[Firefox]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=422</guid> <description><![CDATA[cssUpdater is a plugin for Firebug which allows you to automatically save changes made in Firebug to your CSS file, which is going to be a massive time saver for me. I found this when I was doing a quick search for new CSS themed Firefox plugins and whilst I was initially put off by [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.cssupdater.com" target="_blank">cssUpdater</a> is a plugin for <a
href="http://getfirebug.com/" target="_blank">Firebug</a> which allows you to automatically save changes made in Firebug to your CSS file, which is going to be a massive time saver for me.</p><p>I found this when I was doing a quick search for new CSS themed Firefox plugins and whilst I was initially put off by the fact I had to install Adobe Air on my lovely new machine and the fact I had to sign up to a website in order to use this service I decided to give it a whirl.  After doing those things the process of using it was fairly straight forward.</p><p>You download and install the Air application, put in your key (which you can get from the website by clicking on your username once logged in), drag your local CSS file into the Air application and there you go, set up and ready to sync.</p><p>Once you have made your edit in Firebug you can sync either from the Firebug console itself, or from the Air application.</p><p>To sum up this very quick post I think my initial thoughts on this small app are very promising ones.  Get over the fact you need to sign up in order to use it and you will very quickly find yourself saving a lot of time copying and pasting small code changes.</p><p>The creators seem very keen to receive feedback and hopefully this app will continue to improve with each release.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CSS Techniques Run Down</title><link>http://tosbourn.com/2009/07/design/css-techniques-run-down/</link> <comments>http://tosbourn.com/2009/07/design/css-techniques-run-down/#comments</comments> <pubDate>Wed, 22 Jul 2009 17:05:46 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Smashing Magazine]]></category><guid
isPermaLink="false">http://www.tosbourn.com/?p=101</guid> <description><![CDATA[Now I am not going to be one of these people who only posts up apologies for never posting, but you may have noticed that a lot of my posts recently have just been linking to other peoples work and saying how much I agree with it.  The reason I have been doing this is [...]]]></description> <content:encoded><![CDATA[<p>Now I am not going to be one of these people who only posts up apologies for never posting, but you may have noticed that a lot of my posts recently have just been linking to other peoples work and saying how much I agree with it.  The reason I have been doing this is simply because there is a lot of quality articles out there, and whilst I do have every plan to create some of my own very soon I want to keep the site ticking over whilst I get my creative arse in gear!</p><p>So today I want to chat about the SM post entitled &#8216;<a
href="http://www.smashingmagazine.com/2009/07/20/50-new-css-techniques-for-your-next-web-design/">50 New CSS Techniques For Your Next Web Design</a>&#8216; it is a quality article (what else would you expect from Smashing Magazine) that basically runs down a list of blog posts and tutorials on how to achieve the very latest CSS things.  As with a lot of their articles you could always argue that this is all information that is freely available and perhaps that most web designers should already be taking for granted but the fact of the matter is that with so much new stuff constantly coming out, and so many people finding new ways of doing things these run downs are incredibly useful.</p><p>Things that I found especially interesting / useful were;</p><ul><li>Compressing JavaScript and CSS.</li><li>Useful layout tips and tricks.</li><li>Multiple Backgrounds.</li><li>A whole lot more.</li></ul><p>I would really suggest you bookmark this article and really spend time going through each of the sections.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2009/07/design/css-techniques-run-down/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: tosbourn.com @ 2012-02-07 03:07:36 by W3 Total Cache -->
