Seven examples of YUI panels Following are some implementation examples (of increasing complexity) of the YUI panel widget. Panel allows you to show a small panel on the screen to provide extra information. If you want the information to be available without JavaScript, you'll have to use the following HTML for a panel: <div id="the_panel_id"> <div class="hd">Header One</div> <div class="b