Problema com Menu no Template

Mais
14 anos 6 meses atrás #17533 por hurry
hurry replied the topic: Re: Problema com Menu no Template

fabioanesio escreveu: xiii ainda nem achei o problema, se alguem tiver uma solução so me fala


Manda o template.css que agente te mostra onde alterar <!-- 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.

  • fabioanesio
  • Avatar de fabioanesio Autor do Tópico
  • Offline
  • JCB! Senior
  • JCB! Senior
Mais
14 anos 6 meses atrás #17534 por fabioanesio
fabioanesio replied the topic: Re: Problema com Menu no Template
Fala carinha, o problema nem é no arquivo de estilo (CSS).
Cheguei a tira os arquivos do site para ver se as bolinhsa sair, mais ela fica la, entao é em algum arquivo no joomla mesmo....

Help ^^

[color=#0080FF:3bu6rhdc][url:3bu6rhdc]http://www.fasite.com.br[/url:3bu6rhdc][/color:3bu6rhdc]
[color=#FF0000:3bu6rhdc][url:3bu6rhdc]http://www.abracosgratis.com.br[/url:3bu6rhdc][/color:3bu6rhdc]

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 6 meses atrás #17535 por Acimar Rocha
Acimar Rocha replied the topic: Re: Problema com Menu no Template
Só assim fica difícil de ajudar, precisa de mais dados...

Acimar Rocha -[color=#0080FF:36wlu71r] [url:36wlu71r]http://www.webpositiva.com.br[/url:36wlu71r][/color:36wlu71r]
[i:36wlu71r][color=#400000:36wlu71r]Você não pode ter tudo... Onde você colocaria?[/color:36wlu71r][/i:36wlu71r]

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 6 meses atrás #17538 por hurry
hurry replied the topic: Re: Problema com Menu no Template

fabioanesio escreveu: Fala carinha, o problema nem é no arquivo de estilo (CSS).
Cheguei a tira os arquivos do site para ver se as bolinhsa sair, mais ela fica la, entao é em algum arquivo no joomla mesmo....

Help ^^




Cara essa bolinha é default da tag <li></li> do html portanto se vc deixar sem uma regra pra ela ela vai aparece um bolinha memso

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 6 meses atrás #17539 por hurry
hurry replied the topic: Re: Problema com Menu no Template
tenta esse ver se tira a decoração do list .
fais backup do css primeiro pra naum da merlyn. <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

* {
text-decoration:none;
list-style:none;
}

body {
color: #000000;
FONT-FAMILY: tahoma, Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 10px;
margin-top : 0;
margin-right : 0;
margin-left : 0;
margin-bottom : 0;
width : 0;
height : 0;
background-image : url("imgsetruct/bg.jpg");
background-repeat: repeat-x;
background-position: top;
background-color: #0098FA;

}
.bgesq {
background-image : url("imgsetruct/b-esq.gif");
background-repeat: repeat-y;
background-position: right;
}
.bgesq2 {
background-image : url("imgsetruct/b-esq2.jpg");
background-repeat: no-repeat;
background-position: top right;
width: 100%; height: 100%;
}
.bgdir {
background-image : url("imgsetruct/b-dir.gif");
background-repeat: repeat-y;
background-position: left;
}
.bgdir2 {
background-image : url("imgsetruct/b-dir2.jpg");
background-repeat: no-repeat;
background-position: top left;
width: 100%; height: 100%;
}

.input2 {
font-family: tahoma, Verdana; border: solid #01205C 1px; background: #ffffff; color: #01205C; font-size:10px
}
.input {
font-family: tahoma, verdana; font-size: 9px; background-color:#cdcdcd
}
td {
FONT-FAMILY: tahoma, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; TEXT-DECORATION: none; color: #000000;
}
.titulo {
FONT-FAMILY: Arial, tahoma, Verdana, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none; font-weight : bold; color: #ffffff;
}
.titulo2 {
FONT-FAMILY: Arial, tahoma, Verdana, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none; font-weight : bold; color: #0044A8; text-transform: uppercase;
}
A {
font-family : tahoma, verdana; color : #000000; text-decoration : none;
}
A:active {
color: black;
}
A:hover {
color: White;
}
a.direitans:hover {
color: black;
}

Please Entrar ou Registrar to join the conversation.