CrazyRob
Oct 3 2006, 05:18 PM
| | hi eveyone for my new site i want to create a css dropdown menu
the image has what the menu needs to look like.
but beneth all the links when you need to click on them another set needs to dropdown how can i achieve this.
|
Reply
jlhaslip
Oct 3 2006, 05:36 PM
Try here: http://www.csscreator.com/menu/multimenu.php for the html and javascript coding Also, make certain that you also use the Style Generator on the same page (bottom of the right hand column) to generate the CSS for it.
Reply
CrazyRob
Oct 3 2006, 05:47 PM
i dont think thats what i need here is what i want the menu to look like, but icant workout how to have a css menu that does just that. Click to view attachment
Reply
truefusion
Oct 3 2006, 05:53 PM
Using the "hover" pseudo-class, and unordered lists can achieve what you want. You'll find many ways on how it can be achieved here: http://css.maxdesign.com.au/listamatic2/
Reply
CrazyRob
Oct 3 2006, 06:04 PM
tose menues are more along the lines of what i need. i dont rely know css i know simple commands but not a lot.
Reply
truefusion
Oct 3 2006, 06:09 PM
QUOTE(mxweb @ Oct 3 2006, 02:04 PM)  tose menues are more along the lines of what i need. i dont rely know css i know simple commands but not a lot. I see. Well, maybe i can do a "quicky" of what you need and post back later. Though, no promises. 
Edit: Ok, i managed to pull off what i think is what you want. Here's the CSS for it: CODE .main { list-style: none; }
.main li:before { content: " > "; }
.nest { list-style: none; font-style: italic; padding-left: 20px; }
.nest li:before { content: " - "; }
ul.nest { display: none; }
ul.main li:hover ul.nest { display: block; } And here's the HTML for the list: CODE <ul class="main"> <li>Web Design
<ul class="nest"> <li>Reseller</li> <li>Shared</li> </ul>
</li> <li>Website Design</li> <li>56k Dial-Up Internet
<ul class="nest"> <li>Information</li> </ul>
</li> <li>Domain Registration</li> <li>Merchant Accounts</li> <li>Reseller Program</li> </ul>
Reply
CrazyRob
Oct 4 2006, 05:29 PM
ok thanks that helped bu after testing it i found that having it drop donw directly under was not rely nav frendly. how do i now hav the menu so that when you click on a menu the sub menu comes out to the right?
Reply
truefusion
Oct 5 2006, 01:28 AM
Remove: CODE ul.nest { display: none; }
ul.main li:hover ul.nest { display: block; } from the CSS. Add: CODE <script type="text/javascript" language="javascript"> //<![CDATA[ function dd(id){ if (document.getElementById){ obj = document.getElementById(id); if (obj.style.display == "none"){ obj.style.display = "block"; } else { obj.style.display = "none"; }}} //]]> </script> in the HEAD tag. and replace the previous list with this one: HTML <ul class="main"> <li><a href="java script: dd('nest1');">Web Design</a>
<ul style="display: none;" class="nest" id="nest1"> <li>Reseller</li> <li>Shared</li> </ul>
</li> <li>Website Design</li> <li><a href="java script: dd('nest2');">56k Dial-Up Internet</a>
<ul style="display: none;" class="nest" id="nest2"> <li>Information</li> </ul>
</li> <li>Domain Registration</li> <li>Merchant Accounts</li> <li>Reseller Program</li> </ul>
Reply
CrazyRob
Oct 5 2006, 01:18 PM
ok i did that but i get an error Firefox can't find the file at /C:/Documents and Settings/Rob/Desktop/mxscript/site/java script: dd('nest1');. what have i don wrong?
Reply
truefusion
Oct 5 2006, 07:26 PM
The thing is, when i inserted "javascript", it got outputted as "java script". Just remove the space inbetween. Must be a security feature for the forum.
Reply
Recent Queries:--
free css dropdown menu - 120.67 hr back. (1)
-
html drop down menu slow - 191.18 hr back. (1)
-
drop down menu image rollover - 209.48 hr back. (1)
-
free css menu - 255.09 hr back. (1)
-
free dropdown menu - 294.22 hr back. (1)
Similar Topics
Keywords : css, dropdown, menu
- C# Enable Winform Plugin
This article enables your C# Winform application to have flexible menu (0)
Creating A Floating Javascript Docking Menu
(1) I have found two scripts. I found one(shown bellow) here that creates a floating box that will
follow you down the page when you scroll. I found another one here that creates a docking menu
like that of OSX. Now I want to combine these effects to create a docking menu that floats and
follows you everywhere you scroll to on the page. In the above code I change the div class from
floatdiv so that it could use the style in the style.css that came with the docking menu. I then got
stuck trying to make both JavaScript scripts work on the same div. I'm appealing ....
Helpful Registry Edit For Java Programmers
Command Prompt on right click menu (2) With this registry edit you can easily open the current folder in prompt without going through any
Change Directory commands (cd). This is useful for people like me who are programming in JAVA, and
every time to create class files and test them I have a diificult time just entering the commands in
Prompt. But if you don't want to use this registry edit you can create the directory in
C:\ drive like C:\files so you have to navigate very little in prompt. If you are
experienced in regedit you can do it yourself shown below OR download the attachment and app....
Creating Navigation For Html Websites
Have a common navigation menu for the whole website! (12) Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
and organization. Designing a proper navigation system is a basic step in building your website. If
you are developing webpages in html you would have observed that as you go on creating pages it
becomes difficult to maintain the links to the pages. This article will guide you in developing a
common navigation menu for your website. It describes three ways, so if you don'....
Speed Up The Start Menu
if you feel your start menu is gonig slow here is a solution (7) The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key.
Fire up the Registry Editor and navigate to the following key: HKEY_CURRENT_USER \ Control
Panel \ Desktop \ MenuShowDelay By default, the value is 400. Change this to a smaller
value, such as 0, to speed it up. If this doesn't work for some reason, then you might try the
following: Navigate to Display Properties then Appearance then Effects and turn off the option
titled Show menu shadow. You will get much better overall performance. ....
How To Enable Or Disable Highlight Programs Feature In Start Menu
(3) How to enable or disable Highlight programs feature in Start Menu As you know, windows Xp
Highlights new installed soft wares , this feather able you to find new installed soft wares easily.
To enable or disable this feature do following 1- Go to Start Menu > Click on Run and then type
"regedit" and press ok to run Windows Registry Editor 2- Go to following address: CODE
HKEY–current–USER\Saftware\Microsoft\Windows\CurrentVersion\explorer\A
dvanced 3- Create a new DWORD and name it as Start – Notify New Apps and give it value of....
How To Remove All Programs From Start Menu
(1) How to remove ALL PROGRAMS from Start Menu 1- Click on Start menu > click on RUN and type
"regedit" and then press OK to open Windows Registry Editor. 2- Go to following address: CODE
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
3- Create a new DWORD and name it as "NoStartMenuMorePrograms", and give it value of 1 to remove
All Program from Start Menu. 4- Close Windows Registry Editor and restart your computer. Added
later: how to Remove default icons from Start menu To Remove default icons such as My Docu....
Reducing Windows Vista Start Menu Programs Response Time.
How to do it. (4) If you have been using Microsoft Windows Vista for quite some time, you would have noticed that
installing a number of programs/softwares into your computer considerably slows down the response
time of your start menu program folder, sometimes up to one second or more before the programs
listed in a particular start menu folder is displayed. Worst of all, if you are trying to launch a
program from you start menu which is within another start menu prrograms folder. Well, I have found
a way to bypass this very annoying thing in Windows Vista. I have about 98 start menu en....
Content Or Menu First In The Html?
What should be placed first? (2) Alright, I am currently re-designing my site because it still uses tables for layout /blush.gif"
style="vertical-align:middle" emoid=":blush:" border="0" alt="blush.gif" /> Anyway, while I was
working with the new code, I realised that with the CSS I was using, I could place the menu DIV
before or after the content, and both would work fine. However, which solution is best for SEO?
Should the content appear at the beginning of the HTML, or should the menu appear before the content
in the HTML (the location when rendered with CSS would be the same). Some sites have the....
How To Show The Menu View In Asp.net?
(0) Hai Guys, I am using asp.net for designing a web site. But i can't able to show the menu view
in the page. Pls help ?.....
Rolling Menu
(2) Hi ,does anybody know some code for make menu like at picture? When you click at some name at that
menu it will redirect you at site what you will set. Some codes..Please i need it fast /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks for help.....
Double Dropdown
Disable the second until first is selected (2) Allright so heres the deal.. Im trying to make a 3 teir dropdown Sort, Order, User both will be
populated by a database so dont worry about the content inside of them they will be the same stuff
in both but in a diffrent order by using php (ajax i guess is what it is since its javascript with
php lol) CODE <html> <head> <script
src="selectuser.js"></script> </head> <body> <?php
$c=mysql_connect ("localhost", "database", "password") or die
('I cannot conne....
Iframe Menu Question
(1) I am trying to make a menu for my site. I made an HTML page with the text/links of the menu, then I
embedded that page in all the main "content" pages using an iframe. The problem is that whenever I
click the links in the menu they open INSIDE of the iframe instead of switching the whole browser to
the page the link is directed to. I hope I'm not TOO hard to understand. /wink.gif"
style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> Oh, and on this page it has
the perfect example of what I want. http://www.w3schools.com/tags/tag_iframe.asp See ....
How To Add Items To My Computer Right Click Context Menu.
(0) How to add items to My computer right click context menu. Here I would like to tech you, how you
can add some major commands and controls to My computer right click context menu. Here you can add
following commands and controls to right click context menu: Search ، Disk Cleanup ،
Control Panel ، Registry ، Services ، System Restore ، Logoff ،
Shutdown ، Restart and … First download below *.reg files by Internet Explorer or a Download
manager like DAP . ( don't download these file by Opera or Firefox!!). Aft....
Making Dropdown Menu In The Navbar [resolved]
How do you do it? (1) I have IP.Board 2.2.2. Does anyone know how or know where a tutorial on how to make those drop-down
menus? I kinda wanna use 'em on my site. Just post it here if you know how. Thanks! EDIT-
Heh heh I found I found it now!....
How To Hide My Documents , Properties Menu And Drives In Windows Xp
in windows XP (0) How to hide My Documents icon from your Desktop 1- Click start menu > click Run to open Run
dialog box. Type regedit to run Windows Registry Editor. 2- Find following address: QUOTE
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\C
LSID 3- Open QUOTE {450D8-AD25-11D0-98A8-0800361B1103} tree. And then click on
(ShellFolder). 4- In the right panel create a new DWORD Value and then name it "Attributes". 5- To
hide My Documents Icon, give it value of : f0500174 6- To show My Documents Icon, give it value of :....
Can I Make Dynamic Menu In Php
is it posible to make dynamic menu in php without javascript (7) As there are many java script by which we can have event based interaction like,message on mouse
over etc,that we can create dynamic menu in javascripts to make navigation bar ,but is it possible
in php to have this acomplished without javascripts,i am new to php,is it possible?. Thanks....
Menu Errors In Internet Explorer
(4) I am not sure if this is the correct section, but this is related to HTML. I have some menus at the
top of my forum, which work perfectly in Firefox. But my members started complaining that they were
not working correctly, and when I tested it in Internet Explorer, I found that only two of the menus
show up, and the others show up as plain text below. Here is a screenshot of what the menus look
like in the two browsers: I have thought of something though. The HTML i used for my menus was
the only code I could find for to make some menus. But I noticed that this forum....
Editing Drop Down Menu In Php
(3) suppose i make a dropdown menu having value 1, 2, 3, 4, 5, one option can be selected, and selected
option is stored in database. now i create an edit page, how do i display the selected value in the
menu and other values in dropdown, for example, Menu is like Select One 1 2 3 4 5 and i select 3,
this 3 is stored in database, now on the edit page i want to show 3 as already selected, something
like that.. QUOTE 1 2 3 4 5 I will be very thankful, if
someone could help by explaining how do i make option 3 as selected.. eg. how i....
Simple Dropdown Help Pls.
(1) I want to create a simple dropdown menu, which gets data from mysql.. but i need some help... that,
for example, my dropdown menu looks like -- Select -- Option1 Option2 Option 3 im not getting the
right syntax to get the selected option and then do something with that selected option.. e..g if i
select option1, i want to print.. "option 1 selected" etc. can someone help me with this pls.....
Web Page Tree Menu: Style Sheet - Javascript
(6) I got bored and lazy working on the things that I should do... so I end up creating this tree menu
for anyone to use if they find it interesting. Well the idea is to create a tree menu in a webage.
Instead of those linear menu it would be better to add more dynamic to your webpage with a tree
menu. Others use image rollovers. As expecte the tree menu should behave like the one in Windows
Explorer. When you click a node depending on its state it will pull down or pull up its chlid nodes.
I have achieved by exploiting one style sheet property, display . Basically this s....
How Do You Make A Dropdown Menu?
with css (13) Hi, i want to know how to make a horizontal drop down menu with css? i am not talking about the ones
that have like an arrow where you click for options.. but when you hover over the buttons, other
buttons drop down below..i have seen some tutorials but i couldn't understand how they did it..
so if anybody knows how to make one and if you can put it here or if you have a link where i can
find some.. that would be great.. Thanks....
How To Build A Pure Css Using Online Tools Tutorial (part 4)
Vertical Nav Menu (0) Step 4 Vertical Nav Menu The next step is to add in a basic rollover menu so I bring you to the
following online tool: Menu Generator Now with this online tool you can not only create
vertical but also horizontal rollover menus. Since we will be doing a Verticle menu we will keep it
on that option. Now the next part is deciding if we want it fixed, relative, or absolute. If we
have learned anything it is insane trying to make a absolute or fixed position work perfectly for
all three browsers (IE, FF, Opera). So to keep our minds sane we will use relative,....
Css Menu -- A Little Help Needed
i want a cool menu (4) ok, basicly i learned on trap17 that tables are bad for webdesign beacouse of their slow loading and
incompability with browsers. since i have some html, css and even php skills (very little indeed but
i have the will) i'm building this new website for local alternative club. i have enough time to
build it, so it means i can practice on those skills.. i basicly know how to build css website (and
i have a good book about it /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> ) so i wont bother you much with all of it, just this menu i ....
Flash Menu
(3) i decided to make a cool menu for one of the skins for my website.
http://switchfoot.ifastnet.com/index4.php check out the menu on the left hand side (3 different
flash files) and it's really cool the top on e is a simple animation, the middle one are
rollover links and the last one is a motion tween which stops when you hover over it also on this
menu http://switchfoot.ifastnet.com/menu.swf what can i do to make it more interactive?....
No Frames, But Still A Nice Menu?
(11) Hi, So apparently frames are not done anymore. The nice thing about frames was, that you could have
a nice menu, which was always positioned at the same spot. I am currently constructing a Joomla
page, as I am working on a website that has to be eddited by people that don't know too much
about html. Is there any way to get a menu that does not move while scrolling down? Please help.
Marco ....
Help With Nav Menu Error
(5) my webpage http://switchfoot.ifastnet.com/index.php has something wrong with it, as soon as you
load the page the menu appears on the right then goes to it's spot on the left, any help? As
Soon As Poosible would be nice but there is no rush really.... (only hosting it there for now, when
i finish the website it will be moved to trap) Title needs to be more discriptive then just
help, so as to get a better answer from the members. ....
Menu Creator
(6) Pedropump and I had a conversation about this in the shoutbox. He did give me a link to a menu
creation system that didn't work for me. So now I'm stuck thinking, "where in the heck can I
find a free navigation(menu) creation system". Yes, I know others have made a similar topic, but tey
didn't fit my criteria of a good menu creation. 1. free and ad-free 2. Able to desgin online
with no downloads 3. proffessional, not cheap looking 4. NO HTML 5. No menus that say "Free menu
design, or say the creators name" on the bottom 6. Easy to use, easy for dummies like....
Great Free Website Menu Maker
AllWebMenus (9) While searching for tutorials on Pixel2life, I went to the FAQs and found out about AllWebMenus by
Likno Software. Now you can make professional DHTML and Javascript menus in five minutes! Get it
the PRO version here at: Likno AllWebMenus Pro or the LITE version here both for free! Both
of them are very simple and you don't need any coding or programming knowledge at all! Did I
mention it's used by Pixel2Life as said by here ?....
Java Script Drop Down Menu With Css
- a full code for a dynamic drop down (2) Introduction This is a code that I use to dynamically create the drop down menus. First, you have
to edit the following code and put it in your Javascript. Notice : /*** SET BUTTON'S FOLDER HERE
***/. Edit that to your folder. Also, the /*** SET BUTTONS' FILENAMES HERE ***/. This creates a
mouseover when the drop down is activated. Put all your onmouseover images under: oversources = new
array; and your onmouseout images under : upsources. Be sure to set your on and out images above
each other. CODE /*** SET BUTTON'S FOLDER HERE ***/ var buttonFold....
Looking for css, dropdown, menu
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for css, dropdown, menu
*MORE FROM TRAP17.COM*
|
advertisement
|
|