I recently updated my .create() add-on for the YAHOO.util.Dom tools and forgot to post any info on it
You can see the examples here..
The updates include:
- Fixed an issue with single style lines with an (;) at the end of the declaration
- Fixed an issue with style declarations that have more than one dash (-) in the name (list-style-type)
- Added support for listener calls in the attribute object:
listener: [eventAction, function, base, scope] get's translated into: YAHOO.util.Event.addListener(elm, eventAction, function, base, scope); - Added support for re-ordering the arguments.






Your site is perfect!