[RESOLVIDO]Menus com cores diferentes

Mais
15 anos 3 meses atrás #34115 por Andre MaNcHa
Andre MaNcHa replied the topic: Re: Menus com cores diferentes
Se o site estiver online.. posso ver o que está acontecendo.

Abs <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.

  • paolinelli
  • Avatar de paolinelli Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
15 anos 3 meses atrás #34116 por paolinelli
paolinelli replied the topic: Re: Menus com cores diferentes
Está on:
<!-- w -->[url=http://www.microbits.com.br" onclick="window.open(this.href);return false;]www.microbits.com.br[/url]<!-- w -->

è o seguinte, queria que quando passar o mouse em HOME, ficasse vermelho
quando passar em EMPRESA, ficasse laranja...

Vlw

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 3 meses atrás #34118 por Andre MaNcHa
Andre MaNcHa replied the topic: Re: Menus com cores diferentes
Bom.. experimente adicionar no seu arquivo maximenuH_CK.css o seguinte:
.
.
.
div#maximenuCK ul.maximenuCK li.item1 {
background-color: red;
}
div#maximenuCK ul.maximenuCK li.item53 {
background-color: blue;
}
.
.
.
e assim por diante...

Faça o teste e poste o resultado.

Abs <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.

  • paolinelli
  • Avatar de paolinelli Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
15 anos 3 meses atrás #34120 por paolinelli
paolinelli replied the topic: Re: Menus com cores diferentes
Andre

Mais uma vez
vlwwwwwwwwwww
deu certo aqui, fiz o seguinte:

Dentro do arquivo maximenuH_CK.css adicionei as seguintes linhas: (que estao entre a linha 100 até a linha 128)

div#maximenuCK ul.maximenuCK li.item1 a:hover span.titreCK {
color : #FF0000;
text-decoration : underline overline;
font-weight : bold;
}

div#maximenuCK ul.maximenuCK li.item53 a:hover span.titreCK {
color : #FFA500;
text-decoration : underline overline;
font-weight : bold;
}

div#maximenuCK ul.maximenuCK li.item54 a:hover span.titreCK {
color : #FFFF00;
text-decoration : underline overline;
font-weight : bold;
}

div#maximenuCK ul.maximenuCK li.item76 a:hover span.titreCK {
color : #2E8B57;
text-decoration : underline overline;
font-weight : bold;
}

div#maximenuCK ul.maximenuCK li.item57 a:hover span.titreCK {
color : #6495ED;
text-decoration : underline overline;
font-weight : bold;
}

Obrigado ai brother
abs

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 3 meses atrás #34127 por Andre MaNcHa
Andre MaNcHa replied the topic: Re: [RESOLVIDO]Menus com cores diferentes
grande paolinelli,

mais uma vez parabéns pelo esforço e dedicação.. venceu pela persistência hehehe

Obrigado também pela organização do tópico.

é sempre um prazer ajudar a quem mostra interesse! <!-- s::) --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt="::)" title="Sr. Verde" /><!-- s::) -->

Abs <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.