Put this in your stylesheet:
Code:
.toc, .prev, .next {
display: none;
}
Then at the beginning of the featuredcontentglider.js file add the highlighted:
Code:
//Featured Content Glider: By http://www.dynamicdrive.com
//Created: Dec 22nd, 07'
//Updated (Jan 29th, 08): Added four possible slide directions: "updown", "downup", "leftright", or "rightleft"
//Updated (Feb 1st, 08): Changed glide behavior to reverse direction when previous button is clicked
//Updated (Feb 12th, 08): Added ability to retrieve gliding contents from an external file using Ajax ("remotecontent" variable added to configuration)
//Updated (July 21st, 09): Updated to work in jQuery 1.3.x
//Updated (Dec 13th, 09): Added keyboard navigation, so left/ right arrow keys now move glider. Fixed bug with auto rotation when "next" link isn't defined.
document.write('<style type="text/css">.toc, .prev, .next {display: inline;}<\/style>');
jQuery.noConflict()
var featuredcontentglider={
leftrightkeys: [37, 39], //keycode
Bookmarks