Jump to content
Fórum Script Brasil
  • 0

Duvida com menus


satoshy

Question

bom dia galera !

é possivel fazer dois menus(um na vertical e outra na horizontal) na mesma pagina html ?

eu tentei por os 2, mas se eu mexo em um(aumento a largura), o outro também muda(também aumenta !)...

sou novo em css, não sei muita coisa, tentei mudar o li e o ul, mas não funcionou ... (alguém sabe porque ?)

só adicionando algo (não sei se ajuda muito) os dois menus tem submenus !

agradeço desde já !

Edited by satoshy
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

tu tem que fazer com ID diferentes e dentro deles alterar o Ul Li, se você mudar direto no objeto muda automático em todo site.

Exemplo

#menu_vertical ul {witdh:100px;
                             height:500px;}
#menu_vertical li {font: arial;
                               font-size:11px;}
#menu_vertical li a:link {color:#000000;}
#menu_vertical li a:hover {color:#333333;}

#menu_horizontal ul {witdh:200px;
                             height:30px;}
#menu_horizoltal li {font: arial;
                               font-size:11px;}
#menu_horizontal a:link {color:#000000;}
#menu_horizontal li a:hover {color:#333333;}
Dai no html fica assim
<div id="menu_horizontal"> <ul><li>blablabla</li></ul></div>

<div id="menu_horizontal"> <ul><li>blablabla</li></ul></div>

Edited by -#Alea#-
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...