Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
CKH00 #1
CSS Drop Down Meni
I an re doing a website and working on a drop down menu. If works fine in
Firefox, but not IE. I'm using css and a java script to get the IE part
working. Any help would be great, the link is below
[url]http://www.mawson.com/street/courses.html[/url]
CKH00 Guest
-
Drop down with help
I need help fast. I have a website that needs to be done soon. The problem is that my drop down menu is not working properly. The dropdown menu... -
drop down
Hi there, just wondering, is there any way to fix the characters in a drop down menu in a specific number, for example, I've a drop down with a... -
Change option in second drop down box based on selectionof first drop down box
Change option in second drop down box based on selection of first drop down box. Hi, I am trying to figure out how to make a selection in 1... -
Drop cap
Is it possible to do drop caps in Freehand? Can see anything about it in the 'Using Freehand 10' book. -
Help Please ASP with a drop down box...
Steve wrote: This has nothing to do with ASP. You should ask this question on a client-side scripting group such as .scripting.* or any group... -
mzanime.com #2
Re: CSS Drop Down Menu
Interesting. Try this in your JS file instead:
sfHover = function() { // fly-out menus
var sfEls = document.getElementById("sidebar").getElementsByTa gName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
mzanime.com Guest
-
CKH00 #3
Re: CSS Drop Down Menu
Thanks, but I got it figured out. Another forum helped me out. I didn't have the UL id'ed
CKH00 Guest



Reply With Quote

