http://182.50.154.23/elweb/Products.aspx
我有一个弹出 div 点击任何产品(比如 edumanager),会出现一个弹出窗口,其中包含产品的详细信息。问题是弹出 div 上的链接不起作用(如访问网站的链接)意味着它没有在给定的链接上重定向我们。请帮我。这是代码:
<section id="Section2" class="ps-container">
<div class="ps-header">
<h1><img class="PopUpLogo" src="Images/ProductLogo/ProctorEye.png" /></h1>
</div>
<div class="ps-contentwrapper">
<div class="ps-content">
<h2>ProctorEye</h2>
<span class="ps-price">PE</span>
<p>
ProctorEye is the next generation online testing platform. It enables interaction between proctor and remote test taker, provide amazing video conferencing facilities, works on unbelivable bandwidth etc Envisioned to be the best platform helping out people tp increase their employability, skills set and self paced adaptive learning. ProctorEye will provide support right from any test facility to real-time proctoring to collaboration to behavioral Anayltics. Stay Tuned!!
</p>
<a target="_blank" href="http://www.showmymarks.com">Visit Website</a>
</div>
</div><!-- /ps-contentwrapper -->
<div class="ps-slidewrapper">
<div class="ps-slides">
<div style="background-image: url('Images/ProctorEyeThumb.png'); background-size: 100% auto; background-position: 0px 98px;"></div>
</div>
<div class="ProductsLink">
<a href="default.aspx">
<div class="ProductLinkBox ProductVideo">
<h3>Watch Video</h3>
</div>
</a>
<a href="default.aspx">
<div class="ProductLinkBox ProductPpt">
<h3>View Ppt</h3>
</div>
</a>
<a href="default.aspx">
<div class="ProductLinkBox ProductNote">
<h3>Product Note</h3>
</div>
</a>
<a href="default.aspx">
<div class="ProductLinkBox ProductGuide">
<h3>User Guide</h3>
</div>
</a>
</div>
</div><!-- /ps-slidewrapper -->
</section>