Home
Basics:


How does a Web page work?

What is HTML?

What is a URL?

How do I get started?

How do I make graphics?

Search engine listings

Online safety

Decrease site load time
HTML:


Basic tags

Advanced tags

Page set-up

Backgrounds

Text

Fonts

Hyperlinks (text and images)

Add images

E-mail links (mailto)

Forms

Border backgrounds

Page anchors

Numbered & bulleted lists

Horizontal lines

Text areas

Server side includes (SSI)

Custom 404

Prevent direct linking

Div layers
Frames:  basic and advanced frames
Tables:  basic and advanced tables
CSS:


No underline on links

Link Mouseovers

Absolute positioning

Background images

Cursor attributes

Custom scrollbar
Color: RGB hex color chart

Hex to decimal conversion

Color slider (choose from millions of colors)
Java:


Cool DHTML and Java Scripts for your Web site

Chromeless Windows

Alerts

Prompts

Falling objects

Floating objects

Hover buttons

Mouse Fireworks

Alphabet cursor

Lake & snow applet

Mouseover images

Frame break

No right click script

No left click script
Fun Stuff:


Image maps

Glowing Text

Alt symbols

Drop-down navigational menu

Music

Guestbooks

Scrolling marquees

Counters
Neopets HTML help
Tools:


Graphics

Web hosts

Remotely hosted CGI

Guestbooks

Counters

Validators

Web-based e-mail

Software
Awards
E-Postcard:  Make someone's day, send an e-postcard!

Custom Trailing Cursors

Sarah's Useful Web Stuff


Please visit my:
E-postcards
Online Store
New Guestbook
Forum

This site has been happily hosted since November 16, 2000 by:
Dreamhost:  tell them lissy sent you =)
Need an awesome host for your Web site? Choose DreamHost and tell them "lissy" sent you. Plans start at $9.95 a month.



E-mail Lissa






ad


Java


How do I make snow fall on my Web page?

How do I make a trailing cursor with text?How do I make hover buttons?

How do add sound on hover?

How do I change hover attributes?How do I make a lake applet?

How do I make a snow applet?

How do I make a Hawk Ray applet?

How do I make my images change on mouseover?How do I make a pop-up window?

How do I add a framebreak to my page?How do I make JavaScript prompts and alerts?More JavaScript
lineMore JavaScript

Penguin
How do I make hover buttons?
How do add sound on hover?
How do I change hover attributes?
How do I use my own images on hover?
Bird



How do I make hover buttons?   Hover buttons are really cool. You can have great effects on your page without having a graphics program. You first need to download this zip file which contains 2 .class files, fphover.class and fphoverx.class. You need to unzip this file with a program like WinZip (you can download this program for free from the net). You need to upload both of these files to your server (unopened), into a subdirectory that you HAVE to call _fpclass. Not all Web hosts allow you to have subdirectories, if you can't create a new folder (subdirectory) then you won't be able to use this applet. Also remember that this only works on Internet Explorer, and not on Netscape (actually, I have the oldest version of Netscape on the planet, and it works on mine...I can't figure out why hehe=).

Download hover classes here.


Next you have to add this code for each button you want on your page. You can change the information in bold to customize your button:

<applet code="fphover.class" codebase="../_fpclass/" width="125" height="30">
<param name="text" value="Home">
<param name="color" value="#ff00ff">
<param name="hovercolor" value="#966ff">
<param name="textcolor" value="#ffff00">
<param name="effect" value="glow">
<param name="url" value="http://www.lissaexplains.com" valuetype="ref">
<param name="font" value="arial">
<param name="fontstyle" value="bold">
<param name="fontsize" value="18">
</applet>


Here is a sample:



If you need to target frames with the hover button, you need to add the following code on the next line after param name="url", changing "rightside" to your frame name:

<param name="target" value="rightside">

up


How do add sound on hover?   Adding sound is really easy. The hard part is finding sound files to use. You have to use a sound file with the extension .au and these can be hard to find. Try to keep the sound file to 1 or 2k so that loading time is faster. My sound files are only 1k. To add sound to the hover button, just add this line of code in the above code, make sure you upload your sound file, also you need to upload your .au file to your _fpclass folder:

<param name="hoversound" value="yourfilename.au" valuetype="ref">

This is the effect you get, cool huh?



You can actually add two sounds to a button, one for hover, and a different one for when the button is clicked. For example:



You just add this line of code, to the hover button code, with your own sound file substituted:

<param name="sound" value="yourfilename.au" valuetype="ref">

up


How do I change hover attributes?   The table below shows you the different attributes you can give your hover buttons. Just change the effect in the code above to add the different attribute.

glow
lightglow
reverseglow
bevelin
bevelout
average
fill


up


How do I use my own images on hover?   If you have a graphics program like Paint Shop Pro or Photoshop, you can make your own images for hover buttons. You can use this code, just subsitute your own image names in the 2 hover tags:



<applet code="fphover.class" codebase="../_fpclass/" width="92" height="44">
<param name="bgcolor" value="#000000">
<param name="url" value="http://your address" valuetype="ref">
<param name="image" value="imagename1.gif" valuetype="ref">
<param name="hoverimage" value="imagename2.gif" valuetype="ref">
<param name="sound" value="yoursoundfile1.au" valuetype="ref">
<param name="hoversound" value="yoursoundfile2.au" valuetype="ref">
</applet>


up


The fphover classes are ©Microsoft and are available along with a lot of other cool scripts on the Microsoft Frontpage 2000 program.






Copyright 1997-2016 Lissa, All rights reserved
This Web site is registered with the Library of Congress Copyright Office.




This site is
happily hosted by:
Try Dreamhost and enter promo code <b>LISSA06</b> for $10 off any plan!  Plans start from $7.95



Follow me on Facebook

The Font Factory