Jump to content

recherche module permettant de faire cela


Recommended Posts

Salut!

Cela n'est pas un module, il faut que tu le codes un peu toi même.

Pour cela je te conseille, avant la div "page", dans header.tpl de ton thème, d'ajouter un div comme ceci:

<div id="fix-top"><div class="fix-top-content"><ul><li><a href='#'>Menu1</a></li><li><a href='#'>Menu2</a></li></ul></div></div>

 

Ensuite dans le CSS (genre global.css pour plus de facilité):

div#fix-top{

width:100%;

position:fixed;

top:0;

background-color:darkgreen;

border-bottom:2px solid green;

height:30px;

}

div#fix-top .fix-top-content{

width:1000px;

margin:auto;

padding:10px;

}

 

Voilà j'ai tapé ça de tête, mais ça devrait ressembler

Bonne chance

Boulledogue

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...