PDA

View Full Version : CSS List Nav..


geek
03-04-2005, 11:30 AM
Hey guys and gals..
I've been learning css for awhile now, and have grasped most of it. One thing I don't understand, however, is making a navigation with lists, using CSS. Here's a tutorial on exactly what I want (the vertical menu), yet I can't seem to follow the tutorial correctly, because it's not working for me at all. If someone could read this, and try to explain it in more detail for me, that'd be great. (Or, copy/paste the code here, so I can see what you did that I didn't do write, that would be great as well) Just to say - I don't want to use your code if you post it here for me, however, I would like to use it to see what the hell I did wrong in mine.. lol.

Here's the link: CSS List Navigation Tutorial (http://www.csscreator.com/menu/multimenu.php)

toozoo
03-04-2005, 01:21 PM
One thing I don't understand, however, is making a navigation with lists, using CSS. Here's a tutorial on exactly what I want (the vertical menu), yet I can't seem to follow the tutorial correctly, because it's not working for me at all.
Making a navigation menu using lists is one of the most powerful capabilities of CSS. A good thing to master! I can probably help you with this one, if you provide more information (or an example) of where this is failing for you or how far you are getting.

If I had to guess, I suggest looking at the bottom of your .js file. You need to remove the comments as indicated in the very bottom section and select "vertnav".

If that's not the issue, tell me more. I got it to work the way the tutorial explains.

/emily

geek
03-04-2005, 06:12 PM
EDIT:

I got it to work, finally. I messed with it for a minute.. lol. Anyway - instead of trying to write the list myself, i just used theirs, and it works.. so i think i messed up with the lists somewhere. Thanks a lot emily :)