Hi Nicole and Folks
I'm an “experienced” (OK, I’m older then most of you) developer, but a
newbie into this WEB World.
If you find it useful, you can know more about me here:
http://www.marcric.com/
In the Web development field, I have chosen Ruby as language, Ruby on
Rails as framework, and of course I'm studding HTML and CSS.
As could be expected, my CSS studies bring me here, so…
Topics I’m particularly interested so far.
Extend mechanism:
http://groups.google.com/group/object-oriented-css/browse_thread/thread/54980c04027fc49e?hl=en
Content style vertical rhythm
http://groups.google.com/group/object-oriented-css/browse_thread/thread/d3680dc58ec1c210?hl=en
I like the "OOCSS-content-styles-vr.zip" example provided by Murray
Nuttall, in which he introduces the "flat-list crumbs" navigation bar.
The only problem in his approach (IMHO) was that he implements the
horizontal navigation bar and other cool elements inside the
"content.css".
I would like to do something close to it but on a separate file, but
don't know exactly how:
Would be great if oocss have a "nav.css" extending "content.css"
The basic navigation bars name (my vote), would be: navbar, so:
• navBar extends simpleList
• navBars could be horizontal and vertical
• navBars could be “crumbs”, tabs, etc.
• navBars should be extended by some "complex" associated elements
like: bullets, transparency, borders, etc.
I was thinking about something like the way “talk_skins.css” extends
“talk.css”.
There are some other cool elements that could (or need) to be added in
oocss framework:
Add the “complexity” of hidden elements for accessibility help.
Add more “complexity” in horizontal bars, with many different styles.
Could anyone help me on this?
I have started my homework, and created an “oocss live sample”, here:
http://www.oocss.marcric.com/public/
I would like to turn it as close as possible with the original one,
here:
http://wp-themes.com/carrington-blog/?TB_iframe=true&width=1161&height=653
If you do like the challenge, you can download the entire project from
here:
http://www.oocss.marcric.com/public/my_blog_oocss_sample.zip (1,072
Kb)
And start doing it right now.
Any comments or positive critiques are welcome.
Regards.