<HTML>
<HEAD>
    <style type="text/css">
        .dataTable {
            font-familyVerdanaArialHelveticasans-serif;
            border-collapsecollapse;
            border1px solid #999999;
            width750px;
            font-size12px;
        }
        .dataTable td.dataTable th {
            border1px solid #999999;
            padding3px 5px;
            margin0px;
        }
        .dataTable thead th {
            background-color#cccccc;
            color#444444;
            font-weightbold;
            text-alignleft;
        }
        .dataTable thead a {
            text-decorationnone;
            color#444444;
        }
        .dataTable thead a:hover {
            text-decorationunderline;
        }
        /* Firefox has missing border bug! https://bugzilla.mozilla.org/show_bug.cgi?id=410621 */
        /* Firefox 2 */
        html< body .dataTablex:-moz-any-link {
            margin1px;
        }
        /* Firefox 3 */
        html< body .dataTablex:-moz-any-linkx:default {
            margin1px
        }
    </style>
    <script LANGUAGE="JavaScript" SRC="jquery.fixedheader.js"></script>
    <script LANGUAGE="JavaScript" SRC="jquery-1.2.6.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $("#data").fixedHeader({
                width: 500,height: 300
            });
        })
    </script>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
    <table id="data" class="dataTable" height="50%">
        <thead>
            <tr>
                <th> Header 1</th>
                <th> Header 2</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
            <tr>
                <td>
                    Hello world
                </td>
                <td>
                    Hello world2
                </td>
            </tr>
        </tbody>
    </table>
</HTML>