Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Bnandoo

[Resolvido] Css no FireFox

Recommended Posts

Bom galera estou com problema com o FireFox ...

ele não esta aceitando a folha de estilo CSS

 

esse e o site que eu estou fazendo olhem no Internet Explorer e depois no FireFox.

 

http://br.geocities.com/artedops/

 

esse é o meu codigo CSS que estou usando no site

 

 

body {
	background-color: #000000;
	color: #FFFFFF;
}
.Nav a {
	text-align: center;
	background-image: url(imagens/Photo_03.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 86px;
	height: 32px;
	font-weight: bold;
	vertical-align: text-bottom;
	border-top-width: 20px;
	padding-top: 6px;
}
.Nav a:hover {
	color: #FF6600;
	background-image: url(imagens/03.jpg);
	background-repeat: no-repeat;
	width: 86px;
	height: 32px;
	padding-top: 6px;
}
.link {
	background-image: url(imagens/Links.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 95px;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #B967D5;
	border-bottom-width: thin;
	width: 160px;
}
.2link a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #333333;
	width: 161px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: 5px;
	letter-spacing: 5px;
	vertical-align: 5px;
	white-space: 5;
	top: 30px;
	border-right-style: solid;
	padding-top: 5px;
	border-right-color: #333333;
}
.2link a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 161px;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
	background-color: #333333;
	word-spacing: 5px;
	letter-spacing: 5px;
	vertical-align: 5px;
	white-space: 5;
	border-right-color: #FF6600;
}
.banner {
	background-image: url(imagens/bannerbaixo.jpg);
	background-repeat: no-repeat;
	height: 205px;
}
.avatar {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-top-style: double;
	font-weight: bold;
	border-top-width: thin;
	border-top-color: #B967D5;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-right-color: #B967D5;
	border-right-style: dotted;
	border-right-width: thin;
	border-bottom-color: #B967D5;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.link3 a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.link3 a:hover {
	font-size: 10px;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

Compartilhar este post


Link para o post
Compartilhar em outros sites

<link href="stilo.css" rel="stylesheet" type="text/css">

para:

<link href="stilo.css" rel="stylesheet" type="text/css" />

 

no teu stilo.css tb tem uma chave de fechamento "}" dupla no body

Compartilhar este post


Link para o post
Compartilhar em outros sites


<link href="stilo.css" rel="stylesheet" type="text/css">

para:

<link href="stilo.css" rel="stylesheet" type="text/css" />

no teu stilo.css tb tem uma chave de fechamento "}" dupla no body

 

Bom Vinicius ainda esta na mesma....

 

arrumei fiz oque você falo mais ainda não deu certo.... =(

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.