Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
e ai galera,de boas???to precisando de ajuda!!
montei o layout da minha pagina de topo no php com css,e criei um arquivo index!!!
arquivo index:
<?
include"topo.php";
include"paginas.php";
include"rodape.php";
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="[http://www.w3.org/1999/xhtml">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>portifolio - Curso PHP - becck.com - Alan Arnese</title>
</head>include "css.php";
?>
<body>
<div id="fundo_topo">
<div id="topo">
<div id="titulo_topo">
<p>portifolio </p>
</div>
<!-- titulo_topo -->
<div id="busca">busca
<label>
<input type="text" name="pesquisar" id="perquisar" style="font-size:11px;" />
</label>
</div>
<!-- busca-->
</div><!-- topo -->
</div></body>
</html>
arquivo do link do topo.php com o arquivo topo.css
<link href="css/topo.css" rel="stylesheet" type="text/css">
arquivo css para alteraçoes do layout!!
@charset "utf-8";
/ CSS Document /
body{margin:0px; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#FFF;}
#fundo_topo{
background-image:url(../imagens/fundo_azul_topo.jpg)
repeat-x;
height:121px;
}
#topo{
width: 800px;
border:0px solid #F00;
height:117px;
margin:0 auto;
}
#titulo_topo{
font-family:"Earwig Factory",Arial, Helvetica, sans-serif;
font-size:90px;
color:#03F;
padding-top:22px;
float:left;
}
#busca{
font-size:14px;
padding-top:90px;
float:left;
margin-left:180px;
}
o erro éo seguinte!!no arquivo css coloquei uma imagem de fundo,+ ela n aparece!!criei </div> fiz tudo certo com os links,+ quando jogo no wampserver,ele n aparece nada,a não ser a busca q criei,e escrito portifólio,tbm n estou conseguindo alterar os valores via css,quando modifico a borda,ou font,no wamp ele continua padrão!!!!!
desde já agradeço!!!
Carregando comentários...