Hibi Experiments
This page is dedicated to random experiments. Nothing really exciting should be here though.
Note that p means the numbers of pages.
iframed nav
<iframe src="_menu.html" height="100%" width="140px" style="position: fixed; border: none"></iframe>
- Modifying the menu is p - 2 times easier, index and _menu are manual
- Pure HTML implementation
- Minimizes size of each individual page
- Recursive by directory
- iframe style has to be applied directly
- Cannot embed interframely (parent and child sharing js and css)
Non-standard tags for markup
h-grn and h-red are being used in this page.
- Compact syntax
- Standards non-compliant
- Risk of name collision
- Risk of incompatibility