Forums
This topic is locked
scroll bar in netscape and mozzilla
04 Feb 2005 15:12:56 shola law posted:
Hello good of the forum i issue a CSS rule in my template to add color to the scroll bar thus:BODY{
scrollbar-arrow-color:#666666;scrollbar-track-color:#666666;scrollbar-base-color:#0099ff;}
i tried viewing it in IE and it worked perfectly,but it mozilla firefox and netscape 7, it wasn't working.
Pls, what can i do?
If u think u can u can
Replies
Replied 04 Feb 2005 16:28:26
04 Feb 2005 16:28:26 Jeremy Conn replied:
Scrollbar CSS Styles don't seem to work at all in Firefox, Netscape or any Mac browsers... just one of those things.
I know for Mac their 'Aqua' interface style supercedes your scrollbar style - as for the others it seems like a decision they made not to support it.
<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DWMX 2004 Studio
Web Server: IIS5
DB: Access2003/SQL2000
OS: XP Pro
Language: ASP/VB
I know for Mac their 'Aqua' interface style supercedes your scrollbar style - as for the others it seems like a decision they made not to support it.
<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DWMX 2004 Studio
Web Server: IIS5
DB: Access2003/SQL2000
OS: XP Pro
Language: ASP/VB
Replied 04 Feb 2005 16:37:28
04 Feb 2005 16:37:28 Simon Martin replied:
These properties are illegal: they are neither defined in any CSS specification nor are they marked as proprietary (by prefixing them with "-vendor-"
.
As far as I know you can only use them in IE and Konqueror; but it will mean that you will not be able to get the effect you want on all browsers
Live the life you love
Love the life you live
Simon
DMXZone Zone Manager

As far as I know you can only use them in IE and Konqueror; but it will mean that you will not be able to get the effect you want on all browsers
Live the life you love
Love the life you live
Simon
DMXZone Zone Manager
Replied 07 Feb 2005 21:45:42
07 Feb 2005 21:45:42 shola law replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
yeah people thanks for the reply i am so greatful. but what i think i should do is write a javascript that load the stylesheet for IE and for mozzilla and netscape also.
luv y'all<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
If u think u can u can
yeah people thanks for the reply i am so greatful. but what i think i should do is write a javascript that load the stylesheet for IE and for mozzilla and netscape also.
luv y'all<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
If u think u can u can
Replied 07 Feb 2005 22:45:03
07 Feb 2005 22:45:03 Dave Thomas replied:
its an IE specific style.
meaning IE integrated it to work in their browser as part of their product.
it is not a supported CSS definition in any other pc browser.
regards
Dave Thomas
<b>DMX Zone Manager</b>
meaning IE integrated it to work in their browser as part of their product.
it is not a supported CSS definition in any other pc browser.
regards
Dave Thomas
<b>DMX Zone Manager</b>
Replied 08 Feb 2005 04:32:32
08 Feb 2005 04:32:32 Chris Charlton replied:
I think version of Opera also allow colored scrollbars, but don't quote me on it (yet).
As for others like Firefox adding colored scrollbar support, don't count on it <i>this</i> year since FF (Firefox) is sticking to standard "guns."
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
As for others like Firefox adding colored scrollbar support, don't count on it <i>this</i> year since FF (Firefox) is sticking to standard "guns."
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 08 Feb 2005 12:14:45
08 Feb 2005 12:14:45 Simon Martin replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> I think version of Opera also allow colored scrollbars, but don't quote me on it (yet). <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>Well I will and its Opera 7.23 (at least)
Trouble is that the scrollbars are part of the browser and not the actual HTML page - hence the less than total support for them
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Why don't my scrollbar properties, filters, etc. validate?
The CSS Validator validates your style sheet against some profile, e.g. CSS Level 1 or CSS Level 2. Some browser Vendors however extend these profiles by new properties like Microsoft did with the scrollbar-base-color or filter property or Mozilla with the -moz-opacity property. The Validator is not aware of these properties and using them makes your style sheet invalid in terms of the CSS specifications. Either get rid of those properties or live with the fact, that your style sheets don't validate. You cannot have both.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> Quoted from www.websitedev.de/css/validator-faq
Live the life you love
Love the life you live
~ ~ ~ ~ ~ ~ ~
<b>Simon Martin</b> - <i>DMXzone Manager</i>
<font size=1>[ Dreamweaver MX/MX2004 | ASP | SQL | XHTML/CSS | Web Accessibility ] </font id=size1>
Trouble is that the scrollbars are part of the browser and not the actual HTML page - hence the less than total support for them
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Why don't my scrollbar properties, filters, etc. validate?
The CSS Validator validates your style sheet against some profile, e.g. CSS Level 1 or CSS Level 2. Some browser Vendors however extend these profiles by new properties like Microsoft did with the scrollbar-base-color or filter property or Mozilla with the -moz-opacity property. The Validator is not aware of these properties and using them makes your style sheet invalid in terms of the CSS specifications. Either get rid of those properties or live with the fact, that your style sheets don't validate. You cannot have both.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> Quoted from www.websitedev.de/css/validator-faq
Live the life you love
Love the life you live
~ ~ ~ ~ ~ ~ ~
<b>Simon Martin</b> - <i>DMXzone Manager</i>
<font size=1>[ Dreamweaver MX/MX2004 | ASP | SQL | XHTML/CSS | Web Accessibility ] </font id=size1>
Replied 11 Feb 2005 14:06:26
11 Feb 2005 14:06:26 shola law replied:
hello good pple of the forum, i ve read carefully to the words of the expert and i've thrown away the planned js script to detect a browser and load the stylesheet of choice. professionalism shouldn't be undermined in a job.
Thank u guys once again and sorry dat my reply is late.
If u think u can u can
Thank u guys once again and sorry dat my reply is late.
If u think u can u can