开发者

a div above another?

开发者 https://www.devze.com 2022-12-15 03:15 出处:网络
i have some php files with html code in it and from my php file i have: require \"popup.html\"; require \"main.html\";

i have some php files with html code in it and from my php file i have:

 require "popup.html";
 require "main.html";

then i use css to hide the div in popup.html.

when i click a link coupled to jquery to display the popup it will be above all divs in main.html except the on开发者_如何学Pythones that i have rendered in with ajax.

how can i make the popup div above all these ajaxed stuff?


z-index

0

精彩评论

暂无评论...
验证码 换一张
取 消