mouse over drop down box

liunx

Guest
I'm currently in the process of trying to create my own website store. I'm still a beginner but I catch on quickly. Okay so I know how to do the mouse over drop down box where you just click on the text and it creates a drop down box below the text. However what I want to do is on a vertical menu be able to do the same thing with the exception it would open a box to the right side of the clicked text. PLEASE HELP ME!!!! Thank you all for your assistance. <br />
<br />
Also what are some good quality programs for developing a website. Thanks.<!--content-->If you're speaking of drop-downs created via the <select> tag, then there is no way to have the options pop out to the side.<br />
<br />
On good quality programs for web design, here is my list of faves:<br />
<br />
1. HTML Kit - text-only HTML editor with multiple internal preview modes (Internet Explorer and Gecko modes). Syntax highlighting, support for keyboard macroes, built-in FTP (totaly awsome!). Oh, and this is freeware too.<br />
<br />
2. Photoshop for graphics. Hands-down I love it. Macromedia's Fireworks is pretty good too. You may also want to check out Jasc's Paint Shop Pro. On the freeware side, try The Gimp (<!-- m --><a class="postlink" href="http://www.gimp.org/">http://www.gimp.org/</a><!-- m -->). It's got most of the functionality of photoshop but not as user-friendly.<br />
<br />
3. Macromedia's Dreamweaver for visual HTML editing. It's also pretty good in the code view too. And surprisingly, Mozilla Composer is pretty good for this too.<br />
<br />
4. Smart FTP - freeware FTP program that supports multiple FTP connections at once and Windows explorer-style drag and drop uploads and Download <!--more-->s.<br />
<br />
5. Goldwave sound editor (shareware, but fully-functional: <!-- m --><a class="postlink" href="http://www.goldwave.com/">http://www.goldwave.com/</a><!-- m -->). You might not use it much for web dev, but it comes in handy for creating your own digital music library. And if you're anything like me, you'll need music constantly when building sites ;)<br />
<br />
6. Irfanview - <!-- w --><a class="postlink" href="http://www.irfanview.com">www.irfanview.com</a><!-- w --> - A great bare-bones graphics viewer and converter.<br />
<br />
7. Arachnophilia - text-only HTML editor with syntax highlighting for about a dozen web dev-related languages. The best part is that it runs on the Java Runtime Environment. Any computer, PC or MacOS X, that has JRE 1.4.1 or newer can use this editor without any installation needed.<!--content-->I believe he wants a DHTML Menu.<!--content-->I've created three types of DHTML menus already. They aren't very advanced.<br />
<br />
users.tm.net/gburghardt/home/ - Mouse-over menus that appear to the right.<br />
<br />
users.tm.net/gburghardt/webDesign/ - Same sort of thing, only there isn't an onmouseout event. You've got to move your cursor over top of a linked image to make the menu disappear.<br />
<br />
users.tm.net/gburghardt/help/ - You click a link image and more link appear beneath.<!--content-->http://paxonradio.vze.com you are welcome to use the one there. I recall having toicontien suggest a new java script that would make it work on mozilla and me modifying it though :D<!--content-->users.tm.net/gburghardt/home/ - This is like what I'm wanting to do but how do I go about doing it? I appreciate all of your help.<!--content-->
Originally posted by toicontien <br />
<br />
users.tm.net/gburghardt/home/ - Mouse-over menus that appear to the right.<br />
<br />
This is the one I'm looking for. How do I go about making something of that nature. I appreciate your assistance. Thank you.<!--content-->
 
Back
Top