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.

How to make this Sliding Menu works in Forumotion

3 posters

Go down

How to make this Sliding Menu works in Forumotion Empty How to make this Sliding Menu works in Forumotion

Post by Maki1 February 25th 2011, 3:08 pm

We have tried almost everything but no result shows, the original topic can be found Here! And I want to know how to make this ''Menu'' works in Forumotion, this is very important for me.

The code is this
Code:

<html>
<head>
<style>
body{font-family:arial;}
a{color:black;text-decoration:none;font:bold}
a:hover{color:#606060}
td.menu{background:lightblue}

table.nav
{
background:black;
position:relative;
font: bold 80% arial;
top:0px;
left:-135px;
}
</style>
<script type="text/javascript">
var i=-135;
var intHide;
var speed=4;
function showmenu()
{
clearInterval(intHide);
intShow=setInterval("show()",10);
}
function hidemenu()
{
clearInterval(intShow);
intHide=setInterval("hide()",10);
}
function show()
{
if (i<-12)
  {
  i=i+speed;
  document.getElementById('myMenu').style.left=i;
  }
}
function hide()
{
if (i>-135)
  {
  i=i-speed;
  document.getElementById('myMenu').style.left=i;
  }
}
</script>
</head>

<body>
<table id="myMenu" class="nav" width="159" onmouseover="showmenu()" onmouseout="hidemenu()">
<tr><td class="menu"><a href="http://forumdesigners.forumotion.com/">Forum Rules</a></td>
<td rowspan="5" align="center" bgcolor="#FF8080">M<br />E<br />N<br />U</td></tr>
<tr><td class="menu"><a href="http://forumdesigners.forumotion.com/">About Us</a></td></tr>
<tr><td class="menu"><a href="http://forumdesigners.forumotion.com/">Affiliates</a></td></tr>
<tr><td class="menu"><a href="http://forumdesigners.forumotion.com/">Themes/Skins</a></td></tr>
<tr><td class="menu"><a href="http://forumdesigners.forumotion.com/">Forum 5</a></td></tr>
</table>
</body>
</html>

Here I have a screen shot to show you an example where I want this to be.
How to make this Sliding Menu works in Forumotion Thisaw10

All your help is appreciate Smile
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Brad38 February 25th 2011, 10:29 pm

There is probably only ONE member here who could help you out with this and he's been driven away from the support forum. You know him as DION and he was also a member of your forum before, you should have listened to and respected him while he was a member of your forum! Wink
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Maki1 February 25th 2011, 10:54 pm

I don't remember having him on my forum. But I know who DION is xD he as helped me before.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Brad38 February 25th 2011, 11:03 pm

Ok sorry, he was a member of the WEBARTZ forum and the topic you mentioned in your original post. Smile
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Maki1 February 27th 2011, 2:48 pm

Ok,

Any one know how to make this work.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Naki March 1st 2011, 4:24 am

Maki1 hope will help you here Very Happy
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Maki1 March 1st 2011, 11:16 am

Yes Naki, like that it would help me a lot. but the problem is how to make that work in Forumotion!
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to make this Sliding Menu works in Forumotion Empty Re: How to make this Sliding Menu works in Forumotion

Post by Naki March 1st 2011, 11:55 am

Very easy Maki1 just change the html codes in your own ones and copy the code then follow the procedure:
CP
Modules
Create a HTML page
Save
Then html page use as announcments it will work for your sliding menu
Second option the same you can put also in homepage html box
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

Back to top


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