Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Drop down menu in Netscape
Name: priti Date: January 11, 2005 at 14:16:27 Pacific OS: Win 2000 Prof. CPU/Ram: P3
Comment:
Hi, I am developing a website. I have created dropdown menu in it. It works fine in IE. In netscape 7.0 it gets displayed right below the menu button while i want that next to the menu button. Here is the Javascript code: function Menu(id) { if (!document.getElementById) return; inmenu=true; oldmenu=lastmenu; lastmenu=id; if (oldmenu) Erase(oldmenu); x=document.getElementById("menu-" + id); obj = document.getElementById(id); obj.style.left= x.offsetLeft + x.offsetWidth + (-12); obj.style.top= x.offsetTop + 185;
I need help on figuring out the position for netscape browser. I know that IE measures offsetLeft and offsetTop properties from edge of the table cell while Netscape measure it from the edge of the browser window. (Pl. correct me if I'm wrong.) Thanks. rita
Summary: I created a drop down menu in fireworks and added the html file to my web page in dreamweaver, when viewing the page the menu doesn't show propper, the drop down works fine but the links you scroll ov...
Summary: Hello, I created a drop down menu in Dreamweaver MX using their show pop-up behavior. It works fine when I do the preview or if I open it on my hard drive. But when I upload it to the server the rol...
Summary: I don't know much about Access DBs, so I don't know exactly what you are looking for. But www.dynamicdrive.com has a number of drop down menu systems that you can use (free). I used call HV Menus or ...