View Full Version : Window Widget - Title bar must be RED?
python1340
10-09-2007, 04:42 PM
1) Script Title: Window Widget
2) Script URL (on DD):
3) Describe problem: Can you make the title bar BLUE?
ddadmin
10-09-2007, 09:54 PM
Warning: Please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) for the proper posting format when asking a question.
You can change the title's background by editing its CSS inside dhtmlwindow.css:
.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;
}
python1340
10-10-2007, 03:32 AM
Gotcha. Thanks!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.