Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created one main image and four vertical thumbnails.one anchor tag image at top corner of main image. when i clicked on anchor tag image the whole main image and its thumb nails show as popup in the same page.
give any example for this.
Posted
Updated 30-Sep-15 1:27am
v2
Comments
Krunal Rohit 30-Sep-15 7:27am    
Anything tried so far ?

-KR
Hussain Javed 30-Sep-15 8:11am    
<div id="popupdiv">
<div class="col-md-12" style="margin-top: 45px;"> <!--col-md-12 start-->
<div class="col-md-4 displayimg" id="xyz"> <!-- in col-12, 4cols start here -->
<div>
<div id="divzoom" style="cursor: pointer;">
<div id="mainpic" style="width:270px;height:500px; >
<span class="glyphicon glyphicon-zoom-in" aria-hidden="true">
<img id="ContentPlaceHolder1_imgMainImage" class="img-responsive"

src="images/designstyles/a.jpg" height="690" width="500"/></span>
</div>
</div>

</div>
</div> <!-- in col-12, 4cols end here -->
<div class="col-md-1 rtsmobthumb1" id="abc"> <!-- in col-12, 1cols start here -->
<br>
<div class="tn">

<img id="lkj" src="images/designstyles/a.jpg" class="img-responsive rts_img" height="60"

width="55" />



<img id="mno" src="images/designstyles/b.jpg" class="img-responsive rts_img" height="60"

width="55" />


<img id="ghi" src="images/designstyles/c.jpg" class="img-responsive rts_img" height="60"

width="55" />



<img id="pqr" src="images/designstyles/d.jpg" class="img-responsive rts_img" height="60"

width="55" />

</div>

</div> <!-- in col-12, 1cols end here -->
</div><!-- in div dialog -->
css for anchor tag
#close {
display: block;
position: absolute;
width:20px;
height:30px;
top:10px;
right: 30px;
background: url(images/designstyles/search.png);
background-size: 100% 100%;
background-repeat: no-repeat;
z-index: 100;
padding: 5px 2px 2px;
}

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900