Questions tagged [oocss]

OOCSS (Object-oriented CSS) is an initiative by Nicole Sullivan. It is a CSS design pattern, intended to give developers the opportunity to write CSS that is straight-forward to implement, executes fast (as in browser reflows and repaints) and easy to maintain.

OOCSS (Object-oriented CSS) is a CSS design pattern conceived by Nicole Sullivan. It is also the name of an experimental CSS framework that Sullivan created in 2009.

OOCSS is intended to give developers the opportunity to write CSS that is straight-forward to implement, executes fast (as in browser reflows and repaints) and easy to maintain. Its two main concepts are separation of structure and skin and separation of container and content.

See also .

Learn more :

58 questions
25
votes
2 answers

modify a css rule object with javascript

Possible Duplicate: Changing a CSS rule-set from Javascript I was wondering if there is any possibility to modify Css stylesheet declarations without going for inline styling. Here is a quick example :