Re: [css-d] last-child problems....

2006-12-19 Thread Adrian Williams
Ok, here is a description of what's happening in each browser with each setting: With the last-child ENABLED: In IE6, everything looks normal. In FF, all of the column widths go haywire...reload a coupla time and get different results each time. Often many of the columns get

[css-d] last-child problems....

2006-12-18 Thread Adrian Williams
Y'all, Here I am again!! Still working thru problems in my style sheet and the newest is this: tbody.scrollContent td:last-child { padding-right: 19px; } thead.fixedHeader th:last-child { padding-right: 19px; } Not really sure what the problem is but the validation tool comes

Re: [css-d] last-child problems....

2006-12-18 Thread Adrian Williams
Sasha, Yes, I agree...I have gone thru and cleaned up the html and passed the XHTML 1.0 validation. I have also re-enabled the last-child declares so that you can see what they are doing in the code... http://www.familydna.net/williams/results_page.php And here is the same

Re: [css-d] last-child problems....

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Adrian Williams [EMAIL PROTECTED] wrote: Yes, I agree...I have gone thru and cleaned up the html and passed the XHTML 1.0 validation. I have also re-enabled the last-child declares so that you can see what they are doing in the code...