<?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>Invision Skins &#187; pre-class</title>
	<atom:link href="http://www.invisionskins.net/tag/pre-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.invisionskins.net</link>
	<description>Invision Power Board Skins &#38; News</description>
	<lastBuildDate>Fri, 21 Oct 2011 00:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPS Resources &#8211; Resolving of skin issues in Opera 10.60</title>
		<link>http://www.invisionskins.net/ips-resources-resolving-of-skin-issues-in-opera-10-60/</link>
		<comments>http://www.invisionskins.net/ips-resources-resolving-of-skin-issues-in-opera-10-60/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Skins]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[default-skin]]></category>
		<category><![CDATA[emoticon]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[post-entry]]></category>
		<category><![CDATA[posted-image]]></category>
		<category><![CDATA[pre-class]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[search-choice]]></category>

		<guid isPermaLink="false">http://invisionskins.net/ips-resources-resolving-of-skin-issues-in-opera-10-60/</guid>
		<description><![CDATA[ For default skin and all my free skins v3.0.5 &#038; 3.1.1 Issue with user navigation (3.0.5 only) Open ipb_styles.css Find #user_navigation { Add below min-width: 260px; Issue with search navigation (3.1 only) Open ipb_styles.css Find #search { Add below min-width: 300px; Find #search_wrap { Add below white-space: nowrap; Find #search .choice { background: url({style_images_url}/search_expand.png) no-repeat right; Replace with #search .choice { background: url({style_images_url}/search_expand.png) no-repeat 3% 50%; Issue with Emoticon sidebar (3.0.5  3.1.1) Open ipb_editor.css Find #ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder { width: 100%; overflow: auto; position: absolute; bottom: 25px; top: 25px; } Replace with #ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder { width: 100%; max-height: 93%; overflow: auto; position: absolute; bottom: 25px; top: 25px; } ]]></description>
			<content:encoded><![CDATA[<p><center><script type="text/javascript"><!--
google_ad_client = "pub-2986691626316353";
/* 336x280, created 9/15/09 */
google_ad_slot = "4170500014";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.invisionskins.net%2Fips-resources-resolving-of-skin-issues-in-opera-10-60%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.invisionskins.net%2Fips-resources-resolving-of-skin-issues-in-opera-10-60%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class='post entry_content'>
<p>						For default skin and all my free skins v3.0.5 &#038; 3.1.1</p>
<p><strong class='bbc'>Issue with user navigation (3.0.5 only)</strong></p>
<p><img src="http://ipbskins.ru/forum/uploads/1235356710/gallery_1_48_7.png" alt="Posted Image" class="bbc_img" /></p>
<p>Open <span style='color:#008000;'>ipb_styles.css</span></p>
<p>Find </p>
<pre class='prettyprint'>#user_navigation {</pre>
<p>
Add below</p>
<pre class='prettyprint'>min-width: 260px;</pre>
<p><strong class='bbc'>Issue with search navigation (3.1 only)</strong></p>
<p><img src="http://ipbskins.ru/forum/uploads/1235356710/gallery_1_48_16687.png" alt="Posted Image" class="bbc_img" /></p>
<p>Open <span style='color:#008000;'>ipb_styles.css</span></p>
<p>Find </p>
<pre class='prettyprint'>#search { </pre>
<p>
Add below</p>
<pre class='prettyprint'>min-width: 300px;</pre>
<p>
Find </p>
<pre class='prettyprint'>#search_wrap { </pre>
<p>
Add below</p>
<pre class='prettyprint'>white-space: nowrap;</pre>
<p>
Find </p>
<pre class='prettyprint'>        #search .choice {
            background: url({style_images_url}/search_expand.png) no-repeat right; </pre>
<p>
Replace with</p>
<pre class='prettyprint'>#search .choice {
           background: url({style_images_url}/search_expand.png) no-repeat 3% 50%;</pre>
<p><strong class='bbc'>Issue with Emoticon sidebar (3.0.5  3.1.1)</strong></p>
<p>Open <span style='color:#FF0000;'>ipb_editor.css</span><br />
Find</p>
<pre class='prettyprint'>#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
width: 100%;
 overflow: auto;
 position: absolute;
bottom: 25px;
 top: 25px;
}</pre>
<p>
Replace with</p>
<pre class='prettyprint'> #ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
width: 100%;
max-height: 93%;
 overflow: auto;
 position: absolute;
bottom: 25px;
 top: 25px;
}</pre>
<p> <img src="http://community.invisionpower.com/public/style_emoticons/default/thumbsup.png" class="bbc_emoticon" alt=":thumbsup:" /> </p></div>
<p><a target="_blank" href="http://community.invisionpower.com/blog/2568/entry-5118-resolving-of-skin-issues-in-opera-1060/" title="IPS Resources - Resolving of skin issues in Opera 10.60">IPS Resources &#8211; Resolving of skin issues in Opera 10.60</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.invisionskins.net/ips-resources-resolving-of-skin-issues-in-opera-10-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

