As shown in the picture, what is the implementation principle of clicking a button to pop up a custom box? Ask for guidance!
業(yè)精于勤,荒于嬉;行成于思,毀于隨。
<p style="position:absolute; top:0px; left:0px"></p>
Just set the position to absolute
It will appear on the page differently according to the top and left you set. Location
Modal box? Principle: Create a p
that is separated from the document flowOne implementation method is to use css positioning to create a p that is separated from the normal document flow, use javascript to achieve interaction and control styles, and use ajax to achieve data acquisition and transmission.
http://www.w3school.com.cn/cs...