Hi Philippe, Thanks for your comments.
However, I'm not sure why you have made this comment (unless I'm missing something, which is quite possible), as the .resultTable li, li li selector is actually commented out (it was just an experiment, which I should delete). I am aware that the "li li" affects the nested li. What amazes me is that each table in the series decreases in font size. Regards David > >> I'm having a problem with text size in a series of tables on one >> page. >> >> The text on each page seems to get smaller on each table, especially >> with the list texts, and heightened with nested lists. >> >> I have tried all sorts of things to try and remedy this, but >> something is escaping me. I'm not sure if it is something inherited >> or what. >> >> http://www.eurovisionltd.co.nz/library_test_results.php >> >> stylesheet: >> http://www.eurovisionltd.co.nz/styles/layout.css > > From your stylesheet: > > .resultTable td,{ > padding: 5px; > font-size: .85em; > line-height: 1.5em; > color: #666; > } > /* > .resultTable li, li li { > margin: 0; > font-size: .85em; > } > > The td has .85em, then the li, **descendant** of the td, is again . > 85em, or .85em from .85em. > > BTW, I presume that, in the second selector above, your 'li li' > applies to a <li> that is descendant of .resultTable. But yiu have > the selector wrong. The way it is written now, that 'li li' means any > li that is a descendant of a li. You have have various selectors like > that. > (and that also results in that progressively smaller font-size) > > > Philippe > --- > Philippe Wittenbergh > <http://emps.l-c-n.com> > > > > > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7 information -- 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/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
