Let me make a final answer to this question. I used to marvel at this special effect in the Flash zone, and I was so upset that I didn't know how to achieve it. I asked in the classic, a netizen enthusiastic answer my question, but only limited to how to add and "flash zone" the same effect, and is not perfect, in fact, this script can also achieve a lot of effects, I do not know is zippy or no use? But then look at the code look dizzy I still do not know how to achieve, fortunately, as time goes on, I finally found the answer to this question very satisfactorily. Please see:
This effect is a JS special effects, JS file name for Coollayer.js also has called overlib.js, it can achieve a very cool floating menu effect, there are 5 kinds of styles:
Style 1: no title bar
Style 2: Display title bar
Style 3: Click on the display title bar
Style 4: Click on the left to display the title bar
Style 5: Center display floating window
In the JS file, most of the need not to modify, you just change the size of the display font can be. Mainly modifies the HTML document page, because the pop-up floating window display content all by it control. Look at the source code, very easy to read. Like my new Web page: http://q3a.go.163.com
Parameter meaning: (caption--title)
OnMouseOver is controlled using the following function:
Center (center)
DCS (text)
DCC (text, caption)
Right
DRS (text)
DRC (text, caption)
Left
DLS (Text)
DLC (text, caption)
onMouseOut is controlled using the following function:
nd ()
The OnClick control is controlled by the following function:
SCC (text, caption)
SRC (text, caption)
SLC (text, caption)