PDA

View Full Version : استفاده از lightbox در asp.net



pikoolas
چهارشنبه 13 دی 1391, 03:11 صبح
سلام
من لایت باکس زیر رو دانلود کردم
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto
کتابخانه ها شم در صفحه اضافه کردم
<script src="../prettyPhoto_uncompressed_3.1.4/js/jquery-1.6.1.min.js" type="text/javascript"></script>
<!--script src="js/jquery.lint.js" type="text/javascript" charset="utf-8"></script-->
<link rel="stylesheet" href="../prettyPhoto_uncompressed_3.1.4/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<script src="../prettyPhoto_uncompressed_3.1.4/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css" media="screen">
* { margin: 0; padding: 0; }

body {
font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
padding: 0 20px;
}

h1 { font-family: Georgia; font-style: italic; margin-bottom: 10px; }

h2 {
font-family: Georgia;
font-style: italic;
margin: 25px 0 5px 0;
}

p { font-size: 1.2em; }

ul li { display: inline; }

.wide {
border-bottom: 1px #000 solid;
width: 4000px;
}

.fleft { float: left; margin: 0 20px 0 0; }

.cboth { clear: both; }

#main {
background: #fff;
margin: 0 auto;
padding: 30px;
width: 1000px;
}
</style>

و از کد نمونه هم برای نمایش تصاویر استفاده کردم
<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>
اما پلاگین مورد نظر در asp.netاجرا نمیشه.
لطفا راهنمایی کنید.