<?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: Styling scrollbars the Webkit way</title>
	<atom:link href="http://www.css3.info/styling-scrollbars-the-webkit-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/styling-scrollbars-the-webkit-way/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: gxg</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-262775</link>
		<dc:creator>gxg</dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-262775</guid>
		<description>Is there a way to disable these WebKit-specific scrollbars through custom CSS?  They were introduced in the new Google Reader interface and they are extremely annoying!</description>
		<content:encoded><![CDATA[<p>Is there a way to disable these WebKit-specific scrollbars through custom CSS?  They were introduced in the new Google Reader interface and they are extremely annoying!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techno</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-262148</link>
		<dc:creator>Techno</dc:creator>
		<pubDate>Sat, 23 Jul 2011 07:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-262148</guid>
		<description>It&#039;s really messy piece of code though.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really messy piece of code though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-260687</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 05 Jan 2011 15:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-260687</guid>
		<description>hey, IE gave us other cool stuff too, like, y&#039;know, AJAX</description>
		<content:encoded><![CDATA[<p>hey, IE gave us other cool stuff too, like, y&#8217;know, AJAX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259836</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 10 Aug 2010 03:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259836</guid>
		<description>Yeah, It only works on Safari, Google Chrome, or another webkit browser. </description>
		<content:encoded><![CDATA[<p>Yeah, It only works on Safari, Google Chrome, or another webkit browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porl</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259740</link>
		<dc:creator>porl</dc:creator>
		<pubDate>Thu, 22 Jul 2010 18:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259740</guid>
		<description> Just tried to open the example url in ie8. Deffinitely not working.
Am I missing something?</description>
		<content:encoded><![CDATA[<p> Just tried to open the example url in ie8. Deffinitely not working.<br />
Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Berman</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259561</link>
		<dc:creator>Brendan Berman</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259561</guid>
		<description>Okay I had to respond to some of these comments.  

Jens Grochtdreis and Nekochi: The idea to style scrollbars did originate with IE... however you could only change the colors of the components of the scrollbar.  The webkit implementation gives you complete control by allowing you to use images in your design.  This means that any design you want for the scrollbar can be implemented if coded correctly.  

Cliff Wells: You can style specific div&#039;s differently then the main scrollbar.  So this is already supported, and I do agree with your statement.

Robert Kay:  Its great that you&#039;re learning to design.  I myself am no master.  Hopefully you are progressing well.  In response to your comments, you can style the scrollbar in any way you want to with CSS currently in webkit.  You can change the width/height of the scrollbar, and use images to define all of the objects in the scrollbar.  So like I said above, any design you can think of for  a scroll bar can be implemented.  I am working on making a Google Wave-esque scrollbar which I will launch on my website in the next week or so.  And using two nested div&#039;s you can offset the scrollbar however much you wish to in the x an y directions.  Also, they already allow separate styles for different scrollbars.</description>
		<content:encoded><![CDATA[<p>Okay I had to respond to some of these comments.  </p>
<p>Jens Grochtdreis and Nekochi: The idea to style scrollbars did originate with IE&#8230; however you could only change the colors of the components of the scrollbar.  The webkit implementation gives you complete control by allowing you to use images in your design.  This means that any design you want for the scrollbar can be implemented if coded correctly.  </p>
<p>Cliff Wells: You can style specific div&#8217;s differently then the main scrollbar.  So this is already supported, and I do agree with your statement.</p>
<p>Robert Kay:  Its great that you&#8217;re learning to design.  I myself am no master.  Hopefully you are progressing well.  In response to your comments, you can style the scrollbar in any way you want to with CSS currently in webkit.  You can change the width/height of the scrollbar, and use images to define all of the objects in the scrollbar.  So like I said above, any design you can think of for  a scroll bar can be implemented.  I am working on making a Google Wave-esque scrollbar which I will launch on my website in the next week or so.  And using two nested div&#8217;s you can offset the scrollbar however much you wish to in the x an y directions.  Also, they already allow separate styles for different scrollbars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Kay</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259551</link>
		<dc:creator>Robert Kay</dc:creator>
		<pubDate>Sun, 04 Jul 2010 18:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259551</guid>
		<description>While i am still learning design tools and improving my skills I can say this about what I saw in the examples. I saw a lot of button relocation but nothing for color changes or thickness etc. In my humble opinion if you are going to stylize the scroll bars there should be controls for the size the color the shape the buttons and the placement. The ability to float the scroll bar out side of the area it is scrolling by an x or y co-ord. definitions for the type of scroll bar main, mid or sub. By giving concise type definitions you can lock down what a scroll bar looks like for different sections and style them specifically for the theme of the site. The ability to narrow a scroll bar to mere pixels with out the buttons could make somethings more intuitive as well as the ability to control the side of the frame it is used on. Just some thoughts from an amateur tryin to become a professional.</description>
		<content:encoded><![CDATA[<p>While i am still learning design tools and improving my skills I can say this about what I saw in the examples. I saw a lot of button relocation but nothing for color changes or thickness etc. In my humble opinion if you are going to stylize the scroll bars there should be controls for the size the color the shape the buttons and the placement. The ability to float the scroll bar out side of the area it is scrolling by an x or y co-ord. definitions for the type of scroll bar main, mid or sub. By giving concise type definitions you can lock down what a scroll bar looks like for different sections and style them specifically for the theme of the site. The ability to narrow a scroll bar to mere pixels with out the buttons could make somethings more intuitive as well as the ability to control the side of the frame it is used on. Just some thoughts from an amateur tryin to become a professional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Wells</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259334</link>
		<dc:creator>Cliff Wells</dc:creator>
		<pubDate>Tue, 08 Jun 2010 09:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259334</guid>
		<description>I created a WebKit theme (Chromium) in under 40 lines.  It&#039;s actually surprisingly easy.

As far as styling scrollbars, I personally think the main scrollbar should be treated separately from scrollbars inside the document.  This would satisfy both designers and users.   After all, if a designer changes how the Submit button looks, it doesn&#039;t affect the way the navigation buttons appear.</description>
		<content:encoded><![CDATA[<p>I created a WebKit theme (Chromium) in under 40 lines.  It&#8217;s actually surprisingly easy.</p>
<p>As far as styling scrollbars, I personally think the main scrollbar should be treated separately from scrollbars inside the document.  This would satisfy both designers and users.   After all, if a designer changes how the Submit button looks, it doesn&#8217;t affect the way the navigation buttons appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nekochi</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-259169</link>
		<dc:creator>Nekochi</dc:creator>
		<pubDate>Wed, 19 May 2010 03:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-259169</guid>
		<description> This was the one good thing that IE had going for it. Glad that the other browsers are catching up since IE sucks in every other way.</description>
		<content:encoded><![CDATA[<p> This was the one good thing that IE had going for it. Glad that the other browsers are catching up since IE sucks in every other way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Grochtdreis</title>
		<link>http://www.css3.info/styling-scrollbars-the-webkit-way/comment-page-1/#comment-257536</link>
		<dc:creator>Jens Grochtdreis</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=332#comment-257536</guid>
		<description>So Webkit/Safari now mimics Microsoft? You&#039;re serious? We could style scrollbars in IE for years and it was never really nice. 
What&#039;s next? Conditional Comments would be a very nice idea to copy from Microsoft, maybe the only one. Please don&#039;t copy hasLayout ;-) </description>
		<content:encoded><![CDATA[<p>So Webkit/Safari now mimics Microsoft? You&#8217;re serious? We could style scrollbars in IE for years and it was never really nice.<br />
What&#8217;s next? Conditional Comments would be a very nice idea to copy from Microsoft, maybe the only one. Please don&#8217;t copy hasLayout ;-) </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 09:49:56 -->
