T
tcarp
I know this is FP and it is my authoring tool, however, I've been learning
CSS (I think I've seen all the online tutorials) and have been studying
examples and have a basic syntax question.
In the style sheet I understand that to group selectors you separate them by
commas (e.g. h1, h2, h3 {....}), but I see sheets that have multiple
selectors that are not separated by commas (e.g. #id1 #id2 #id3 h3 {....} or
..p1 a,.p2 a,.p3 a {....} or #id1 .p2 {....}) Are these formats basically
setting up an "AND" condition. For example, in the last example does it mean
to apply the style specifications to items that have the ID of #id1 AND the
class of p2?
To keep this at least a little related to FP (2003), beyond the color
display, the quick pop ups during tag insertion, and indenting the styles
what other cool features does FP2003 have to work with the style sheets?
Thanks
Tom
CSS (I think I've seen all the online tutorials) and have been studying
examples and have a basic syntax question.
In the style sheet I understand that to group selectors you separate them by
commas (e.g. h1, h2, h3 {....}), but I see sheets that have multiple
selectors that are not separated by commas (e.g. #id1 #id2 #id3 h3 {....} or
..p1 a,.p2 a,.p3 a {....} or #id1 .p2 {....}) Are these formats basically
setting up an "AND" condition. For example, in the last example does it mean
to apply the style specifications to items that have the ID of #id1 AND the
class of p2?
To keep this at least a little related to FP (2003), beyond the color
display, the quick pop ups during tag insertion, and indenting the styles
what other cool features does FP2003 have to work with the style sheets?
Thanks
Tom