Click to See Complete Forum and Search --> : Cascading Drop-Down Menu?
marfocus
01-21-2003, 05:06 PM
I was looking at the code found at:
http://javascript.internet.com/navigation/cascade-menu.html
My first question is, how do you alter the size of the cascading drop-down boxes?
My second question is, would images look smooth in the cascading drop-down boxes?
My third question is, what is the best way to do a cascading drop-down image menu?
Thanks.
uncle_tungsten
01-21-2003, 05:48 PM
to make changes to the navi menu: after downloading and opening the companion zip file and unzipping. open the file in notepad and edit accordingly.
marfocus
01-21-2003, 06:25 PM
I was looking at the code found at:
http://javascript.internet.com/navigation/cascade-menu.html
And when I try to insert an image instead of the word MENU #1, it has spaces on the right and left of the image. How do I get rid of those spaces?
uncle_tungsten
01-21-2003, 07:18 PM
you should email the person who created this very cool script and ask them. their email address is posted at the bottom of the HTML source code.
.menuBar
{
POSITION: relative;
BACKGROUND-COLOR: transparent;
TEXT-ALIGN: center
}
.Bar
{
BORDER-RIGHT: 0px outset;
BORDER-TOP: 0px outset;
FLOAT: left;
BORDER-LEFT: 0px outset;
WIDTH: 100px;
CURSOR: hand;
TEXT-INDENT: 0px;
BORDER-BOTTOM: 0px outset;
POSITION: relative;
BACKGROUND-COLOR: transparent;
TEXT-ALIGN: center
}
marfocus
01-22-2003, 10:38 AM
I've tried everything I can think of and I still can't get it to do what I want. How do I get rid of those spaces?
Can someone help?