html >> Advice needed - Hover Menu for individual HTML links

by Carol22 » Tue, 07 Feb 2006 04:13:04 GMT

Hi,

I have been trying to use some free Java script from Open Cube and adapt it
for use on our webpage. It's a great menu but I am not knowledgeable at all
with Java scripts and unfortunately, my Dreamweaver is only 3.0 on a classic
Mac OS 9.1.

Does anyone have a script I could add to my page that would open a small
semi-transparent window next to any link that would have 3-4 additional
linkable choices before the user is sent to another page? Hover mouse would be
nice too.

An example of the menu is at
http://www.opencube.com/samples/samples_container.html?we,9 Look under
Infinite Menus - Simple Grayscale

I can't use the long narrow horizontal boxy menu...... just a hover-mouse
small semi-transparent menu.

Thank you for any assistance that can be rendered,
Carol

:o



html >> Advice needed - Hover Menu for individual HTML links

by austinBill » Thu, 09 Feb 2006 01:37:33 GMT


Look at the free scripts on www.dynamicdrive.com

They are high quality, well explained, easy to use, plus they tell you exactly
which scripts work on which browsers. I've used them with success for years.
I'm not affiliated with them in anyway, just passing the info along.




Similar Threads

1. HTML and ASP book advice needed

2. Advice needed for HTML layout

Hi all,
I have a printout of a barcode label with various sections of info,
e.g. sender, receiver, product details, notes... etc.
I am currently designing a page which must look exactly like the this
label when printed. The problem in HTML is that the table layout
cannot be adjusted to the exact size that I would have liked it to be,
and this causes a lot of frustration indeed.
I need advice from people in this group on how I can solve the problem
in HTML.
If you can recommend any tools that I can use, that would be much
appreciated.

Thanks,
June.

3. HTML forms Expert advice needed - Dreamweaver

4. I need advice on adding and html search

I have a site that I need to have indexed, for a simple search. I have been looking at several options, but I am confused. Should I by the software or should I try to add the code. If any one has had experience in this arena I sure could use some help. My site is on a windows 2000 server, I am using asp and html pages, but I generate html versions of updated asp pages in a separate folder.






5. Menu Control Hover and Active Link - ASP

6. Issue with flash objects hover menu as a link

I am having an issue with setting wmode to transparent for a flash
object.   If the flash object is a regular flash object (not a link),
the hover menu works fine.  But if the flash is a link; the menus
conflict with the menu links.  It looks like you have to click twice
to get to the link if the link is within the menu.

My question are there ways to resolve this.  Note: this is not just a
menu (link setup) over a flash object. It is a javascript menu with
links over a flash ...that happens to also be a link.

Example SWF file.

<object width="525" height="300" codebase="https://
download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-
AE6D-11cf-96B8-444553540000">
<param value="swf/file.swf" name="movie"/>
<param value="high" name="quality"/>
<embed width="200" height="300" type="application/x-shockwave-flash"
pluginspage="https://www.macromedia.com/go/getflashplayer"
quality="high" src="swf/file.swf" wmode="transparent"/>
<param name="wmode" value="transparent"/>
</object>

7. Database driven menu advice needed - Dreamweaver

8. advice needed: inconsistent results w/ javascript on same exact link

I have images that when clicked should open a new browser window. In most cases, it does what it is supposed to do. In random instances, two browser windows open up: 1) one page that reads "can't find page" 2) the page is supposed to open up. The page that is supposed to be the only one that opens, opens behind the error page. You don't see it until you close the error page. 

Now that is what I have done:

-put javascript;:  in the link field in the properties panel for the image
-put _blank as the target for the image link
-put a behaviour for the image to open a new browser window with a designated URL and size on MouseUp

These are my questions:

1) how come this is so inconsistent?
2) is there a way to fix this?
3) is there a difference between onClick and onMouseUp?

Any advice would be greatly appreciated.

Victoria

let me know if you would like me to include the URL