Simple status box for the sidebar.
[elgg_plugins.git] / yui / examples / button / index.html
blobc2e82867535d791e4d72d19cae29d93d144edabc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"><html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Examples: Button (YUI Library)</title>
6 <link rel="stylesheet" type="text/css" media="screen" href="../../docs/assets/examples.css">
7 <style type="text/css">
9 ul {
10 margin:0 40px;
13 li {
14 margin-bottom:1em;
17 li a {
18 font:85% verdana;
21 li a:link {
22 color:#666;
25 </style>
26 </head>
27 <body>
28 <div id="doc">
29 <div id="hd">
30 <img src="../../docs/assets/logo.gif" alt="Yahoo!">
31 <h1>Examples: Button (YUI Library)</h1>
32 </div>
33 <div id="bd">
35 <ul>
36 <li><a href="example01.html">Push Buttons</a></li><li><a href="example02.html">Link Buttons</a></li><li><a href="example03.html">Checkbox Buttons</a></li><li><a href="example04.html">Radio Buttons</a></li><li><a href="example05.html">Submit Buttons</a></li><li><a href="example06.html">Reset Buttons</a></li><li><a href="example07.html">Menu Buttons</a></li><li><a href="example08.html">Split Buttons</a></li></ul>
38 </div>
39 </div>
40 </body>
41 </html>