1) Script Title: DHTML Modal window v1.01
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...dhtmlmodal.htm
3) Describe problem(an improvement):
Maybe this can be more compatabile with Mozilla/Firebird?
Original CSS code(modal.css):
Possible improved code:Code:.drag-handle{ /*Overwrite default drag handle bar background color with below*/ background-color: #03277C; } #interVeil{ /*CSS for veil that covers entire page while modal window is visible*/ position: absolute; background: black url(blackdot.gif); width: 10px; left: 0; top: 0; z-index: 5; visibility: hidden; filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); opacity: 0.8; }
I found that on Google...Code:.drag-handle{ /*Overwrite default drag handle bar background color with below*/ background-color: #03277C; } #interVeil{ /*CSS for veil that covers entire page while modal window is visible*/ position: absolute; background: black url(blackdot.gif); width: 10px; left: 0; top: 0; z-index: 5; visibility: hidden; filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.80; }
Well, even I am a newbie. Is this needed?
(Google page: http://www.webmasterworld.com/forum83/1958.htm)
jimhap



Reply With Quote

Bookmarks