Difference between revisions of "Template:KentMenu"
Jamesaston (Talk | contribs) |
Jamesaston (Talk | contribs) (Undo revision 128397 by Jamesaston (talk)) |
||
Line 7: | Line 7: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#fakemenu").append($("#menubar li")); | ||
+ | $("#top-section").remove(); | ||
+ | |||
+ | }); | ||
+ | /* | ||
+ | sfHover = function() { | ||
+ | var sfEls = document.getElementById("menu").getElementsByTagName("LI"); | ||
+ | for (var i=0; i<sfEls.length; i++) { | ||
+ | sfEls[i].onmouseover=function() { | ||
+ | this.className+=" sfhover"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() { | ||
+ | this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | if (window.attachEvent) window.attachEvent("onload", sfHover);*/ | ||
+ | </script> | ||
</head> | </head> | ||
+ | |||
+ | |||
+ | <div id="preloader"> | ||
+ | <div class="loader-gplus"></div> | ||
+ | </div> | ||
<header id="top-header"> | <header id="top-header"> |
Revision as of 13:19, 25 August 2015