Home >Web Front-end >JS Tutorial >javascript practical text chain prompt box effect_text special effects
The effect should basically realize the following functions:
(1) When the mouse slides over the link text in the article, a prompt box will pop up at the corresponding position. The style of the prompt box is controlled by CSS and is highly adaptive; the mouse can click on the middle of the prompt box The link will automatically disappear when you slide away from the prompt box;
(2) Control the position of the prompt box within the text field. If the link text is on the left side of the text field, the prompt box should be displayed on the right, so that It will not leave the text field; on the contrary, if the link text is on the right side of the text field, the prompt box should be displayed on the left;
(3) If the text field has a lot of content and the link text happens to be at the bottom of the browser, in order to make the prompt The box should not leave the visible range of the browser, and the position of the prompt box should be automatically adjusted above the link text;
1.css