<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/fatihturan/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 15:51:33 GMT</pubDate>
<item>
<title>(CSS) Reset Browser Styles - fatihturan</title>
<link>http://snipplr.com/view/778/reset-browser-styles/</link>
<description><![CDATA[ <p>Put this these rules at the top of your CSS file and it will reset the default settings across all browsers to render the same. It's a great starting point for any new design. I took these rules from the Yahoo! YUI opensource kit.</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 12:00:14 GMT</pubDate>
<guid>http://snipplr.com/view/778/reset-browser-styles/</guid>
</item>
<item>
<title>(CSS) Basic CSS Template - fatihturan</title>
<link>http://snipplr.com/view/528/basic-css-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Jul 2006 20:55:36 GMT</pubDate>
<guid>http://snipplr.com/view/528/basic-css-template/</guid>
</item>
<item>
<title>(CSS) WinIE PNG Filter - fatihturan</title>
<link>http://snipplr.com/view/497/winie-png-filter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 04:36:44 GMT</pubDate>
<guid>http://snipplr.com/view/497/winie-png-filter/</guid>
</item>
<item>
<title>(JavaScript) Background Hight Light - fatihturan</title>
<link>http://snipplr.com/view/495/background-hight-light/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 04:18:09 GMT</pubDate>
<guid>http://snipplr.com/view/495/background-hight-light/</guid>
</item>
<item>
<title>(CSS) ClearFix - fatihturan</title>
<link>http://snipplr.com/view/489/clearfix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 03:25:59 GMT</pubDate>
<guid>http://snipplr.com/view/489/clearfix/</guid>
</item>
<item>
<title>(CSS) Hack CSS - fatihturan</title>
<link>http://snipplr.com/view/485/hack-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Jul 2006 23:26:44 GMT</pubDate>
<guid>http://snipplr.com/view/485/hack-css/</guid>
</item>
<item>
<title>(CSS) Fix li Background Repeat Bug In IE - fatihturan</title>
<link>http://snipplr.com/view/449/fix-li-background-repeat-bug-in-ie/</link>
<description><![CDATA[ <p>A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id tag to your own.</p> ]]></description>
<pubDate>Sun, 16 Jul 2006 14:07:25 GMT</pubDate>
<guid>http://snipplr.com/view/449/fix-li-background-repeat-bug-in-ie/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - fatihturan</title>
<link>http://snipplr.com/view/434/css-box-model-hack/</link>
<description><![CDATA[ <p>The CSS standard defines the width of a box as the width inside the box. Padding, border and margin are added seperately. The same applies to the height of a box.
(!!) IE 5.X WIN (!!) fails to implement the specification correctly. Border and width inside the box are added to the width. A box with a width of 200px, a padding of 20px and border of 10px results in a width of 260px in Mozilla and 200px in Internet Explorer. This can be extremely tedious if you want to do a pixel perfect layout.
TANTEKS HACK: (named after it's inventor) utilizes this weakness.

width:200px; is the defintion for Internet Explorer. IE stops processing the CSS rules after voice-family: "\"}\"";. Other browsers recognize the the value after it and overwrites the value. Opera doesn't, unfortunately</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 09:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/434/css-box-model-hack/</guid>
</item>
<item>
<title>(CSS) base CSS - fatihturan</title>
<link>http://snipplr.com/view/417/base-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Jul 2006 08:01:54 GMT</pubDate>
<guid>http://snipplr.com/view/417/base-css/</guid>
</item>
<item>
<title>(CSS) Centre using Negative Margins - fatihturan</title>
<link>http://snipplr.com/view/234/centre-using-negative-margins/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:00:44 GMT</pubDate>
<guid>http://snipplr.com/view/234/centre-using-negative-margins/</guid>
</item>
<item>
<title>(CSS) Centre using Auto Margins - fatihturan</title>
<link>http://snipplr.com/view/232/centre-using-auto-margins/</link>
<description><![CDATA[ <p>Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/232/centre-using-auto-margins/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV - fatihturan</title>
<link>http://snipplr.com/view/231/dead-centre-a-div/</link>
<description><![CDATA[ <p>Taken from Dead Centre. Adjust #content depending on the size div you need.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/231/dead-centre-a-div/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - fatihturan</title>
<link>http://snipplr.com/view/214/css-box-model-hack/</link>
<description><![CDATA[ <p>classical box model hack, by Tantek Çelik

http://www.tantek.com/CSS/Examples/boxmodelhack.html</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 07:50:38 GMT</pubDate>
<guid>http://snipplr.com/view/214/css-box-model-hack/</guid>
</item>
<item>
<title>(CSS) basic css - fatihturan</title>
<link>http://snipplr.com/view/111/basic-css/</link>
<description><![CDATA[ <p>very basic code for css</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 00:30:54 GMT</pubDate>
<guid>http://snipplr.com/view/111/basic-css/</guid>
</item>
<item>
<title>(CSS) simple min-height for all browsers - fatihturan</title>
<link>http://snipplr.com/view/85/simple-minheight-for-all-browsers/</link>
<description><![CDATA[ <p>This snippet uses html>body instead of * html. Works in all modern-browsers, degrades to just height for older browsers.</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 13:57:26 GMT</pubDate>
<guid>http://snipplr.com/view/85/simple-minheight-for-all-browsers/</guid>
</item>
<item>
<title>(CSS) min-height for IE (and all other browsers) - fatihturan</title>
<link>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</link>
<description><![CDATA[ <p>Since min-height doesn't work in IE, this code makes up for IE's shortcomings. The first part of the code is the correct code that works in Firefox and Safari. The second part of the code is for IE. Internet Explorer will ignore min-height and is just given a height of 8em. The IE bug automatically expands the container to fit the extra text.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</guid>
</item>
</channel>
</rss>