Results 1 to 3 of 3

Thread: Window Widget - Title bar must be RED?

  1. #1
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Window Widget - Title bar must be RED?

    1) Script Title: Window Widget

    2) Script URL (on DD):

    3) Describe problem: Can you make the title bar BLUE?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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;
    }

  3. #3
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Gotcha. Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •