Feature request

Forums Forums Menus Feature request

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #204
    archer
    Member

    I don’t know if this has been implemented but I need an easy way to highlight the the current active menu item (only the top level menu item) and I do not have enough knowledge to implement this myself as the list is dynamically generated hence the usual CSS method as mentioned on a list apart is not possible I think.
    If this could become a feature of the plugin or CSS code it would be greatly appreciated.

    #2899

    Hi archer,
    I’m working on a new service which will feature this. It is still in the testing stage yet though.

    #2900
    Anonymous
    Member

    Cool will you post in this thread to notify when its out of the testing phase because its a really useful feature that helps me to avoid using  visible titles on websites (I keep them invisible for google but people sort of lose their way as they don’t know where they are). thanks for your tireless work on this as soon as I have a few more clients and a bit more cash I intend to donate to all the plugin makers that I use regularly.
    PS Its not the best implementation of your dropdown solution (I could do with some hints about formatting the CSS) but I’ve used it on this site http://www.elnoque.com FYI.
    J

    #2901
    "J archer" wrote:
    PS Its not the best implementation of your dropdown solution (I could do with some hints about formatting the CSS) but I’ve used it on this site http://www.elnoque.com

    I think the following is probably the cause of most of your problems …

    [code:111so5v4]<div id="suckerfishnav">
    <ul><li ... [/code:111so5v4]

    For using the raw generator CSS you require the following code:

    [code:111so5v4]<ul id="suckerfishnav"><li ... [/code:111so5v4]

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.