Prev: Hover effect on <li> will not effect if hovering an <a> inside in Firefox
Next: Hover effect on <li> will not effect if hovering an <a> inside in Firefox
From: Mike S on 8 Jul 2010 20:02 On 7/8/2010 2:40 PM, benjamin.schneider.de(a)googlemail.com wrote: > Hi, > > I got a list item<li> that has an hover effect. In this<li> there is > a link<a> with some text in it. If i hover just the<li> w/o touching > the link text the hover effect comes in. But it does not, if I hover > the link text. > > It works as intended in Chrome, Opera and Internet Explorer but not in > Firefox. > > Can somebody help me out there? > You can find the mentioned scenario online on: > http://www.wearcologne.de > > And the list items you can find on the left. > > Caution: Page is in german :P > > Thanks a lot > Benjamin Where did you get the javascript that handles the menu? If you add an alert to the end of each function you can see there's a lot going on, it seems like overkill for such a simple menu. Can I ask why you decided to go with that approach instead of using a simple html menu menu styled with CSS, with no javascript? And what does your page do in browser that do not have javascript enabled? Mike |