| Web Menus |
Expand Menu Studio
*NEW* Construct and maintain multi-level menus with this complete menu solution. Includes a menu editor and 50 menu design templates.
Read More...
Mercury Buttons
Dynamically build graphical web buttons and tabs in just minutes. No images required!
Read More...
Fission Menu
Quickly turn a single image into a stylish themed panel of web buttons with the minimum of effort!
Read More...
eXpand
The classic 2-level menu applet. Dynamically expand sub-menus as you move over top-level menus.
Read More...
|
| Banners |
Spotlight Banner
Create fantastic eye-catching lighting effects with the Spotlight applet.
Read More...
|
| Security |
Abstract e-mail
Abstract offers a truly simple solution to protecting e-mail addresses on your site.
Read More...
|
|
|
 | 3. Fonts | |
3.1 Font Types The font used to display the e-mail link can be altered through the FontName, FontSize and FontStyle parameter values.
Most browsers will be capable of displaying the following font types; 'Dialog', 'DialogInput', 'Monospaced', 'Serif', or 'SansSerif'. By default, 'SansSerif' will be used if you do not provide a FontName parameter.
Note that just because a font type can be displayed on your computer doesn't mean everyone will see the same font. Different computers can have different fonts installed - it's best to avoid using obscure fonts.
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
3.2 Font Styles The font in which the e-mail link is displayed in can be shown in different styles, such as bold and italic. This is achieved through the FontStyle parameter.
The FontStyle parameter can have the following values:
| Value | Style | | 0 | Plain | | 1 | Bold | | 2 | Italic | | 3 | Bold and Italic |
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
3.3 Font Sizes The font in which the e-mail link is displayed in can be shown in different sizes through the FontSize parameter.
The FontSize parameter value can be in the range 6-48. Choose your font size carefully as too high a setting may make your text larger than the height or width of your applet.
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
3.4 Colors You can specify the color of your displayed e-mail link through the FontColor parameter value. The FontColor value is a hexadecimal number in the range 000000-FFFFFF. This is a fairly standard RGB notation for color values.
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
You can also instruct Abstract to automatically change the e-mail link color when the mouse pointer moves over the applet. This is achieved through the HighlightFontColor parameter value.
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
For further information on the way color values are represented, take a look at the Color Model information page.
|
|
|