|
Drop-Down Hierarchical Menu
I get lot of queries about the Drop-Down Menu
on this site. I will convert this into an extension when I have
free time. In the meantime, if you want to implement this in your
web page, you can download this sample file and adapt it to suit
your requirment.
Download
Drop-Down Menu
Like all good things on the net, this too doesn't
work on the Netscape browser. So you may have to restrict this
to your IE based sites and Intranets. If you are interested in
this type of Hierarchical menu to work on both IE and NS, check
this site http://www.dynamicdrive.com/

Colored Scroll Bars
If you are using IE 5.5 or above, you may notice that
this page has scroll bars in Green to match the site color scheme.
This can be created by adding the following tags in the HEAD section
of your page. If there are takers for this, I may convert this
into an extension. Just let me know :-)
<STYLE TYPE="TEXT/CSS">
<!--
BODY {
font-family:verdana;
font-size:70%;
scrollbar-base-color:#009999;
scrollbar-darkshadow-color:green;
scrollbar-face-color:#009999;
}
-->
</STYLE>

|