WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Vesuvan on December 14, 2008, 01:31:57 AM

Title: Show_Menu 2 Tabs
Post by: Vesuvan on December 14, 2008, 01:31:57 AM
Hello, I'm a new user here and am looking for some help.  I searched for this topic already but couldn't find an answer. 

I'm using show_menu2 and have a functional menu now.  The only problem is that the sub-menus don't "tab" in like they should.  They are aligned to the left just like the main menu.  Any ideas on how I could fix this in the code?  I'm just looking to intent the sub-menu by just a little bit.   :?

Here's the website:  http://combatgamershq.com/cgwb/pages/games.php (http://combatgamershq.com/cgwb/pages/games.php)

Here's a snipet from the code:

<!-- // Left Menu starts here  -->
             
        <div class="header_top"></div>
        <div class="left">
            <div class="left_side">
            <div id="menu2">    
            <?php ob_start();     // start output buffer
            show_menu2(0, SM2_ROOT+1, SM2_CURR+2, SM2_TRIM|SM2_PRETTY,'
Title: Re: Show_Menu 2 Tabs
Post by: BerndJM on December 14, 2008, 03:47:25 AM
Hi,
nevertheless I'm a little bit confused about your code-example - it makes no to none sense to your question (and please, the next time put a posted code in code tags - the button with the # - it would be easier to read).
I will repeat it and repeat it again:
SM2 primaraly only puts the records from the database!
The styling (how these records appear on your page) is your part via css.

Regards Bernd