You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I'm trying MX2004 these days and I found that it doesn't accept a specific "style" in my CSS wich was working in previous MX version
I usually want to change the color of the scrollbar using the code:
------------------------------------------------------
scrollbar-3d-light-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#000000;
scrollbar-dark-shadow-color:#404040;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#404040;
scrollbar-shadow-color:#000000;
------------------------------------------------------
When using MX I see the changes in my scrollbar
in MX2004 it doesn't work