<?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"
	>

<channel>
	<title>CSS HACK</title>
	<atom:link href="http://visitingnepal.com/csshack/feed" rel="self" type="application/rss+xml" />
	<link>http://visitingnepal.com/csshack</link>
	<description>CSS HACK TOOLS AND TECHNIC</description>
	<pubDate>Tue, 08 Sep 2009 11:47:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Customize Scrollbar</title>
		<link>http://visitingnepal.com/csshack/archives/11</link>
		<comments>http://visitingnepal.com/csshack/archives/11#comments</comments>
		<pubDate>Tue, 18 Nov 2008 10:32:51 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[customize Scrollbar]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=11</guid>
		<description><![CDATA[
Cusomizable Scrollbar
My clients send indesing file of  customize scrollbar . I use to laugh at them about customize scrollbar, because it could not be done through css .  Customize scrollbar is more better than deafult browser&#8217;s scrollbar . I have search so many time to find out customize scrollbar . Suddenly I say a great [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visitingnepal.com/csshack/images/customScrollBar.png" alt="" width="480" height="270" /></p>
<p><strong>Cusomizable Scrollbar</strong><span id="more-11"></span></p>
<p>My clients send indesing file of  customize scrollbar . I use to laugh at them about customize scrollbar, because it could not be done through css .  Customize scrollbar is more better than deafult browser&#8217;s scrollbar . I have search so many time to find out customize scrollbar . Suddenly I say a great and delecious website &#8220;http://tylenol.com/page.jhtml?id=tylenol/pain/main.inc&#8221; through my official friend Manoj - &#8220;Web desiger&#8221;. At that day I bookmark in my digg.com social network. Sorry, I am not going to say story. Now just <strong>download </strong>form this link : <a href="http://www.visitingnepal.com/csshack/zip/customScrollBar.zip">http://www.visitingnepal.com/csshack/zip/customScrollBar.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/11/feed</wfw:commentRss>
		</item>
		<item>
		<title>Centering web site through table with valid html and css</title>
		<link>http://visitingnepal.com/csshack/archives/10</link>
		<comments>http://visitingnepal.com/csshack/archives/10#comments</comments>
		<pubDate>Mon, 17 Nov 2008 11:24:27 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[and]]></category>

		<category><![CDATA[centering]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[site]]></category>

		<category><![CDATA[table]]></category>

		<category><![CDATA[through]]></category>

		<category><![CDATA[valid]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=10</guid>
		<description><![CDATA[&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&#62;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221; lang=&#8221;en&#8221;&#62;
&#60;head&#62;
&#60;title&#62;Centering site through html&#60;/title&#62;
&#60;style type=&#8221;text/css&#8221;&#62;
body,html{
height:100%;
margin:0px;
padding:0px;
overflow:hidden;
}
.site{
height:100%;
background:#333;
}
.siteTd{
height:100%;
vertical-align:middle;
text-align:center;
}
.page{
margin:0 auto;
}
.pageTd{
height:400px;
}
&#60;/style&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;table width=&#8221;100%&#8221; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;  class=&#8221;site&#8221;&#62;
&#60;tr&#62;
&#60;td   class=&#8221;siteTd&#8221;&#62;
&#60;table width=&#8221;1024&#8243; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243; bgcolor=&#8221;#999999&#8243; class=&#8221;page&#8221;&#62;
&#60;tr&#62;
&#60;td  class=&#8221;pageTd&#8221;&#62;&#38;nbsp;&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;/body&#62;
&#60;/html&#62;
Note : I have roughly include style in same page . Please make seperate css and link in this page.
]]></description>
			<content:encoded><![CDATA[<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221; lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Centering site through html&lt;/title&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;</p>
<p>body,html{<br />
height:100%;<br />
margin:0px;<br />
padding:0px;<br />
overflow:hidden;<br />
}<br />
.site{<br />
height:100%;<br />
background:#333;<br />
}<br />
.siteTd{<br />
height:100%;<br />
vertical-align:middle;<br />
text-align:center;</p>
<p>}<br />
.page{<br />
margin:0 auto;<br />
}<br />
.pageTd{<br />
height:400px;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;table width=&#8221;100%&#8221; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;  class=&#8221;site&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td   class=&#8221;siteTd&#8221;&gt;<br />
&lt;table width=&#8221;1024&#8243; border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243; bgcolor=&#8221;#999999&#8243; class=&#8221;page&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td  class=&#8221;pageTd&#8221;&gt;&amp;nbsp;&lt;/td&gt;</p>
<p>&lt;/tr&gt;<br />
&lt;/table&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Note : I have roughly include style in same page . Please make seperate css and link in this page.</p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hanging banner box in centering site</title>
		<link>http://visitingnepal.com/csshack/archives/9</link>
		<comments>http://visitingnepal.com/csshack/archives/9#comments</comments>
		<pubDate>Mon, 17 Nov 2008 07:39:32 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[banner]]></category>

		<category><![CDATA[box]]></category>

		<category><![CDATA[centering]]></category>

		<category><![CDATA[Hanging]]></category>

		<category><![CDATA[in]]></category>

		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=9</guid>
		<description><![CDATA[
Handin Banner in right side in centering site
Download : http://www.visitingnepal.com/csshack/zip/hangingBannerInCenterSite.zip
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visitingnepal.com/csshack/images/handingBanner.png" alt="" width="400" height="320" /></p>
<p><strong>Handin Banner in right side in centering site</strong></p>
<p>Download : <a href="http://www.visitingnepal.com/csshack/zip/hangingBannerInCenterSite.zip">http://www.visitingnepal.com/csshack/zip/hangingBannerInCenterSite.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/9/feed</wfw:commentRss>
		</item>
		<item>
		<title>Word Break in FF and IE</title>
		<link>http://visitingnepal.com/csshack/archives/8</link>
		<comments>http://visitingnepal.com/csshack/archives/8#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:24:43 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS Hack]]></category>

		<category><![CDATA[and]]></category>

		<category><![CDATA[Break]]></category>

		<category><![CDATA[FF]]></category>

		<category><![CDATA[IE]]></category>

		<category><![CDATA[in]]></category>

		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=8</guid>
		<description><![CDATA[
Download Script : http://www.visitingnepal.com/csshack/zip/wordBreak.zip
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62;
&#60;head&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&#62;
&#60;title&#62;Word Break in All Browser&#60;/title&#62;
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62;
&#60;head&#62;
&#60;title&#62;Untitled Document&#60;/title&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62;
&#60;style&#62;
/* Here you can increase width */
#url { border:1px solid black; width:200px; }
p {border:1px solid blue; }
&#60;/style&#62;
&#60;script&#62;
function wordWrap(){
/******
* wordWrap to firefox for big [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visitingnepal.com/csshack/images/wordBreak.jpg" alt="" width="400" height="320" /><span id="more-8"></span></p>
<p>Download Script : <a href="http://www.visitingnepal.com/csshack/zip/wordBreak.zip">http://www.visitingnepal.com/csshack/zip/wordBreak.zip</a></p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;<br />
&lt;title&gt;Word Break in All Browser&lt;/title&gt;</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;<br />
&lt;style&gt;<br />
/* Here you can increase width */<br />
#url { border:1px solid black; width:200px; }<br />
p {border:1px solid blue; }<br />
&lt;/style&gt;<br />
&lt;script&gt;<br />
function wordWrap(){<br />
/******<br />
* wordWrap to firefox for big words<br />
* Creative Commons license * Version: 1.0 - 26/04/2006<br />
* Autor: Micox - Náiron J.C.G - micoxjcg@yahoo.com.br - http://elmicoxcodes.blogspot.com<br />
* Uso: call the function on onload of body element.<br />
* put the class &#8220;word-wrap&#8221; on elements to wordwrap<br />
*******/<br />
var larg_total,larg_carac,quant_quebra,pos_quebra;<br />
var elementos,quem, caracs, texto, display_orig;</p>
<p>elementos = document.getElementsByTagName(&#8221;p&#8221;)</p>
<p>for(var i=0; i&lt;elementos.length;i++){<br />
if(elementos[i].className==&#8221;word-wrap&#8221;){<br />
quem = elementos[i];</p>
<p>quem.innerHTML = String(quem.innerHTML).replace(/ /g,&#8221;Ø&#8221;)<br />
texto = String(quem.innerHTML)</p>
<p>quem.innerHTML = &#8221; &#8221;</p>
<p>display_orig = quem.style.display;<br />
quem.style.display=&#8221;block&#8221;;<br />
larg_oficial = quem.offsetWidth;<br />
//alert(&#8221;oficial: &#8221; + larg_oficial)<br />
//alert(&#8221;display &#8221; + quem.style.display)<br />
if(!document.all) quem.style.display=&#8221;table&#8221;;<br />
//alert(&#8221;display &#8221; + quem.style.display)<br />
quem.innerHTML = texto;<br />
larg_total = quem.offsetWidth;<br />
//alert(&#8221;total: &#8221; + larg_total)</p>
<p>pos_quebra = 0;<br />
caracs = texto.length;<br />
texto = texto.replace(/Ø/g,&#8221; &#8220;)<br />
larg_carac = larg_total / caracs<br />
if(larg_total&gt;larg_oficial){<br />
quant_quebra = parseInt(larg_oficial/larg_carac)<br />
quant_quebra = quant_quebra - (parseInt(quant_quebra/6)) //quanto menor o num, maior a garantia;<br />
quem.innerHTML = &#8220;&#8221;<br />
while(pos_quebra&lt;=caracs){<br />
quem.innerHTML = quem.innerHTML + texto.substring(pos_quebra,pos_quebra + quant_quebra) + &#8221; &#8221;<br />
pos_quebra = pos_quebra + quant_quebra;<br />
}<br />
}else{<br />
quem.innerHTML = texto;<br />
}//end if do larg_total&gt;larg_oficial<br />
quem.style.display = display_orig;<br />
}//end if do word wrap<br />
}//end for loop dos elementos<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body onload=&#8221;wordWrap()&#8221;&gt;<br />
&lt;div id=&#8221;url&#8221;&gt;</p>
<p>&lt;p class=&#8221;word-wrap&#8221;&gt;EstaEUmaLinhaQueDeveraSerQuebradaPoisÉGrandeDemais&lt;/p&gt;</p>
<p>&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/8/feed</wfw:commentRss>
		</item>
		<item>
		<title>css hack in safari 3.0</title>
		<link>http://visitingnepal.com/csshack/archives/7</link>
		<comments>http://visitingnepal.com/csshack/archives/7#comments</comments>
		<pubDate>Wed, 06 Aug 2008 04:45:32 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS Hack]]></category>

		<category><![CDATA[3.0]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[Hack]]></category>

		<category><![CDATA[in]]></category>

		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=7</guid>
		<description><![CDATA[@media screen and (-webkit-min-device-pixel-ratio:0){
   #uploaden{
      margin-top:-180px;
   }
}
]]></description>
			<content:encoded><![CDATA[<p>@media screen and (-webkit-min-device-pixel-ratio:0){<br />
   #uploaden{<br />
      margin-top:-180px;<br />
   }<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/7/feed</wfw:commentRss>
		</item>
		<item>
		<title>Css comment hack for all IE browser</title>
		<link>http://visitingnepal.com/csshack/archives/6</link>
		<comments>http://visitingnepal.com/csshack/archives/6#comments</comments>
		<pubDate>Wed, 06 Aug 2008 04:41:17 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS Hack]]></category>

		<category><![CDATA[all]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[Comment]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[for]]></category>

		<category><![CDATA[Hack]]></category>

		<category><![CDATA[IE]]></category>

		<category><![CDATA[IE6]]></category>

		<category><![CDATA[IE7]]></category>

		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=6</guid>
		<description><![CDATA[Through html comment we can do css comment hack in All ie brower as per needed. . Here we have code mania for css hack for IE. it is w3c validate code also.
 
&#60;!--[if IE]&#62;
conditional for Internet Explorer
&#60;![endif]&#8211;&#62;

&#60;!&#8212;[if IE 5]&#62;
Conditional comment this is Internet Explorer 5
&#60;![endif]&#8211;&#62;

&#60;!&#8211;[if IE 5.0]&#62;
Conditional comment this is Internet Explorer 5.0
&#60;![endif]&#8211;&#62;

&#60;!&#8211;[if IE [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Through html comment we can do css comment hack in All ie brower as per needed. . Here we have code mania for css hack for IE. it is w3c validate code also.</strong><br />
<code> </code></p>
<pre>&lt;!--[if IE]&gt;
conditional for Internet Explorer
&lt;![endif]&#8211;&gt;

&lt;!&#8212;[if IE 5]&gt;
Conditional comment this is Internet Explorer 5
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if IE 5.0]&gt;
Conditional comment this is Internet Explorer 5.0
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if IE 5.5]&gt;
Conditional comment this is Internet Explorer 5.5
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if IE 6]&gt;
Conditional comment this is Internet Explorer 6
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if IE 7]&gt;
Conditional comment this is Internet Explorer 7
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if gte IE 5]&gt;
Conditional comment this is Internet Explorer 5 and up
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if lt IE 6]&gt;
Conditional comment this is Internet Explorer lower than 6
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if lte IE 5.5]&gt;
Conditional comment this is Internet Explorer lower or equal to 5.5
&lt;![endif]&#8211;&gt;

&lt;!&#8211;[if gt IE 6]&gt;
Conditional comment this is Internet Explorer greater than 6
&lt;![endif]&#8211;&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/6/feed</wfw:commentRss>
		</item>
		<item>
		<title>Centering Site through div</title>
		<link>http://visitingnepal.com/csshack/archives/4</link>
		<comments>http://visitingnepal.com/csshack/archives/4#comments</comments>
		<pubDate>Wed, 23 Jul 2008 06:21:12 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS Hack]]></category>

		<category><![CDATA[centering]]></category>

		<category><![CDATA[div]]></category>

		<category><![CDATA[site]]></category>

		<category><![CDATA[through]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=4</guid>
		<description><![CDATA[&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&#62;
&#60;head&#62;
&#60;title&#62;Vertical align&#60;/title&#62;
&#60;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&#62;
&#60;style&#62;
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow:hidden;
background:#0000ff
}
* {
margin:0px auto;
padding:0;
}
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -317px;
_margin-top:-318px;
float: left;
}
div#wrapper {
width: 1000px;
height: 635px;
clear: both;
background:red;
position: relative;
top: -317px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Vertical align&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;</p>
<p>&lt;style&gt;</p>
<p>html, body {<br />
height: 100%;<br />
margin: 0;<br />
padding: 0;<br />
overflow:hidden;<br />
background:#0000ff<br />
}</p>
<p>* {<br />
margin:0px auto;<br />
padding:0;<br />
}</p>
<p>div#shim {<br />
visibility: hidden;<br />
width: 100%;<br />
height: 50%;<br />
margin-top: -317px;<br />
_margin-top:-318px;<br />
float: left;<br />
}</p>
<p>div#wrapper {</p>
<p>width: 1000px;<br />
height: 635px;<br />
clear: both;<br />
background:red;</p>
<p>position: relative;<br />
top: -317px;</p>
<p>/* IE4ever Hack: Hide from IE4 **/<br />
position: static;<br />
/** end hack */</p>
<p>}</p>
<p>/* Hide from IE5mac \*//*/<br />
div#shim {<br />
display: none;<br />
}<br />
html, body {<br />
height: auto;<br />
}<br />
/* end hack */</p>
<p>/* ]]&gt; */</p>
<p>&lt;/style&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;div id=&#8221;shim&#8221;&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;wrapper&#8221;&gt;<br />
content</p>
<p>&lt;/div&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/4/feed</wfw:commentRss>
		</item>
		<item>
		<title>Minimum height block for multi browser ( IE6, IE7 and FF)</title>
		<link>http://visitingnepal.com/csshack/archives/3</link>
		<comments>http://visitingnepal.com/csshack/archives/3#comments</comments>
		<pubDate>Thu, 17 Jul 2008 09:34:09 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS Hack]]></category>

		<category><![CDATA[block]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[FF]]></category>

		<category><![CDATA[height]]></category>

		<category><![CDATA[IE6]]></category>

		<category><![CDATA[IE7]]></category>

		<category><![CDATA[Minimum]]></category>

		<category><![CDATA[multi]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=3</guid>
		<description><![CDATA[CSS code 
.block{
display:block;
height:100% !important;
height:100px;
min-height:100px;
max-height:100%;
border:solid 1px green;
width:200px;
}
]]></description>
			<content:encoded><![CDATA[<p><strong>CSS code </strong><br />
<code>.block{<br />
display:block;<br />
height:100% !important;<br />
height:100px;<br />
min-height:100px;<br />
max-height:100%;<br />
border:solid 1px green;<br />
width:200px;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/3/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://visitingnepal.com/csshack/archives/1</link>
		<comments>http://visitingnepal.com/csshack/archives/1#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:36:26 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://visitingnepal.com/csshack/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://visitingnepal.com/csshack/archives/1/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
