Article Separator - Imagem

  • Ready
  • Avatar de Ready Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
13 anos 7 meses atrás #65670 por Ready
Ready created the topic: Article Separator - Imagem
Pessoal como trocar o Article Separator por uma imagem ?

Segue abaixo o CSS do article separator:
.article_separator {
        clear : both;
	display : block;
	height : 10px;
	margin-bottom : 10px;
	border-bottom : 1px solid #2c2c2c;
}
.article_column {
	padding : 10px;
	margin : 5px;
}
.article_column column_separator {
	padding : 10px;
	margin : 5px;
}
.article-tools {
	border-top : 1px solid #2c2c2c;
	width : 100%;
	float : left;
	clear : both;
	margin-bottom : 15px;
	display : block;
	background-color : #fbfcf8;
}
.article-meta {
	padding : 5px;
	width : 80%;
	float : left;
}

Obrigado

Please Entrar ou Registrar to join the conversation.


  • Ready
  • Avatar de Ready Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
13 anos 7 meses atrás #65685 por Ready
Ready replied the topic: Re: Article Separator - Imagem
OBS: Já consegui resolver <!-- s::) --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt="::)" title="Sr. Verde" /><!-- s::) -->

Basta adicionar uma linha:

background-image : (CAMINHO DA IMAGEM);

Please Entrar ou Registrar to join the conversation.