> OK, incredible brain fart on my end...I gave the localhost addy vs. the
> web
> addy on the site....here is the addy for my troublesome page with the
> scrolling CSS table...
>
> http://williams.genealogy.fm/results_page.php
>
> And for the style sheet
>
> http://williams.genealogy.fm/includes/williamsv2.css
>

Adrian,

You'll need to account for spacing for the scollbars in other browsers
apart from WinIE.

Since you've used code straight from example, you have part of it there.
However, since your table is very complex (looks good though, nice job), a
slight modification and a new rule would help.

tbody.scrollContent td:last-child { padding-right: 19px; }

thead.fixedHeader th:last-child { padding-right: 19px; }

Typical scrollbars are about 16px in width and height. The extra 3px is
from padding. Also, add 16px to the tbody height and that should hide the
horizontal scrollbar in Firefox. You can tinker with that value to your
preference.

html>body tbody.scrollContent { height: 426px; }


HTH
- Terence
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to