Hi, Just had one problem swiftly solved and another has arrived. I
have some text that is driving me nuts: all text is inheriting the
properties set to a generic "p {...}" in css, but I am trying to set
properties to some specific elements (i.e. grey instead of white) and
these are being ignored.

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.

Regards

James
______________________________________________________________________
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/

Reply via email to