hi bill

try and remove (and commit) the width specs for the table

so this:
    <table cellpadding="1" cellspacing="0" border="0" width="100%">
        <tr>
            <td class="search-header">
                &nbsp;Results for <b>apache-&gt;request</b>
                &nbsp; 1 to 10 of 179 results.
            </td>


gets to be:
    <table cellpadding="1" cellspacing="0" border="0">
        <tr>
            <td class="search-header">
                &nbsp;Results for <b>apache-&gt;request</b>
                &nbsp; 1 to 10 of 179 results.
            </td>


not sure but that should help

./allan

Quoting Bill Moseley <[EMAIL PROTECTED]>:

> In IE6 on Windows I noticed that the header bar on the search results was
> wider than the screen on IE.  I don't see anything pushing it over farther
> to the right (like long text), so I'm not sure what's going on.
> 
> Plus, if you scroll to the right IE gets a bit confused:
> 
>      http://hank.org:5000/ie-results.png
> 
> That gray bar on the top is where the menu didn't scroll off screen to the
> left as I scrolled the screen to the right.
> -- 
> Bill Moseley
> mailto:[EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to