<?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>webiga.com &#187; CSS</title>
	<atom:link href="http://webiga.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://webiga.com</link>
	<description>ILJA Tirins blog</description>
	<lastBuildDate>Mon, 26 Mar 2012 10:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>IE6 and &lt;button&gt; styling</title>
		<link>http://webiga.com/2011/04/20/ie6-and-styling/</link>
		<comments>http://webiga.com/2011/04/20/ie6-and-styling/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=190</guid>
		<description><![CDATA[IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at viget.com that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the [...]]]></description>
			<content:encoded><![CDATA[<p>IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at <a href="http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/">viget.com</a> that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the button:</p>
<p><code>button {<br />
  width: auto;<br />
  overflow: visible;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/20/ie6-and-styling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash appearing above absolutely positioned elements</title>
		<link>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</link>
		<comments>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 22:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[zindex]]></category>

		<guid isPermaLink="false">http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</guid>
		<description><![CDATA[I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. By default all movies are played in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. </p>
<p>By default all movies are played in window mode which allowes them to perform the best but such oddities as flash always on top will be happening. </p>
<p>Fixing my issue was rather easy. I just needed to add a wmode=opaque to the flash object. Job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice online portfolio of a web studio CODA.CO.ZA</title>
		<link>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/</link>
		<comments>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 13:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=71</guid>
		<description><![CDATA[http://coda.co.za]]></description>
			<content:encoded><![CDATA[<p><a href="http://coda.co.za">http://coda.co.za</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>floatutorial</title>
		<link>http://webiga.com/2007/09/03/floatutorial/</link>
		<comments>http://webiga.com/2007/09/03/floatutorial/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 07:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=67</guid>
		<description><![CDATA[Everything about float CSS property. http://css.maxdesign.com.au/floatutorial/tutorial0103.htm http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/]]></description>
			<content:encoded><![CDATA[<p>Everything about float CSS property.</p>
<p>http://css.maxdesign.com.au/floatutorial/tutorial0103.htm</p>
<p>http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/09/03/floatutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jump start CSS</title>
		<link>http://webiga.com/2007/07/07/jump-start-css/</link>
		<comments>http://webiga.com/2007/07/07/jump-start-css/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 15:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=62</guid>
		<description><![CDATA[Accurate master style resetting will save you tonns of time. Here is a CSS correctly reset. Courtesy of crucialwebhost.com /***** Global Settings *****/&#160;html, body {&#160;&#160;&#160; border:0;&#160;&#160;&#160; margin:0;&#160;&#160;&#160; padding:0;}&#160;body {&#160;&#160;&#160; font:100%/1.25 arial, helvetica, sans-serif;}&#160;/***** Common Formatting *****/&#160;h1, h2, h3, h4, h5, h6 {&#160;&#160;&#160; margin:0;&#160;&#160;&#160; padding:0;&#160;&#160;&#160; font-weight:normal;}&#160;h1 {&#160;&#160;&#160; padding:30px 0 25px 0;&#160;&#160;&#160; letter-spacing:-1px;&#160;&#160;&#160; font:2em arial, helvetica, sans-serif;}&#160;h2 [...]]]></description>
			<content:encoded><![CDATA[<p>Accurate master style resetting will save you tonns of time. Here is a CSS correctly reset. Courtesy of <a href="http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/">crucialwebhost.com</a><span id="more-62"></span></p>
<p>/***** Global Settings *****/<br />&nbsp;<br />html, body {<br />&nbsp;&nbsp;&nbsp; border:0;<br />&nbsp;&nbsp;&nbsp; margin:0;<br />&nbsp;&nbsp;&nbsp; padding:0;<br />}<br />&nbsp;<br />body {<br />&nbsp;&nbsp;&nbsp; font:100%/1.25 arial, helvetica, sans-serif;<br />}<br />&nbsp;<br />/***** Common Formatting *****/<br />&nbsp;<br />h1, h2, h3, h4, h5, h6 {<br />&nbsp;&nbsp;&nbsp; margin:0;<br />&nbsp;&nbsp;&nbsp; padding:0;<br />&nbsp;&nbsp;&nbsp; font-weight:normal;<br />}<br />&nbsp;<br />h1 {<br />&nbsp;&nbsp;&nbsp; padding:30px 0 25px 0;<br />&nbsp;&nbsp;&nbsp; letter-spacing:-1px;<br />&nbsp;&nbsp;&nbsp; font:2em arial, helvetica, sans-serif;<br />}<br />&nbsp;<br />h2 {<br />&nbsp;&nbsp;&nbsp; padding:20px 0;<br />&nbsp;&nbsp;&nbsp; letter-spacing:-1px;<br />&nbsp;&nbsp;&nbsp; font:1.5em arial, helvetica, sans-serif;<br />}<br />&nbsp;<br />h3 {<br />&nbsp;&nbsp;&nbsp; font:1em arial, helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp; font-weight:bold;<br />}<br />&nbsp;<br />p, ul, ol {<br />&nbsp;&nbsp;&nbsp; margin:0;<br />&nbsp;&nbsp;&nbsp; padding:0 0 18px 0;<br />}<br />&nbsp;<br />ul, ol {<br />&nbsp;&nbsp;&nbsp; list-style:none;<br />&nbsp;&nbsp;&nbsp; padding:0 0 18px 40px;<br />}<br />&nbsp;<br />blockquote {<br />&nbsp;&nbsp;&nbsp; margin:22px 40px;<br />&nbsp;&nbsp;&nbsp; padding:0;<br />}<br />&nbsp;<br />small {<br />&nbsp;&nbsp;&nbsp; font-size:0.85em;<br />}<br />&nbsp;<br />img {<br />&nbsp;&nbsp;&nbsp; border:0;<br />}<br />&nbsp;<br />sup {<br />&nbsp;&nbsp;&nbsp; position:relative;<br />&nbsp;&nbsp;&nbsp; bottom:0.3em;<br />&nbsp;&nbsp;&nbsp; vertical-align:baseline;<br />}<br />&nbsp;<br />sub {<br />&nbsp;&nbsp;&nbsp; position:relative;<br />&nbsp;&nbsp;&nbsp; bottom:-0.2em;<br />&nbsp;&nbsp;&nbsp; vertical-align:baseline;<br />}<br />&nbsp;<br />acronym, abbr {<br />&nbsp;&nbsp;&nbsp; cursor:help;<br />&nbsp;&nbsp;&nbsp; letter-spacing:1px;<br />&nbsp;&nbsp;&nbsp; border-bottom:1px dashed;<br />}<br />&nbsp;<br />/***** Links *****/<br />&nbsp;<br />a, a:visited {<br />&nbsp;&nbsp;&nbsp; text-decoration:none;<br />}<br />&nbsp;<br />/***** Forms *****/<br />&nbsp;<br />form {<br />&nbsp;&nbsp;&nbsp; margin:0;<br />&nbsp;&nbsp;&nbsp; padding:0;<br />&nbsp;&nbsp;&nbsp; display:inline;<br />}<br />&nbsp;<br />input, select, textarea {<br />&nbsp;&nbsp;&nbsp; font:1em arial, helvetica, sans-serif;<br />}<br />&nbsp;<br />textarea {<br />&nbsp;&nbsp;&nbsp; line-height:1.25;<br />}<br />&nbsp;<br />label {<br />&nbsp;&nbsp;&nbsp; cursor:pointer;<br />}<br />&nbsp;<br />/***** Tables *****/<br />&nbsp;<br />table {<br />&nbsp;&nbsp;&nbsp; border:0;<br />&nbsp;&nbsp;&nbsp; margin:0 0 18px 0;<br />&nbsp;&nbsp;&nbsp; padding:0;<br />}<br />&nbsp;<br />table tr td {<br />&nbsp;&nbsp;&nbsp; padding:2px;<br />}<br />&nbsp;<br />/***** Wrapper *****/<br />&nbsp;<br />#wrap {<br />&nbsp;&nbsp;&nbsp; width:960px;<br />&nbsp;&nbsp;&nbsp; margin:0 auto;<br />}<br />&nbsp;<br />/***** Global Classes *****/<br />&nbsp;<br />.clear&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { clear:both; }<br />&nbsp;<br />.float-left&nbsp;&nbsp;&nbsp; { float:left; }<br />.float-right&nbsp;&nbsp; { float:right; }<br />&nbsp;<br />.text-left&nbsp;&nbsp;&nbsp;&nbsp; { text-align:left; }<br />.text-right&nbsp;&nbsp;&nbsp; { text-align:right; }<br />.text-center&nbsp;&nbsp; { text-align:center; }<br />.text-justify&nbsp; { text-align:justify; }<br />&nbsp;<br />.bold&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-weight:bold; }<br />.italic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { font-style:italic; }<br />.underline&nbsp;&nbsp;&nbsp;&nbsp; { border-bottom:1px solid; }<br />.highlight&nbsp;&nbsp;&nbsp;&nbsp; { background:#ffc; }<br />&nbsp;<br />.wrap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { width:960px;margin:0 auto; }<br />&nbsp;<br />.img-left&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { float:left;margin:4px 10px 4px 0; }<br />.img-right&nbsp;&nbsp;&nbsp;&nbsp; { float:right;margin:4px 0 4px 10px; }<br />&nbsp;<br />.nopadding&nbsp;&nbsp;&nbsp;&nbsp; { padding:0; }<br />.noindent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { margin-left:0;padding-left:0; }<br />.nobullet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { list-style:none;list-style-image:none; }</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/07/07/jump-start-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners</title>
		<link>http://webiga.com/2007/05/09/rounded-corners-css/</link>
		<comments>http://webiga.com/2007/05/09/rounded-corners-css/#comments</comments>
		<pubDate>Wed, 09 May 2007 13:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=42</guid>
		<description><![CDATA[Here are a few great concepts of creating boxes with rounded corners with CSS only: Pure CSS: http://www.spiffycorners.com/ http://www.cssplay.co.uk/boxes/snazzy.html http://www.fireandknowledge.org/archives/2004/05/22/ rounded-corners-without-images-part-1/ Other Solutions: http://www.vertexwerks.com/tests/sidebox/ http://www.editsite.net/blog/rounded_corners.html http://acko.net/blog/anti-aliased-nifty-corners http://seky.nahory.net/2005/04/rounded-corners/]]></description>
			<content:encoded><![CDATA[<p>Here are a few great concepts of creating boxes with rounded corners with CSS only:</p>
<p><em><strong>Pure CSS: </strong></em></p>
<ul>
<li><a title="Spiffy Corners" href="http://www.spiffycorners.com/">http://www.spiffycorners.com/<br />
</a></li>
<li><a title="Snazzy Corners" href="http://www.cssplay.co.uk/boxes/snazzy.html">http://www.cssplay.co.uk/boxes/snazzy.html</a></li>
<li><a title="Rounded Corners Without Images" href="http://www.fireandknowledge.org/archives/2004/05/22/rounded-corners-without-images-part-1/">http://www.fireandknowledge.org/archives/2004/05/22/<br />
rounded-corners-without-images-part-1/</a></li>
</ul>
<p><em><strong>Other Solutions:</strong></em></p>
<ul>
<li><a href="http://www.vertexwerks.com/tests/sidebox/"> http://www.vertexwerks.com/tests/sidebox/</a></li>
<li><a title="Rounded Corners (JS approach)" href="http://www.editsite.net/blog/rounded_corners.html">http://www.editsite.net/blog/rounded_corners.html</a></li>
<li><a title="Another JS solution" href="http://acko.net/blog/anti-aliased-nifty-corners">http://acko.net/blog/anti-aliased-nifty-corners</a></li>
<li><a href="http://seky.nahory.net/2005/04/rounded-corners/">http://seky.nahory.net/2005/04/rounded-corners/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/09/rounded-corners-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS FAQ</title>
		<link>http://webiga.com/2006/09/25/css-faq/</link>
		<comments>http://webiga.com/2006/09/25/css-faq/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 23:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=4</guid>
		<description><![CDATA[Found a great resource that explains CSS in easy to understand way. Explanations of different CSS aspects are short but complete. Good resource for beginners who want to get solid CSS foundation. http://www.hwg.org/resources/faqs/cssFAQ.html#cascade]]></description>
			<content:encoded><![CDATA[<p>Found a great resource that explains CSS in easy to understand way. Explanations of different CSS aspects are short but complete. Good resource for beginners who want to get solid CSS foundation.<br />
<a href="http://www.hwg.org/resources/faqs/cssFAQ.html#cascade">http://www.hwg.org/resources/faqs/cssFAQ.html#cascade</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2006/09/25/css-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Flicker Problem</title>
		<link>http://webiga.com/2006/09/07/image-flicker-problem/</link>
		<comments>http://webiga.com/2006/09/07/image-flicker-problem/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 11:19:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=3</guid>
		<description><![CDATA[IE has an interesting bug, which causes images to reload from server each time a mouseover event is triggered. There are several clientside ways around this problem they are described here: http://www.fivesevensix.com/studies/ie6flicker/ But the real working solution is to change .htaccess on the webserver. Here is what needs to be done: http://dean.edwards.name/my/flicker.html]]></description>
			<content:encoded><![CDATA[<p>IE has an interesting bug, which causes images to reload from server each time a mouseover event is triggered. There are several clientside ways around this problem they are described here: <a href="http://www.fivesevensix.com/studies/ie6flicker/"> http://www.fivesevensix.com/studies/ie6flicker/</a></p>
<p>But the real working solution is to change .htaccess on the webserver. Here is what needs to be done: <a href="http://dean.edwards.name/my/flicker.html">http://dean.edwards.name/my/flicker.html</a><a /></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2006/09/07/image-flicker-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

