I have written a page that works perfectly on showing the data I need in question. The problem is my footer is showing up as my header... I don't know why. Can someone explain? I put it at the end of the page, after all the php code, and it seems to me it should be inserted there, but for some reason it shows on the top.

If anyone can help it be greatly appreciated.

Here is the page: http://kaboomlabs.com/testbed/print.php?id=1

Here is the code:

<?php
require_once('tb/connectvars.php');
echo '<div id="printwrap">'
?>

<!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" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>PDI NCMR - Print</title>
  <link rel="stylesheet" type="text/css" href="tb/postie.css" />
</head>
<body>
   <div id="logo">
    <img src="tb/PDI_Logo_2.1.gif" alt="PDI Logo" />
</div>

<?php
  // Connect to the database
  $dbc = mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);
  // Grab the profile data from the database
  if (!isset($_GET['id'])) {
    $query = "SELECT * FROM ncmr WHERE id = '$id'";
  }
  else {
    $query = "SELECT * FROM ncmr WHERE id = '" . $_GET['id'] . "'";
  }
  $data = mysqli_query($dbc, $query);

  if (mysqli_num_rows($data) == 1) {

    // The user row was found so display the user data
    $row = mysqli_fetch_array($data);
    echo'<div id="title"><h3 id="NCMR2">Non-Conforming Materials Report (NCMR:&nbsp;&nbsp;' . $row['rma'] . ')</h3></div>';
        echo '<form id="all">';
            echo '<fieldset>';
//Part, Rev, Part Description, NCMR Qty
            echo '<div id="box1p">';
                if (empty($row['ab'])) $row['ab'] = "Empty";
                if (empty($row['date'])) $row['date'] = "Empty";
                if (empty($row['part'])) $row['part'] = "Empty";
                if (empty($row['rev'])) $row['rev'] = "Empty";
                if (empty($row['partdesc'])) $row['partdesc'] = "Empty";
                if (empty($row['ncmrqty'])) $row['ncmrqty'] = "Empty";
                echo '<div id="abp"><span class="b">Added By:&nbsp;&nbsp;</span>' . $row['ab'] . '</div>';
                echo '<div id="datep"><span class="b">Date Filed:&nbsp;&nbsp;</span>' . $row['date'] . '</div>';
                echo '<div id="partp"><span class="b">Part Number:&nbsp;&nbsp;</span>' . $row['part'] . '</div>';
                echo '<div id="revp"><span class="b">Part Revision:&nbsp;&nbsp;</span>' . $row['rev'] . '</div>';
                echo '<div id="partdescp"><span class="b">Part Description:&nbsp;&nbsp;</span>' . $row['partdesc'] . '</div>';
                echo '<div id="ncmrqtyp"><span class="b">NCMR Qty:&nbsp;&nbsp;</span>' . $row['ncmrqty'] . '</div>';
            echo '</div>';

        //Part, Rev, Part Description, NCMR Qty, JO, SN and INV
            echo '<div id="box2p">';
                if (empty($row['comp'])) $row['comp'] = "Empty";
                if (empty($row['ncmrid'])) $row['ncmrid'] = "Empty";
                if (empty($row['rma'])) $row['rma'] = "Empty";
                if (!empty($row['NCMR_Qty'])) $row['NCMR_Qty'] = "Empty";
                    echo '<div id="comp"><span class="b">Company:&nbsp;&nbsp;</span>' . $row['comp'] . '</div>';
                    echo '<div id="ncmrid"><span class="b">Customer NCMR ID:&nbsp;&nbsp;</span>' . $row['ncmrid'] . '</div>';
                    echo '<div id="rma"><span class="b">Internal RMA:&nbsp;&nbsp;</span>' . $row['rma'] . '</div>';
                    echo '<div id="jno"><span class="b">Job #:&nbsp;&nbsp;</span>' . $row['jno'] . '</div>';
            echo '</div>';

            //Inventory On Hand, Inventory Check, Supplier Name, Supplier Number, Manufacturer Part Number, Manufactuer Serial Number and NCMR ID
            echo '<div id="box3p">';
                if (empty($row['fdt'])) $row['fdt'] = "Empty";
                if (empty($row['cof'])) $row['cof'] = "Empty";
                    echo '<h2>Failures</h2>';
                            echo '<div id="fdt"><span class="b">Failure Due To:&nbsp;&nbsp;</span><br />' . $row['fdt'] . '</div>';
                            echo '<div id="cof"><span class="b">Class of Failure:&nbsp;&nbsp;</span><br />' . $row['cof'] . '</div>';
                echo '</div>';

             //Nonconformity, Disposition, Comments and Comments & Additional Details
            echo '<div id="box4p">';
                if (empty($row['fab1'])) $row['fab1'] = "Empty";
                if (empty($row['fab2'])) $row['Disposition'] = "Empty";
                if (empty($row['fab3'])) $row['Comments'] = "Empty";
                echo '<h2>Fabricators</h2>';
                        echo '<div id="fab1"><span class="b"></span>' . $row['fab1'] . '</div>';
                        echo '<div id="fab2"><span class="b"></span>' . $row['fab2'] . '</div>';
                        echo '<div id="fab3"><span class="b"></span>' . $row['fab3'] . '</div>';
            echo '</div>';

            //PO, PO Date, and Date Recieved
            echo '<div id="box5p">';
                if (empty($row['non'])) $row['non'] ="Empty";
                if (empty($row['dis'])) $row['dis'] ="Empty";
                if (empty($row['comm'])) $row['comm'] ="Empty";
                if (empty($row['caad'])) $row['caad'] ="Empty";
                    echo '<div id="non"><span class="b">Nonconformity:&nbsp;&nbsp;<br /></span>' . $row['non'] . '</div><br /><br />';
                    echo '<div id="dis"><span class="b">Disposition:&nbsp;&nbsp;<br /></span>' . $row['dis'] . '</div><br /><br />';
                    echo '<div id="comm"><span class="b">Comments:&nbsp;&nbsp;<br /></span>' . $row['comm'] . '</div><br /><br />';
                    echo '<div id="caad"><span class="b">Comments and/or Additional Details:&nbsp;&nbsp;<br /></span>' . $row['caad'] . '</div>';
            //PO, PO Date, and Date Recieved
                echo '<div id="podrp">';
                    if (empty($row['po'])) $row['po'] ="Empty";
                    if (empty($row['pod'])) $row['pod'] ="Empty";
                    if (empty($row['dri'])) $row['dri'] ="Empty";
                        echo '<div id="pop"><span class="b">PO:&nbsp;&nbsp;</span>' . $row['po'] . '</div>';
                        echo '<div id="podp"><span class="b">PO Date:&nbsp;&nbsp;</span>' . $row['pod'] . '</div>';
                        echo '<div id="drip"><span class="b">Date Recieved:&nbsp;&nbsp;</span>' . $row['dri'] . '</div>';
                echo '</div>';
            echo '</div>';
            echo '<div id="box6p">';
                //NCMR Supplier Response & Comment if not empty
                if (empty($row['ncmrsr'])) $row['ncmrsr'] ="Empty";
                if (empty($row['ncmrsc'])) $row['ncmrsc'] ="Empty";
                    echo '<div id="ncmrsr"><span class="b">NCMR Supplier Response:</span><br />' . $row['ncmrsr'] . '</div><br /><br />';
                    echo '<div id="ncmrsc"><span class="b">NCMR Supplier Comment:</span><br />' . $row['ncmrsc'] . '</div><br /><br />';
            echo '</div>';
        echo '</fieldset>';
    echo '</div>';
echo '</form>';
}
  mysqli_close($dbc);
    echo '</div>';

     require_once('tb/pfooter.php');

