|
-
Oct 3rd, 2000, 11:06 AM
#1
Thread Starter
Evil Genius
-
Oct 3rd, 2000, 11:54 AM
#2
<TABLE>
<TR><INPUT NAME="About" TYPE="button" VALUE="ABOUT ME" style="HEIGHT: 24px; WIDTH: 149px" TR<>
<TR><INPUT NAME="Mail" TYPE="button" VALUE="MAIL ME" style="HEIGHT: 24px; WIDTH: 149px" TR<>
<TR><INPUT NAME="Program" TYPE="button" VALUE="PROGRAMMING" style="HEIGHT: 24px; WIDTH: 149px" TR<>
<TR><INPUT NAME="Joke" TYPE="button" VALUE="JOKES" style="HEIGHT: 24px; WIDTH: 149px" TR<>
<TR><INPUT NAME="Site" TYPE="button" VALUE="OTHER SITES" style="HEIGHT: 24px; WIDTH: 149px" TR<>
</TR>
</TABLE>
-
Oct 3rd, 2000, 03:35 PM
#3
Frenzied Member
If your looking for how they did it, they have two external files to their page, a .js javascript file that contains functions that change the classname of the TD tags of the menu bar, and a .css stylesheet that contains all of the style classnames that describe the 3d look to the borders. It's a bit more complicated but is very fast to load and using no images for the transition effect.
A simpler but more server intensive way is to create two images one that is loaded on the page initially and another that is loaded on the onmouseover event and just switch between them onmouseover and onmouseout. The downside is the images will have to load and it will not act as snappy as the stylesheet solution.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|