Quote:
Originally Posted by NolF
Script worked perfectly  Thanks
There seems to be a small layout rendering problem with the X (close) in Firefox (3 & 4) and Chrome (look attachment) maybe opera as well. It shows in the right spot with Internet Explorer though  Aside from that very very good job ^^
|
Found the problem... it was a small typo in the CSS file. You can resolve it by downloading the updated ZIP and uploading the new clientscript/dhtmlwindow.css file, or by opening the dhtmlwindow.css file and changing:
Code:
.drag-handle .drag-controls{
position: absolute;
right: 0px;
top: 10spx;
cursor: hand;
cursor: pointer;
}
...to:
Code:
.drag-handle .drag-controls{
position: absolute;
right: 0px;
top: 10px;
cursor: hand;
cursor: pointer;
}
Sorry about that! Like I said, it's fixed in the ZIP file that's currently on the modification page.