?>
</body> 
</html>
link|improve this question

what is the code for the footer (i.e. the div tags) and what is the CSS? Are you using the clear attribute to push the footer below the other elements? – Brian Jan 9 at 15:05
@brian Please look at the base of the code. It is after the final </div. and before the ?> There is no div tags because as far as I can tell there is no need for them. – Matt Ridge Jan 9 at 15:06
that would be part of the problem then. wrap the footer in a div and either set it with absolute positioning or let everything use flow positioning. – Brian Jan 9 at 15:11
feedback

3 Answers

up vote 1 down vote accepted

That's because your div#printwrap has a position: absolute as a CSS rule. With that kind of position, the element is getted out of the flow of the document, so next elements (<hr> and your footer) start its flow without considering div#printwrap. Take off that position: absolute and everything will work.

link|improve this answer
oy... I absolutely forgot about that. Thanks, that worked perfectly. – Matt Ridge Jan 9 at 15:46
ok, no problem :) – cram1010 Jan 9 at 17:38
feedback

The footer class isn't the problem, the printwrap id is. It's set to absolute positioning, so the flow-positioned elements (such as the div for the footer) ignore it when they're rendered. Since the footer (and the hr above it) are the first flow-positioned elements on the page, they're rendered right at the top.

Just tweaking with it in Firebug, removing the following from the #printwrap definition in postie.css is an improvement:

height: 930px;
position: absolute;

Absolute positioning and flow positioning don't always play well together. One really needs to know what one is doing for that.

link|improve this answer
feedback

Remove from line 110 of file /testbed/tb/postie.css the follow code:

height: 930px;
position: absolute;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.