<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015727" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015727</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091204</link>
    <description> &lt;p&gt;Busy, the colored scrollbars appeared on IE 5.5. I don&#039;t know yet if they work on Netscape. I know that they don&#039;t as of Netscape 4.78. They do have some limited support in Opera 5.11 though. I personally hate colored scrollbars but I use them on occasion. Mostly I use them to make the scrollbar disappear by making everything the same as the background color except for the arrow. &lt;/p&gt;
&lt;p&gt;To get stuff to work cross-platform is about as hard sometimes as finding the &lt;strong&gt;post reply&lt;/strong&gt; button in this thread.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Oct 2001 01:20:43 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1091204 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091203</link>
    <description> &lt;p&gt;ALWAYS have your stylesheet in a separate file. I only showed it inline as I needed to display the definitions.&lt;/p&gt;
&lt;p&gt;I would have to say in all fairness that there are better (cross browser )ways of accomplishing this however.... But the simple fact is, usually there is no pareto optimal way of displaying info on the web. Until standards are accepted and implimented the same way, we poor developers will have to deal with an imperfect world.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Oct 2001 00:38:17 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1091203 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091195</link>
    <description> &lt;p&gt;Am I not holding my tongue right or something? I checked on IE5 and Net6 but couldnt/have never seen any coloured scroll bars, I know how its done, but have never seen it on the web&lt;/p&gt;
&lt;p&gt;dazed and confused&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Oct 2001 22:24:19 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1091195 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091188</link>
    <description> &lt;p&gt;You could build a class in your stylesheets like Detox shows or do something like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;textarea {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-base-color: #&lt;br /&gt;	scrollbar-track-color: #;&lt;br /&gt;	scrollbar-face-color: #;&lt;br /&gt;	scrollbar-highlight-color: #;&lt;br /&gt;	scrollbar-3dlight-color: #;&lt;br /&gt;	scrollbar-darkshadow-color: #;&lt;br /&gt;	scrollbar-shadow-color: #;&lt;br /&gt;	scrollbar-arrow-color: #;&lt;br /&gt;	background-color : #;&lt;br /&gt;	}&lt;br /&gt;Body {&lt;br /&gt;	scrollbar-base-color: #;&lt;br /&gt;	scrollbar-track-color: #;&lt;br /&gt;	scrollbar-face-color: #;&lt;br /&gt;	scrollbar-highlight-color: #;&lt;br /&gt;	scrollbar-3dlight-color: #;&lt;br /&gt;	scrollbar-darkshadow-color: #;&lt;br /&gt;	scrollbar-shadow-color: #;&lt;br /&gt;	scrollbar-arrow-color: #;&lt;br /&gt;	background-color : #;&lt;br /&gt;	 }&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Note that you can even change the background color if you want. I have tried in the past to put an image in the textarea by background-image : url(image.gif); but Netscape won&#039;t load the box at all in this case.&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Oct 2001 14:12:46 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1091188 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091187</link>
    <description> &lt;p&gt;The code above is great sample.&lt;/p&gt;
&lt;p&gt;Try also these CSS generators - &lt;a href=&quot;http://www.cgiscript.net/site_javascripts_generators.htm&quot; class=&quot;bb-url&quot;&gt;http://www.cgiscript.net/site_javascripts_generators.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, you may want to put your CSS style code into separate file and call it from within each file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;YOURSTYLETITLE.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;That will save you time when updating/chaning the style code for the entire site.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Enigmatic&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Oct 2001 14:12:00 +0000</pubDate>
 <dc:creator>Enigmatic</dc:creator>
 <guid isPermaLink="false">comment 1091187 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/coloured-scroll-bars#comment-1091181</link>
    <description> &lt;p&gt;you can achieve this with a textarea, keep in mind that it is only ie compatible though. You cannot make specific changes to fonts etc, however you can define a default text area font bg color etc.  have a look at this, keep in mind that the code editor often cuts off the end of bits of code we post here, so it might be missong the closing body and html tags.&lt;/p&gt;
&lt;p&gt;You would be much better off using a div etc and creating your own scrollbars. That too is not cross browser totally though.&lt;/p&gt;
&lt;p&gt;anyway, try this out:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;DOCTYPE HTML &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;PUBLIC \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;-//W3C//DTD HTML 4.0 Transitional//EN\&quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Untitled&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;style type=\&quot;text/css\&quot;&amp;gt;&lt;br /&gt;.textbox&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {font-family: Verdana,&#039;Comic Sans MS&#039;,Arial,Sans-Serif, &lt;br /&gt;&lt;br /&gt;Helvetica;font-size: 10px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 1px solid; background:#B6C6C9 ;&lt;br /&gt;scrollbar-base-color: #B6C6C9;&lt;br /&gt;scrollbar-3dlight-color:#B6C6C9;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-arrow-color:Black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-darkshadow-color:#B6C6C9;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-face-color:#B6C6C9;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-highlight-color:#B6C6C9;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollbar-shadow-color:#B6C6C9}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;body bgcolor=\&quot;#2D5986\&quot;&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;textarea cols=\&quot;60\&quot; rows=\&quot;20\&quot; name=\&quot;fred\&quot; class=\&quot;textbox\&quot; onFocus=&#039;this.blur()&#039;&amp;gt;Rogue Market lets its members stay ahead of the curve of public opinion by giving them news from columnists who specialize in the latest rumor, gossip and speculaltion. And it lets them interact with each other through a number of features and &lt;br /&gt;community tools.The result is a community that embraces its players &lt;br /&gt;&lt;br /&gt;in a unifying fiction. And it&#039;s a fiction that lets them win prizes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How Does It Work&lt;br /&gt;The concept is simple. Players register at the site for a free account with $10,000 in play money. They then begin investing in the &lt;br /&gt;1500 celebrities listed on the site. If the price of a celebrity rises they make a profit, if the price falls they make a loss. The objective is to make a profit so that you can build up your portfolio and start to redeem some of your profits for prizes.&lt;br /&gt;&lt;br /&gt;Who Plays the Rogue Market&lt;br /&gt;Hundreds of thousands of players have registered to The Rogue Market.&lt;br /&gt; Together they generate millions of page views per month. The site&#039;s &lt;br /&gt;audience ranges from 18 years old and up. But the majority of the members are 18-40, and about 65% male / 35% female&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How Does It Work&lt;br /&gt;The concept is simple. Players register at the site for a free account with $10,000 in play money. They then begin investing in the 1500 celebrities listed on the site. If the price of a celebrity rises they make a profit, if the price falls they make a loss. The objective is to make a profit so that you can build up your portfolio and start to redeem some of your profits for prizes.&lt;br /&gt;&lt;br /&gt;Who Plays the Rogue Market&lt;br /&gt;&lt;br /&gt;Hundreds of thousands of players have registered to play The Rogue &lt;br /&gt;Market. Together they generate millions of page views per month. The &lt;br /&gt;site&#039;s audience ranges from 18 years old and up. But the majority of &lt;br /&gt;the members are 18-40, and about 65% male / 35% female&lt;br /&gt;&amp;lt;/textarea&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Oct 2001 13:35:02 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1091181 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
