Click to See Complete Forum and Search --> : Category Menu's / Sub Menu's


Haplo
03-15-2003, 01:55 PM
Alright.. I'm trying to get something for my site.. it's in frames, and on the left frame, I have too many links.. so I want to have something like one button could say "Search Engines", you click on that, and in smaller text-link a bunch of links appear beneath it, pushing the rest of the page down... (just an example!)

Something like this http://javascript.internet.com/navigation/category-menus.html

Except without the colors/graphics, etc... I only want the text links. Can anyone help!? I can't seem to find it anywhere.... thanks!

khalidali63
03-15-2003, 02:02 PM
You can use the same script,
just do a bit of change.

in the code look for this css code segment
.submenu
{position: absolute;
left: 25px;
width: 120px;
border: 1px solid black;
background-color: yellow;
layer-background-color: yellow;
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
visibility: hidden;}

and from the above code remove these 2 lines

background-color: yellow;
layer-background-color: yellow;

This should take care of the background

Cheers

Khalid

Haplo
03-15-2003, 02:17 PM
Alright.. I've been tweaking the script, and here's where I got

http://www.angelfire.com/falcon/haplo/test.html

Problem is, when I click one, it no longer pushes the page down, and that stupid border is still there.... I'm at a loss as to how to proceed further. :confused:

khalidali63
03-15-2003, 02:33 PM
Ohh well.

here you go..

Here is the link

http://68.145.35.86/temp/menu/menus.html

Cheers

Khalid

Haplo
03-15-2003, 02:45 PM
Thanks alot for your help.. think I got it now. :D