Dav Glass![]()
This module attempts to localize the CSS Reset to a specific node.
It scopes the rules found in the YUI reset.css file to the node that it's plugged into.
<script src="http://yui.yahooapis.com/3.1.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2009.12.08-22'
}).use('gallery-node-reset', function(Y) {
var node = Y.one('#demo');
node.plug(Y.Plugin.NodeReset);
});No forum posts for this module.
© 2010 YUI Library - Site Credits