[thelist] have a window float on top even though focus is on otherwindow

James Aylard evolt at pixelwright.com
Thu Jun 19 11:45:14 CDT 2003


Peter VanDijck wrote:

> Can that be done in html with some javascript or something? Any links?

    IE 5+ only: the window.showModelessDialog method [1] does exactly this.
Otherwise, if you have to support other browsers, you will need to create a
faux browser window, such as a styled div, with a z-index value higher than
that of other elements on the page.

1.
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/showmodele
ssdialog.asp

James Aylard
evolt at pixelwright.com



More information about the thelist mailing list