I have created a very simple popup menu with 4 links using Dreamweaver 8 behaviors function, works great in Mozilla and Netscape but in IE7 when I hover the mouse over the trigger text the drop down menu appears minus the text. Move the cursor to the pop up boxes and the text appears, a minor but very annoying problem.Also sometimes the top menu box from the pop up doesn't retain its text while the other 3 boxes do i.e. put cursor in any of the pop up menu boxes and the 3 lower boxes display text but the first (top) menu box only displays text if the cursor is actually in the box, makes the menu look very disjointed.You can see images of the problem on Picasa (URL...)I could have added the code for the file (mm_menu.js) but because it is Dreamweaver generated it's 764 lines and a bit large.[code]
I'm trying to make a spry menu bar for a website. It looks great in DW CS3, and when I preview it in different browsers, it works. However, once uploaded, when I look on the web, it's displaying in outline form rather than a menu. Why is that and how could it be fixed?URL...
I am trying to make a onblur make something go away. I thouhgt i had this settled before, but then i tried it, and it didnt work, but i cant find the other thread.The onblur is supposed to make the popup menu disapear when it is clicked off
I am currently creating a personal website which i uses Dreamweaver build in rollover image for buttons, and at the same time i am using Shadowbox for the gallery, but i realise that the auto generated code for the rollover is interfering the Shadowbox from working properly,
I have a drop down menu on my page, works. Then I went to add another ddm, doesn't work when on page, but works independently . DW creates a file called mm_menu.js. I am sure the problem is here, but I don't know what to change. Might anyone here know what I am talking about/had this prob before?
I am having an issue trying to add a javascript to dreamweaver cs3. I am trying to put a calculator on a .html page using javascript. The issue that I am having is the �Calculate� button is not working. The �Reset� button works. I was given the code directly from the author. I have his permission to use it. I have no idea what I am doing wrong or what I am forgetting to do.
[code]This works in most modern browsers: when my cursor hovers over the menu button the menu pops up because display:none is changed to display:block during the hover. This is great except for one thing, it does NOT work on IE6 and I need an IE6 solution that's not going to break what I already have here.My goal is to add the simplest possible Javascript that will make the above code work in IE6. I'm thinking that something like onmouseover and onmouseout would do the trick, but I don't know what the Javascript code should actually look like or where it should be placed. I'm really trying to keep the code to a minimum too, this is why I prefer to NOT use one of those pre-packaged solutions that fixes this and a dozen other issues with IE but that is relatively large. Small and simple, that's what I'm going for on this website.
This works in most modern browsers when my cursor hovers over the menu button -- but not in IE6. My goal is to add the simplest / smallest Javascript that will make the above code work in IE6 too. I'm thinking that something like onmouseover and onmouseout would do the trick, but I don't know what the Javascript code should actually look like or where it should be placed.
I am working on one project. The requirement for business is like one popup should appear while one menu is moused over. Actually that menu item is "ADDRESS", and client wants that once that pointer will come over "ADDRESS",one small popup will appear with address information and once the mouse pointer comes out of the "ADDRESS", that popup should hide. I need javascript code for this.
I have an imagemap, where I want a menu to popup on 'onMouseOver'. The menu is inside a <div>. Basically I want the menu to popup, and then hide it when the mousepointer leaves the menu 'onMouseOut'.
I've been searching after this for hours with no luck. I'm nearly there, atleast in IE, but it's flickering. I want to get rid of the flickering, and also make it work in Opera and Firefox.
the follwing code is not working with IE/NS/Mozilla winows....but it is working fine on Solaris Mozilla. I want a genric code which will work on both Win as well as Solaris (Popups should hide on mouseout). the code is :-
<SCRIPT> document.getElementById('myLayer').onmouseout=handlePopup; if(document.getElementById('myLayer').captureEvents){ document.getElementById('myLayer').captureEvents(Event.MOUSEOUT); }document.getElementById('updateValues').onmouseout=handlePopup; if(document.getElementById('updateValues').captureEvents){ document.getElementById('updateValues').captureEvents(Event.MOUSEOUT); }function handlePopup(e){ [URL] ..... Here myLayer and 'updateValues' are the objects.
I have this irritation problem that i cnt sort out. I jave a menu on my website that uses javascript popup menus on mouse over.
But now the problem is that wen the menu appears, it is behind the dropdownlist on the site that is under the menu. This only hapens in IE and works fine in firefox. It does the same things with flash banners.
I'd like my javascript popup menu link to target the inline frame in the middle of my page, but I'm unsure how to do this. The inline frame is named "mainframe". Here is the code, with the line to the link denoted with **:
if (window.mm_menu_0127203047_0) return; window.mm_menu_0127203047_0 = new Menu("root",140,18,"Tahoma, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#ffffff","#243f6f","left","middle",3,0,5 00,-5,7,true,true,true,0,false,true);
i have made a popup menu in fireworks cs3 its working fine in all browsers the problem is that its hiding under the flash features bar as shown in the image where in firefox its working fine what should i do?
On some pc's in IE my website shows disbehaviour with the popup-menu. When your mousepointer hoovers over the transparent border, the popupmenu disappears. Please check URL.... Perhaps if you visit the website with Internet Explorer you can see what I mean, but it might be showing good as well.The menu is made with very little javascript and mainly CSS. I discovered the begin of the cause: when I don't use a transparent color for the border, it works fine. Also when I remove the underlying image (the sky-image) and still use transparent color it also works fine. How can this be? Using Z-index for the popup-window/menu and give it a real high number won't work. I really don't see it. Ofcourse I want to keep using the transparent color and the underlying image.[code]
when a user clicks on a link, a new window opens. what I want to do is that if the user closes that popup but click on that same link again, the window should open..
Code: <script language="javascript"> var winOpen = "";
I am just wondering if dreamweaver still has a timeline or animations section. I was able to quickly do this with dreamweaver 2 or 3, not sure, and it was a bit like the flash timeline. Is there anything like this in 2004 MX?