1\Create a new file and add layers. Create a new web page file, add a parent layer (first-level layer) and a child layer (second-level layer) to the web page, and set the size and position of the two layers respectively
2\ Set up tables and text. Insert the table into the layer1 layer, set the height and background of the table, then enter text in the table and set the format of the text
3\Set the layer2 layer. Set the background color of the layer2 layer, then enter text on it and set a hyperlink, and then add the layer2 layer to the timeline. You can then perform timeline animation operations on the layer2 layer
4\Create a new one Timeline Timeline2, and then add the layer2 layer to the new timeline
5\Set the timeline. Set the first frame of timeline Timeline1 and the 15th frame of timeline Timeline2 respectively (here, frame 15 is used as the last frame of the animation). Tip: You only need to change the key frames of the timeline to directly generate animation effects. , this example sets the height of Layer2 in frame 1 of Timeline1 to 0px, thus generating an animation effect of the layer slowly sliding out.
6\Add behavior. Select the first cell in the table, and then add onMouseOver (when the mouse moves over the cell) behavior to the playback timeline Timeline1
7\Continue to add behaviors. Add 4 more onMouseOut behaviors to the cell
8\Add 2 more behaviors.
Select the layer2 layer and add two onMouseOver and two onMouseOut respectively
9\Save the web page file and then preview it in IE