
Mam problem mianowicie chciałbym wypośrodkować wycentrować pole wraz z przyciskiem szukaj.
Gdzie mogę znaleźć w kodzie szukaną frazę ?
Pozdrawiam
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="js/jquery-1.6.1.min.js" type="text/javascript"></script> <link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8"/> <script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script> <title>Zite 2</title> </head> <body> <div id="main"> <h2>Gallery</h2> <ul class="gallery clearfix"> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" margin="0px auto" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> <li><a href="images/lovetrance.jpg" rel="prettyPhoto[gallery1]" title=""><img src="images/lovetrance.jpg" width="30" height="30" alt="" /><a/></li> </ul> </div> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("area[rel^='prettyPhoto']").prettyPhoto(); $(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'facebook'}); $(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'fast', hideflash: true}); $("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({ custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>', changepicturecallback: function(){ initialize(); } }); $("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({ custom_markup: '<div id="bsap_1259344" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div><div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>', }); }); </script> </script> </body> </html>