The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Adding the Navigation bar above the Banner and deleting the one beneath it.

    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by â„‹unni Sat 1 Oct - 9:02

    Site: http://paperthin-hymn.nstars.org/
    Running: Invision

    Question!
    I have the CSS written down, as well as the HTML for it, I just need to know where I can place my Navigation bar so it's directly above the banner/site itself. I would also like to take off the Navigation Bar beneath my banner (in exchange for the one I coded). The X in the image what I'd like deleted and the Check marks where I'd like the new navigation to go.

    Adding the Navigation bar above the Banner and deleting the one beneath it. IWyXV
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by LGforum Sat 1 Oct - 12:50

    To get rid of your current navbar put in the css
    Code:

    #submenu {
    display: none;
    }

    And then to add a navbar at the top then add this to a javascript file:

    Code:

    $(function() {
    $('#top').prepend(' YOUR HTML HERE ');
    });

    Let me know how it goes Wink
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by â„‹unni Sat 1 Oct - 16:57

    Both work perfectly (: <3!

    Is there any way to designate only certain tabs to show for certain groups, like Register only for guests, Admin Panel only for Administration, just like the native navbar?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by LGforum Sat 1 Oct - 22:14

    There is but it requires a bit more than just a little script here. If your interested you can PM me your forum adress and a test account, to look at your board with.
    â„‹unni
    â„‹unni
    Forumember


    Female Posts : 150
    Reputation : 4
    Language : English

    Solved Re: Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by â„‹unni Tue 4 Oct - 3:40

    Solved (:
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Adding the Navigation bar above the Banner and deleting the one beneath it.

    Post by Sanket Tue 4 Oct - 4:11

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Adding the Navigation bar above the Banner and deleting the one beneath it. 2j4t5a8

    Sanket Smile


      Current date/time is Sun 22 Sep - 7:31