Previous Message
Next Message

RE: [css-d] CSS Methodologies

Sent by Nelson_Rodriguez-Pena on 23 July 2003 16:04


Hi,

>> - Classes, IDs and elements are listed in alphabetical order unless
>> otherwise noted...

This is not completely right, since the order has a value when evaluating
rules, so most times you may want to establish a precise order, for
instance: I want to specify in BODY general attributes, but use specific
ones in ACRONYM. It can be done if I use:

body{...}
acronym{..}

but not

acronym{..}
body{...}

With IDs the same thing happen, position inside the document is relevant.

I think this apply to all your other structure as well...

regards,

------------------------------------------------------------
Nelson Rodriguez-Pena A.
Web & Multimedia Design & Development
[EMAIL-REMOVED]
------------------------------------------------------------



______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: