<?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</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 29 Aug 2008 23:05:31 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) Red Electrica - CSS - fatihturan</title>
<link>http://snipplr.com/view/559/red-electrica--css/</link>
<description><![CDATA[ <p>La Hoja de Estilo e Red Electrica</p> ]]></description>
<pubDate>Sat, 22 Jul 2006 15:15:58 GMT</pubDate>
<guid>http://snipplr.com/view/559/red-electrica--css/</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) Fix Scrolling Render Bug in IE - fatihturan</title>
<link>http://snipplr.com/view/518/fix-scrolling-render-bug-in-ie/</link>
<description><![CDATA[ <p>This fixes a very annoying bug in IE by where when you scroll the page becomes corrupted. It relates to the way  IE renders pages. This code places a null background image behind, making IE render the page differently.

*note* This can also be place on the body tag unless it already has a background.</p> ]]></description>
<pubDate>Thu, 20 Jul 2006 06:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/518/fix-scrolling-render-bug-in-ie/</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) max-width en IE - fatihturan</title>
<link>http://snipplr.com/view/405/maxwidth-en-ie/</link>
<description><![CDATA[ <p>Hacer que la propiedad with se comporte como max-width en IE. El ejemplo sería el equivalente a poner un max-width de 800px

Funciona con IE 5 y 6 (7 sin probar)

Estaría bien usar comentarios condicionales para evitar problemas con otros navegadores y futuras versiones de IE.</p> ]]></description>
<pubDate>Thu, 13 Jul 2006 07:51:57 GMT</pubDate>
<guid>http://snipplr.com/view/405/maxwidth-en-ie/</guid>
</item>
<item>
<title>(CSS) min/max-width fix for IE6 - fatihturan</title>
<link>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</link>
<description><![CDATA[ <p>Javascript expression in css to allow for min/max widths. replaces the min-width, max-width that works for IE6.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 19:48:32 GMT</pubDate>
<guid>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</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>(JavaScript) ShowHide - fatihturan</title>
<link>http://snipplr.com/view/68/showhide/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jun 2006 15:22:28 GMT</pubDate>
<guid>http://snipplr.com/view/68/showhide/</guid>
</item>
</channel>
</rss>