On Mon, 27 Nov 2006 23:53:25 +0000, jim o'malley wrote: [...] > > The general properties are > > * p {font-family: verdana; color: rgb(255,255,255); font-size: 12px; > margin-bottom: 11px;} > in http://www.jpomdesign.co.uk/starfish/resources/starfish.css > > While the specific properties are within the head of the page itself and > state > > #album {font-family: verdana, san-serif; color: rgb(53,53,53); font-size: > 10px; margin-bottom: 0;} > in http://www.jpomdesign.co.uk/starfish/prev_wk/almost5.html > > When I delete the generic "* p" properties, the text within the #album > goes to default Times/black etc, which makes me think I must have missed > a bracket or comma, but nothing pertinent is coming up in CSS validator > (I think). Any help much appreciated. > Hello Jim,
As you discovered, the rule for 'p' applies inside the #album as well. Try using '#album p' or even '#album *' to override the fonts for 'p' here. BTW - Not sure why you have the universal selector (*) as ancestor for 'p' there - I can't imagine a situation where a paragraph is not contained in _something_. Cordially, David -- www.hucklesby.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/