Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjferrie
    • CommentTimeAug 13th 2008 edited
     
    The problem that I am having with plogger is the search field goes to the top left, here is a link http://johnferrie.net/exclusive/gallery.php

    Here is my source code.

    <?php include("gallery/gallery.php") ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <?php the_gallery_head() ?>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr; for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a[i])&amp;&amp;x.oSrc;i++) x.src=x.oSrc;
    }

    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i&lt;a.length; i++)
    if (a[i].indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }

    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))&gt;0&amp;&amp;parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
    if(!(x=d[n])&amp;&amp;d.all) x=d.all[n]; for (i=0;!x&amp;&amp;i&lt;d.forms.length;i++) x=d.forms[i][n];
    for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
    if(!x &amp;&amp; d.getElementById) x=d.getElementById(n); return x;
    }

    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i&lt;(a.length-2);i+=3)
    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>
    </head>

    <body onload="MM_preloadImages('images/home_over.jpg','images/services_over.jpg','images/gallery_over.jpg','images/links_over.jpg','images/contact_over.jpg','images/inquiry_over.gif')">

    <!-- Begin Container -->
    <div id="container">

    <!-- Begin Header -->
    <div id="header">

    <h1>EXCLUSIVE <span class="thin">STONEWORKS</span></h1>

    <span class="estimate"><img src="images/phone_top.gif" /> &nbsp;Free Estimate: (201) 939 - 2492</span>

    </div>
    <!-- End Header -->

    <!-- Begin Nav -->
    <div id="nav">

    <table width="688" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="115" align="left"><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','images/home_over.jpg',1)"><img src="images/home.gif" alt="Home" width="113" height="40" border="0" id="home" /></a></td>
    <td width="115" align="left"><a href="services.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('services','','images/services_over.jpg',1)"><img src="images/services.gif" alt="Services" width="113" height="40" border="0" id="services" /></a></td>
    <td width="115" align="left"><a href="gallery.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('gallery','','images/gallery_over.jpg',1)"><img src="images/gallery.gif" alt="Gallery" width="113" height="40" border="0" id="gallerynav" /></a></td>
    <td width="115" align="left"><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('links','','images/links_over.jpg',1)"><img src="images/links.gif" alt="Links" width="113" height="40" border="0" id="links" /></a></td>
    <td width="115" align="left"><a href="contact.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','images/contact_over.jpg',1)"><img src="images/contact.gif" alt="Contact" width="113" height="40" border="0" id="contact" /></a></td>
    <td width="113" align="left"><a href="inquiry.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('inquiry','','images/inquiry_over.gif',1)"><img src="images/inquiry.gif" alt="Inquiry" width="113" height="40" border="0" id="inquiry" /></a></td>
    </tr>
    </table>


    </div>
    <!-- End Nav -->

    <!-- Begin Banner -->
    <div id="banner">

    <iframe src="story_player/slide.html" frameborder="0" scrolling="no" width="688" height="261"></iframe>

    </div>
    <!-- End Banner -->

    <!-- Begin Gallery -->

    <div id="gallery">

    <?php the_gallery() ?>

    </div>
    <!-- End Gallery -->


    <!-- Begin Footer -->
    <div id="footer">
    <?php include'includes/footer.php'; ?>
    </div>
    <!-- End Footer -->

    </div>
    <!-- End Container -->

    </body>
    </html>
    •  
      CommentAuthorkimparsell
    • CommentTimeAug 15th 2008
     
    Hi jferrie -

    I've just taken a look at the gallery, and you seem to have removed the search field, along with the jump to and sort dropdown menus. Did you still want help in getting the search field issue resolved so that you can include it in the layout?