<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Different CSS</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Tue, 14 Apr 2026 19:43:08 -0000</pubDate>

		<item>
			<title>GHengeveld</title>
			<description><![CDATA[if/endif doesnt work that way as far as i know. You can use those tags only inside a &lt;style&gt; element. @import might work but its not supported in all browsers. You should google 'browser specific css'.<br />
A final note: you dont need to specify the entire url (http...) if you have set basehref.]]></description>
			<pubDate>Mon, 24 Aug 2009 16:03:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3231&d=0#post16454]]></link>
		</item>
		<item>
			<title>5uper Mario</title>
			<description><![CDATA[yo<br />
<br />
Some of you may know I am in the progress of making a new skin.<br />
<br />
Well, its displaying as I want it too in Firefox.<br />
BUT in IE....<br />
<br />
Yea in IE its kinda messed up.<br />
Links out of place ect....<br />
<br />
I wanted to know if its possible to load different CSS depending on the browser.<br />
eg. If on IE load up IE.css<br />
while the default css file it loaded for all the other browsers<br />
like Firefox<br />
<br />
I have this in the head.tpl file:<br />
<br />
<pre class="code">
&lt;!-- BEGIN: HEADER --&gt;
{HEADER_DOCTYPE}
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;{HEADER_META_CONTENTTYPE}; charset={HEADER_META_CHARSET}&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;{HEADER_META_DESCRIPTION}&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;{HEADER_META_KEYWORDS}&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Cotonti <a href="http://www.cotonti.com&quot;" rel="nofollow">http://www.cotonti.com&quot;</a> /&gt;
&lt;meta http-equiv=&quot;expires&quot; content=&quot;Fri, Apr 01 1974 00:00:00 GMT&quot; /&gt;
&lt;meta http-equiv=&quot;pragma&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;cache-control&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;last-modified&quot; content=&quot;{HEADER_META_LASTMODIFIED} GMT&quot; /&gt;
{HEADER_HEAD}
{HEADER_BASEHREF}
&lt;!--&#091;if IE 8&#093;&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;http://98.228.103.157/forum/skins/war/IE8.css&quot; /&gt;
&lt;!&#091;endif&#093;--&gt;

&lt;!--&#091;if IE 7&#093;&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;http://98.228.103.157/forum/skins/war/IE7.css&quot; /&gt;
&lt;!&#091;endif&#093;--&gt;

&lt;link rel=&quot;shortcut icon&quot; href=https://www.cotonti.com/&quot;favicon.ico&quot; /&gt;
&lt;link href=https://www.cotonti.com/&quot;skins/{PHP.skin}/{PHP.theme}.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;
{HEADER_COMPOPUP}
&lt;title&gt;{HEADER_TITLE}&lt;/title&gt;
&lt;/head&gt;
</pre>
<br />
Got that from a site<br />
Said it would work<br />
Too bad it doesn't<br />
<br />
<br />
Am sure this has been asked before<br />
and I'm sure this is a easy fix<br />
<br />
Just wanna know<br />
<br />
Thanks.]]></description>
			<pubDate>Mon, 24 Aug 2009 10:36:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3231&d=0#post16446]]></link>
		</item>
	</channel>
</rss>