<?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>CodeHelper.in &#187; CSS</title>
	<atom:link href="http://code.24by7info.net/category/interview-questions/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.24by7info.net</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 17:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Loading different CSS based on browser</title>
		<link>http://code.24by7info.net/loading-different-css-based-on-browser/</link>
		<comments>http://code.24by7info.net/loading-different-css-based-on-browser/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 04:30:06 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[CSS based on browser]]></category>
		<category><![CDATA[different CSS based on browser]]></category>
		<category><![CDATA[javascript to load browser based css style]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=326</guid>
		<description><![CDATA[We can use javascript to load the browser based CSS style sheets use the below example to write code &#60;pre dir=&#34;ltr&#34;&#62;&#60;SCRIPT language=”JavaScript”&#62; var browserName=navigator.appName; if (browserName==”Microsoft Internet Explorer”) { //load ie friendly stylesheet document.write(’&#60;link rel=”stylesheet” href=”/stylesie.css” type=”text/css”&#62;’) } else { if ((parseFloat(navigator.appVersion)) &#62;= 5 ) { // if ns version is great than or equal [...]]]></description>
			<content:encoded><![CDATA[We can use javascript to load the browser based CSS style sheets



use the below example to write code

[php]
&lt;pre dir=&quot;ltr&quot;&gt;&lt;SCRIPT language=”JavaScript”&gt;
var browserName=navigator.appName;
if (browserName==”Mic]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/loading-different-css-based-on-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Different CSS Style Sheets For Different Browsers</title>
		<link>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/</link>
		<comments>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 01:57:15 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[CSS Style Sheets For Different Browsers]]></category>
		<category><![CDATA[How to Hide CSS Code from Older Browsers]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=320</guid>
		<description><![CDATA[In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every webmaster soon finds out when he/she uses CSS, is a pipe dream. The modern browse]]></description>
			<content:encoded><![CDATA[In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every webmaster soon finds out when he/she uses CSS, is a pipe dream.



The modern browse]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/how-to-use-different-css-style-sheets-for-different-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to override CSS</title>
		<link>http://code.24by7info.net/how-to-override-css/</link>
		<comments>http://code.24by7info.net/how-to-override-css/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:42:45 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Override Css]]></category>
		<category><![CDATA[overriding css]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=195</guid>
		<description><![CDATA[If you declare an inline style in your HTML tag it will override an external stylesheet and also a stylesheet inserted in an HTML header &#60;style&#62; tag (see http://www.w3.org/TR/CSS21/cascade.html#specificity). Therefore: [php] &#60;]]></description>
			<content:encoded><![CDATA[If you declare an inline style in your HTML tag it will override an
external stylesheet and also a stylesheet inserted in an HTML header 

&lt;style&gt; tag (see
http://www.w3.org/TR/CSS21/cascade.html#specificity).  Therefore:

[php]

  &lt;]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/how-to-override-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSC Latest Interview Questions</title>
		<link>http://code.24by7info.net/csc-latest-interview-questions/</link>
		<comments>http://code.24by7info.net/csc-latest-interview-questions/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 05:47:51 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java Script Interview Questions]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=179</guid>
		<description><![CDATA[Hi Friends I am sharing My Question Paper There will be Five Rounds of Interview , First Round Will be Exam Second, Third &#38; Fourth Rounds are Face To Face Rounds Fifth Round : Manager Round Click Here to Download CSC Interview Ques]]></description>
			<content:encoded><![CDATA[Hi Friends I am sharing My Question Paper

There will be Five Rounds of Interview ,

First Round Will be Exam

Second, Third &amp; Fourth Rounds are Face To Face Rounds

Fifth Round : Manager Round

Click Here to Download CSC Interview Ques]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/csc-latest-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

