How do I make the footer a frameset?

Discussion in 'HTML & Website Design' started by drew68, Apr 27, 2009.

  1. #1
    hi all...

    i'm trying to make the blue section at the bottom of this page a framed set so it's positioned and stable. I only want the body where the MLS section to move up and down. Can someone help me?

    http://megaagent.com/humphries_galvin/search.asp

    I have this in my stylesheet...

    .footersearch{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:<length>;
    }


    and I called for it on the search page with a div and that table looks like this...

    <div id="footersearch"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
    <div align="center">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td background="images/content-bkgrnd-top.jpg"><img src="images/spacer.gif" width="1" height="5" /></td>
    </tr>
    <tr>
    <td background="images/content-bkgrnd.jpg"><div align="center">
    <form action="http://www.MegaAgent.com/Common/formprocess.asp" method="post" name="form1" id="form1">
    <table width="70%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td colspan="4" valign="top" background="images/content-bkgrnd.jpg"><p class="pspec">Questions? I'll send you a free answer by email, quickly and without obligation. It's my job to know more about real estate than any web site! Your privacy guaranteed.</p></td>
    </tr>
    <tr>
    <td colspan="4" valign="top" background="images/content-bkgrnd.jpg"><input type="hidden" name="txtSiteAdminID2" value='<%=MA.Fields.Item("AdminID").Value%>' />
    <input type="hidden" name="txtRequireFields2" value="txtEmailAddress" />
    <input type="hidden" name="txtSuccessURL2" value="default.asp" />
    <input type="hidden" name="txtFailURL2" value="fail.asp" />
    <input type="hidden" name="txtOriginURL2" value="default.asp" />
    <input type="hidden" name="txtCCEmailAddress2" value='<%=MA.Fields.Item("Email").Value%>' />
    <input type="hidden" name="txtSubject2" value="Contact Form" />
    <input type="hidden" name="txtTestEmail2" /></td>
    </tr>
    <tr>
    <td colspan="4" rowspan="6" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
    <td width="150" background="images/content-bkgrnd.jpg" class="contact"><span class="pspec">* Required: Your Name:</span><br />
    <input type="text" name="txtFirstName2" size="25" maxlength="255" /></td>
    <td width="415" background="images/content-bkgrnd.jpg" class="contact"><span class="pspec">*Required: Email Address:</span><br />
    <input type="text" name="txtEmailAddress2" size="25" maxlength="255" />
    </td>
    </tr>
    <tr>
    <td colspan="2" background="images/content-bkgrnd.jpg"><input type="checkbox" name="LatestListings2" value="LatestListings" />
    <span class="pspec">Send Latest Listings?</span>&nbsp;&nbsp;&nbsp;&nbsp;
    <input type="checkbox" name="LatestNews2" value="LatestNews" />
    <span class="pspec">Send Latest News?</span></td>
    </tr>
    <tr>
    <td colspan="2" valign="top" background="images/content-bkgrnd.jpg" class="contact"><span class="pspec">Your Question:</span>
    <input name="Question2" type="text" value="" size="60" />
    </td>
    </tr>
    <tr>
    <td colspan="2" background="images/content-bkgrnd.jpg" class="contact"><div align="left"><span class="nav">
    <input type="submit" name="Submit3" value="Submit" onmouseup="MM_validateForm('FirstName','','R','LastName','','R','EmailAddress','','RisEmail');MM_callJS('FixForm()');return document.MM_returnValue" />
    <input type="reset" name="Submit22" value="Reset" />
    &nbsp;&nbsp;&nbsp; <span class="pspec">Send To Us! </span></span></div></td>
    </tr>
    <tr>
    <td colspan="2" background="images/content-bkgrnd.jpg"><img src="images/spacer.gif" width="1" height="10" /></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </form>
    </div></td>
    </tr>
    <tr>
    <td background="images/content-bkgrnd-top.jpg"><img src="images/spacer.gif" width="1" height="5" /></td>
    </tr>
    </table>
    </div>
    </td>
    </tr>
    </table></div>
     
    drew68, Apr 27, 2009 IP
  2. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #2
    i fixed it...thanks anyways guys
     
    drew68, Apr 27, 2009 IP