“ If you add a new menu, you need to add its ID here too */ #afda ul li, #dbm ul li, #mystatus ul li, #talkm ul li { float: none; border: 1px solid #aaaaaa; border-top: none; text-align: center; background: #F8FCFF; background-color: #FFFFF0; clear:both; display: block; } .tabmenu:hover ul { display: block ”
Summary
“Bookofjude/header cleanup”, is a work by . It explores elements such as tab, accesskey and button.
Quotes from Bookofjude/header cleanup ()
“ Optional. // //* title is the tooltip title that gives a longer description // of the button; if you define a accesskey, mention it here. Optional. // //* key is the char you want for the accesskey. Optional. // //* after is the id of the button you want to follow this one. Optional. // var na = document.createElement ('a') ; na.href = url; na.appendChild (document.createTextNode (name) ) ; var li = document.createElement ('li') ; if (id) li.id = id; li.appendChild (na) ; var tabs = document.getElementById (where) .getElementsByTagName ('ul') [0] ”
