<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using DOCTYPE and Changing Style of Scrollbar with CSS</title>
	<atom:link href="http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html</link>
	<description>Little Solutions For Big Problems</description>
	<lastBuildDate>Mon, 21 Dec 2009 11:29:38 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mehmatrix</title>
		<link>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html/comment-page-1#comment-111</link>
		<dc:creator>Mehmatrix</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.memiso.com/?p=807#comment-111</guid>
		<description>I made a quick research but unfortunatelly, there is no way to change scrollbar colors with javascript using doctype. Because we need to change sytle of html element but i couldn&#039;t find any method to change html element properties with javascript. I mean, we use this in IE

document.body.style.scrollbarBaseColor = &#039;#FF0000&#039;;

if we could use 
document.html.style.scrollbarBaseColor = &#039;#FF0000&#039;;

or something like that we could change the scrollbar color too..

I will make a research about it soon. But i&#039;m not hopeful. If you can find a way, please share with us. Good luck.</description>
		<content:encoded><![CDATA[<p>I made a quick research but unfortunatelly, there is no way to change scrollbar colors with javascript using doctype. Because we need to change sytle of html element but i couldn&#8217;t find any method to change html element properties with javascript. I mean, we use this in IE</p>
<p>document.body.style.scrollbarBaseColor = &#8216;#FF0000&#8242;;</p>
<p>if we could use<br />
document.html.style.scrollbarBaseColor = &#8216;#FF0000&#8242;;</p>
<p>or something like that we could change the scrollbar color too..</p>
<p>I will make a research about it soon. But i&#8217;m not hopeful. If you can find a way, please share with us. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serdar</title>
		<link>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html/comment-page-1#comment-105</link>
		<dc:creator>serdar</dc:creator>
		<pubDate>Fri, 04 Dec 2009 08:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.memiso.com/?p=807#comment-105</guid>
		<description>yeah it is easy to set the style of scrollbars using css, but how can u change scrollbar style using javascript without any page refreshes if there is a doctype?i can do it when there is no doctype defined but having a problem wit a doctype on the page.

</description>
		<content:encoded><![CDATA[<p>yeah it is easy to set the style of scrollbars using css, but how can u change scrollbar style using javascript without any page refreshes if there is a doctype?i can do it when there is no doctype defined but having a problem wit a doctype on the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
