Looks really good actually. I’m gonna stick with jQuery because it offers more in the way of non-presentational features, however MoreCSS is impressive!
MoreCSS is a fantastic Design oriented JavaScript library made by YellowGreen which offers a CSS coder lots of new possibilities inside the CSS file itself like creating popups, various effects and better properties control. And also, when you get used it ti, a real time saver!
There's no new syntax to learn and no programming skills needed, file is really small - 6 KB core script (GZIP compressed, 12 KB uncompressed), cross-browser compatible for Internet Explorer 6+, Firefox 2+, Opera 9+, Safari 2+, valid W3C CSS...
You can download latest version directly here or you can go to the download page for changelog and more resources. MoreCSS is very well documented with good descriptions and working examples.
MoreCSS runs automatically on page load and applies the properties written in external stylesheets to the specified elements. You do not need to configure the code or anything. Just include MoreCSS.js and the external stylesheet(s) in your page header. Be sure that you include the stylesheet(s) at first, then MoreCSS.js and at least all plugin scripts.
Syntax Elements
The syntax in MoreCSS is very similar to real CSS, but with some limitations because of performance reasons. But MoreCSS has also some special syntax elements for advanced functions.
Properties
Once you have installed MoreCSS you can use the properties in the same way as regular CSS properties. In the left menu you will find all currently built in properties and working code examples for each property. With plugins you can include special properties for visual effects and more.
Write your own plugins
MoreCSS allows you to write your own plugins using the Library Functions and using the Core Properties
/* HTML */ <table id="example_1"> <tr> <td>Lorem ipsum dolor</td> <td>Lorem ipsum dolor</td> </tr> </table> /* CSS */ tr.blue td { background-color:#D0E3FF; color:#FFFFFF; } /* MoreCSS */ #example_1 tr:every-second-child { add-class: blue; }
Looks really good actually. I’m gonna stick with jQuery because it offers more in the way of non-presentational features, however MoreCSS is impressive!
Awesome, this will save some time!
Cool. It’s not like JQuery or other stuff.
This is really made people who know a bunch about CSS, but few JS.
And that’s me
Sounds very much like JQuery to me except with different syntax. Looks goo so I might try it out.
Nice! I’ve definitely got to try this out. Looks great.
looks very easy to use, thanks
awesome stuff, very helpful!
on December 2, 2008
It looks good. It’s worthy to try it