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.

Drop-Down / Pop Out Menu

Go down

In progress Drop-Down / Pop Out Menu

Post by Guest March 9th 2013, 11:35 am

I recently saw on two Dutch forums a menubar, that if you move over with your cursor, the same thing is happening (automatically) like the “notification” in the toolbar at the top of the forum.
I was wondering if there’s a code for it and how I can do something like that.

[Sorry for this bad English]
avatar
Guest
Guest


Back to top Go down

In progress Re: Drop-Down / Pop Out Menu

Post by Sir Chivas™ March 9th 2013, 12:46 pm

Hi,

Can you please provide the URL of the forum you've seen this in?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Drop-Down / Pop Out Menu

Post by Guest March 9th 2013, 12:53 pm

That's te problem,
One forum doesn't excist anymore
And the other one changed it a few days ago, so they don't have it anymore.

What I mean is on a webdesign site, not from forumotion, but by "Resultaat" (Results) [At the bottom] Maybe you know what I mean for a drop-down / pop-out menu. (I don't know if this works on forumotion)
The Webdesign site

(Sorry If this isn't allowed, but I don't know how to explain it without that site D;)
avatar
Guest
Guest


Back to top Go down

In progress Re: Drop-Down / Pop Out Menu

Post by Sir Chivas™ March 9th 2013, 1:20 pm

Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Drop-Down / Pop Out Menu

Post by Guest March 9th 2013, 1:40 pm

I don't have this code in my template?
Code:
<div id="pun-navlinks">
        <ul class="clearfix">
      <li>{GENERATED_NAV_BAR}</li>
  </ul>
</div>

I have 2 pieces with {Generated_Nav_Bar}:
What kind of code do I have to change then?

Code:
   {JAVASCRIPT}

 
   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}" background="URL" width="900px" height="400px">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>

Code:
               </tr>
            </table>

            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>

            <div style="clear: both;"></div>




[EDIT]
I saw the dutch forum and I found the menu bar on the way I mean..
That Forum [Made with the Dutch Forumotion]
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum