mpavel,

I was thinking about knavbar this afternoon and I think I might have a a
cleaner solution:

I like that you are using section, but I think you could leave it empty
in the html and fill it in w/ js

<section id="navigation"><!-- insert knavbar here --></section>

and then to use javascript and E4X to fill it in

Step 1) Include the js in the document
<script src="js/knavbar.js"></script>

2) invoke it after document.ready

$('#navigation').appendChild(knavbar());

what u think?


-- 
Bryan W. Berry
Technology Director
OLE Nepal, http://www.olenepal.org

_______________________________________________
Sugar-devel mailing list
[email protected]
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to