[ Video Sharing CMS v4 ] Sticky Top menu

Started by sacri,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sacriTopic starter

Unfortunable I am using 3.3 and the top menu is not sticky. Is there a way through css to edit this?
  •  

PHPVibe A.

Change it to fixed positioning in tpl/main/css/vibe.style.css.

.fixed {
position: relative;


.fixed {
position: fixed;
left: 0;
right: 0;
top: 0;


You may need to pass the content as well so it doesn't get under it.

sacriTopic starter

Wow thanks for the fast reply. It works... :P
  •  

sacriTopic starter

I didnt want to open a new topic so I hope someone reads this :P

I upgraded to 3.4 I know 3.5 is just around the corner but I just wanted to get myself familarized with the new stuff

I only need a couple things...

I love the left "menu" but I would like that to be sticky just like the top menu and to be shown an ALL pages and
as I coudlnt find it anywhere in the forums.. a way to add a auto complete/suggestion ajax search.

I would appreciate any answers :D

  •  

Similar topics (7)