/*
Highlight Table Cells Script-
Last updated: 99/01/21
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.parentElement.style.backgroundColor=highlightcolor
}
function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.parentElement.style.backgroundColor=originalcolor
}
Category System:
Add a new category
New category attributes:
Name:
Sort order:
Notes/Description/Examples:
Choose a parent category if this will be a sub-category.
If not, choose "Top Level Category".
[Top Level Category] (no parent)
Wyszukiwarka