View Full Version : How do you remove the arrows in the jQuery Multi Level CSS Menu #2?
kaecvtionr
06-06-2010, 03:05 AM
I'm trying to modify the code to fit a website I'm designing and I cant find out how to remove the the arrow images from appearing on the menu and still having the menu drop down. I found one way to remove the arrows, but it prevented the menu from working. Can you tell me how?
bokanegro
06-06-2010, 04:54 PM
In jqueryslidemenu.js find this line
//Specify full URL to down and right arrow images (23 is padding-right to add to top level LIs with drop downs):
var arrowimages={down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']}
If you wish to change img you can do it hire in js file, or you can locate class (yellow) in css file jqueryslidemenu.css and set to display:none; to remove them.
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display:none;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:none;
}
infocusweb
06-14-2010, 05:09 AM
hello
i want to know that what types of features available in j query ? and how it work in css ?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.