Combination of two floating menus
3 posters
Page 1 of 1
Combination of two floating menus
Hey!
Is it possible to combining the floating box on: http://zirukus.forumotion.com on the right,
with the floating menu on: http://testest2.danskforum.net
The effect should be that the menu on the Testest2 forum should behave like the menu on Zirukus.
Like; When theres a hover the menu pop's out and is visible, and when the hover isn't there it moves back to where it was before.
Is it possible to combining the floating box on: http://zirukus.forumotion.com on the right,
with the floating menu on: http://testest2.danskforum.net
The effect should be that the menu on the Testest2 forum should behave like the menu on Zirukus.
Like; When theres a hover the menu pop's out and is visible, and when the hover isn't there it moves back to where it was before.
Re: Combination of two floating menus
Hello IdaTR,
You can find information on the navbar here.(for editing)
Use this to hide the menu for hover:
You can find information on the navbar here.(for editing)
Use this to hide the menu for hover:
- Code:
.navbar{
right:-100px;
transition:0.5s;
}
.navbar:hover{
right:0px;
}
Re: Combination of two floating menus
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Problem with bar menus
» How to make Dropdown menus
» User link menus
» Sticky/floating profile?
» Floating Menu
» How to make Dropdown menus
» User link menus
» Sticky/floating profile?
» Floating Menu
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum