1) Script Title: Window Widget
2) Script URL (on DD):
3) Describe problem: Can you make the title bar BLUE?
1) Script Title: Window Widget
2) Script URL (on DD):
3) Describe problem: Can you make the title bar BLUE?
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
You can change the title's background by editing its CSS inside dhtmlwindow.css:
Code:.drag-handle{ /*CSS for Drag Handle*/ padding: 1px; text-indent: 3px; font: bold 14px Arial; background-color: blue; color: white; cursor: move; overflow: hidden; width: auto; }
Gotcha. Thanks!
Bookmarks