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

2006-12-19 Thread Philippe Wittenbergh
On Dec 20, 2006, at 6:47 AM, Adrian Williams wrote: > 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 > extended past the edge of th

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 extend

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... > > http://www.familydna.n

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 pa

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

2006-12-18 Thread Philippe Wittenbergh
On Dec 19, 2006, at 5:32 AM, Adrian Williams wrote: > 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 > back with " Unknown pseudo-element

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

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote: >Not really sure what the problem is but the validation tool comes > back with " Unknown pseudo-element or pseudo-class :last-child" and it > is causing some serious nightmarish activity with my results > table...causing the columns to go

[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 b