A Slacker's Guide to Dynamic HTML [5k] I Take it Back! [5k]
DHTML SCRIPTS
Menu/Navigation
Special Effects
Images
Forms
Text/Announcements
Windows/Pop-ups
Clocks/Countdowns
Miscellaneous

3-State Hi-Lite Menu

Instructions::
The code of Step 2 illustrates what must be done to a standard table to have the effect applied to its cells. Firstly, have present the onMouse...code inside the <table> tag itself, as follows:
<table onMouseover="over_effect(event,'outset')" onMouseout="over_effect(event,'solid')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')" style="background-color:#F0F0F0"> Secondly and finally, for each of the table cells (<td>) that you wish the effect to be added to, add the class=... code inside it: <td class="menulines">.......</a>

This goes in the HEAD of your document.

Select All & Copy

This goes in the BODY of your document.

Select All & Copy


Home - Sitemap
Complete HTML Guide - Free Downloads for Webmasters - Tips & Tricks - Tag Reference
Style Sheets Tutorial - JavaScript Library - Dynamic HTML Script Library - XHTML Primer

dhtml/template.html

BIGGER ARCHIVES
MORE INFO
Everything I am not
http://www.dynamicdrive.com
http://www.dhtmlzone.com
http://www.dhtmlshock.com


Popular Scripts
Find in Page
Let it Snow!
Auto Select & Copy
Announcement Box


Just about every Dynamic HTML script on this site is ©opyright Dynamicdrive.com, DHTML Zone, DHTML Shock, or the person whose name appears in the credits to the script. Let it be known that I wrote NONE of them.