Blur Menu
Free version 1.0
The button for web site by Tatiana Konstantinova , 2000 lunya@hotmail.com
This vertical navigation menu demonstrates blur effect when you put the mouse over it.You can use your own images as buttons (JPG or GIF formats are supported).Applet can be used for sites with frames. Up to 20 buttons are allowed in one applet. See full parameter list in "Parameters" section.
Examples of HTML
If you'd like to use this applet on your site then you have to upload BlurMenu.class and BlurFilter.class files to your site directory and also upload necessary images (gif or jpg) file(s) of the background (and button pictures). Then just copy and paste code example to your html page. Don't forget to change "codebase" parameter to link your site address. You also should change all images parameters ("images" or "titlesN") to link your images that should be at the same directory with applet classes files.
<applet code="BlurMenu.class" name="BlurMenu" width="198" height="235">
<param name="title1" value="Yahoo">
<param name="url1" value="http://www.yahoo.com">
<param name="title2" value="excite.gif">
<param name="url2" value="http://www.excite.com">
<param name="title3" value="Lycos">
<param name="url3" value="http://www.Lycos.com">
<param name="title4" value="alta.gif">
<param name="url4" value="http://www.altavista.com">
<param name="title5" value="HotBot">
<param name="url5" value="http://www.hotbot.com">
<param name="title6" value="CNet">
<param name="url6" value="http://www.cnet.com">
<param name="title7" value="GoTo">
<param name="url7" value="http://www.goto.com">
<param name="link" value="#FFFFFF">
<param name="vlink" value="#00FFFF">
<param name="but_height" value="30">
<param name="fontsize" value="14">
<param name="image" value="bird.JPG">Sorry, your browser doesn't support Java.
</applet>
Parameters
| Parameter | Example of value | Description |
| image | backgr.JPG | Name of background image in GIF or JPG format. |
| title1..title20 | My page or button.GIF |
You can use up to 20 title parameters-title1, title2 etc. to define the names of the buttons on the menu. If you want to use your own button images (GIF/JPG) in menu then just define full image name instead of title. |
| url1..url20 | http://www.mysite.com | Links of the buttons. Each button defined with "title" parameter should have corresponding "url" parameter - url1,url2, etc. |
| link | #F3C487 | Color of links except current active link |
| vlink | #00FFFF | Color of currently active link |
| window | _top | Name of window where links will be opened.This parameters should be defined if you have frames. |
| but_height | 35 | Integer that defines height of one button at menu. |
| fontsize | 12 | Integer that defines size of font on titles. |
© Tatiana Konstantinova, 2000