> On firefox default theme under WinXP (XP-Style) the scrollbar width is > 19px (there's a 2px grey border on the left side of the scrollbar), but > there's only an maximum width of 18px for a scrollbar in my screen > design.
I'm fairly certain that the answer is 'no'. Firefox doesn't support any scrollbar related CSS extensions as they're not part of the W3C spec. Scrollbars are something you must consider to be 'part of the operating system' which is ultimately the user's domain, not yours as the page author. It's a bit of a firey area, but it's the view of the CSS-WG (and the majority of comments I've ever seen on the matter, at least) that it's out of the scope of the page content to mess with browser chrome. Ben http://ben-ward.co.uk ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
