관리-도구
편집 파일: images.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> <title>Galaxy Beads</title> <link href="css/style1.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jquery.tinyscrollbar.min.js"></script> <script type="text/javascript">$(document).ready(function(){ $('#scrollbar1').tinyscrollbar(); });</script> <style type="text/css"> .cal_us p{ font-size:12px;} .images{ padding:20px 0px;} .images .item{ border:1px solid #fff; box-shadow:0px 0px 3px #333; -webkit-box-shadow:0px 0px 3px #333; behavior: url(css/PIE.htc); background:#eee; padding:3px; margin:10px 0px;} .images .item .thump{ width:65px; float:left;} .images .item .image_con{ width:115px; float:left; padding-left: 10px;} </style> </head> <body style="background-color:#a4acbc;"> <div id="scrollbar1"> <div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div> <div class="viewport"> <div class="overview"> <h1><a href="index.html"><img src="images/home_imag.png" align="left" style="margin-bottom:5px;" /></a>Jewellery and Gemstones from around the world.<a href="call_us.html"><img src="images/cal_pic.png" align="right" style="margin-bottom:5px;" /></a> <span class="c"></span></h1> <div class="image"><img src="customimages/logo mobile.jpeg"></div> <div class="round"> <h1>Images</h1> <a href="$_images_gallery" target="_blank">Images Gallery</a> </div> <div class="home_link"><a href="index.html"><img src="images/home_arrow.jpg" /> home</a></div> <div class="cal_us" style="margin-bottom:10px;"> <p><img src="images/cal_phone.jpg" alt="image" /> 8-9375-8245</p> </div> <h1>Switch to desktop site</h1> </div> </div> </div> </body> </html>