View Full Version : HV Menu
CRE8VIE
05-23-2008, 08:39 AM
1) Script Title: HV Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm
3) Describe problem:
Does anyone know how to remove the background colour?
Thanks
John
molendijk
05-23-2008, 09:26 AM
Immediately after the comment on top of exmplmenu_var.js, replace the first 9 vars with this:
var NoOffFirstLineMenus=5; // Number of first level items
var LowBgColor='white'; // Background color when mouse is not over
var LowSubBgColor='white'; // Background color when mouse is not over on subs
var HighBgColor=''; // Background color when mouse is over
var HighSubBgColor=''; // Background color when mouse is over on subs
var FontLowColor='black'; // Font color when mouse is not over
var FontSubLowColor='black'; // Font color subs when mouse is not over
var FontHighColor=''; // Font color when mouse is over
var FontSubHighColor=''; // Font color subs when mouse is over
Arie Molendijk.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.