[css-d] hovering action

2009-05-08 Thread Oszkar Ambrus
Hi, I tried to take the navigation menu from [1] and add it to my own website [2]. The problem is, that when my cursor is above the second navigation level, the main link (e.g. Our Fellowship) goes back to normal state on my website. The css files are at [3] and [4], respectively. Any

Re: [css-d] hovering action

2009-05-08 Thread Oszkar Ambrus
Nevermind, I fixed it using http://www.cssmenus.co.uk/dropline.html Cheers, Oszkar 2009/5/8 Oszkar Ambrus aosz...@gmail.com: Hi, I tried to take the navigation menu from [1] and add it to my own website [2]. The problem is, that when my cursor is above the second navigation level, the main

Re: [css-d] hovering action

2009-05-08 Thread Oszkar Ambrus
Add :hover to the li containing the anchor and sub-levels, like so... #masthead li.fellowship:hover a, #masthead li.fellowship a:hover, #masthead li.fellowship a.selected, #masthead li.fellowship a.active{ background-position: -75px -40px; } Oh, now I understand. That's cool. The CSS is

Re: [css-d] hovering action

2009-05-08 Thread Gunlaug Sørtun
Oszkar Ambrus wrote: The problem is, that when my cursor is above the second navigation level, the main link (e.g. Our Fellowship) goes back to normal state on my website. [2] http://covenantfellowshipgalway.uuuq.com Add :hover to the li containing the anchor and sub-levels, like so...