That code snippet has no div using or displaying a footer
- only a header and content div are set to display anything
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"dunnil" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Here is the CSS:
| #footer {
| width:100%;
| background-color:#BFCFFF;
| border-top:1px solid #d8efa6;
| border-bottom:5px solid #C2C7DA;
| padding-top:5px;
| padding-bottom:5px;
| position:relative;
| bottom:0;
| color:#000;
| }
|
| and the HTML:
| <div id="header">
| <h1>Results</h1>
| </div>
| <div id="content">
| <center>
| <%= ajax_bar_link('Result', 'result') %>
| </center>
| </div>
| <br />
| <div align="center" id="graph_div" style="display: none">
| </div>
|