..:: MX Studio Fóruns ::..: Colocar menu igual esse site - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Colocar menu igual esse site Dúvidas css

#1 User is offline   naldocbb 

  • Group: Membros
  • Posts: 374
  • Joined: 01-March 05

Posted 07 June 2012 - 04:22 PM

Boa tarde pessoal, primeiramente venho informar que não conheço muito de css apenas copiei um tutorial da internet..criei uma background no site ate ae tudo legal, queria fazer um menu junto com meu background na parte inferior como esse site http://ringvemedia.com/ Alguém poderia me ajudar, segue meu código.
Muito Obrigado a todos.

<!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">
<head>
<title>RAP MAQUETE</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Come impostare un immagine di sfondo al 100% con i css" />
<meta name="keywords" content="sfondo css, css 100%, css background 100%, css sfondo 100%, css immagine 100%, css immagine sfondo, web designer" />
<meta name="author" content="onsitus.it by Gaelle Guelton" />
<style type="text/css">
html, body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#sfondo-css{
position:absolute;
height:100%;
width: 100%;
margin: 0;
padding: 0;
z-index: 1;
}
#css{
position: absolute;
z-index: 2;
top:20px;
left: 20px;
color: white;
overflow: auto;
height: 100%;
width: 50%;
}
#css a{
color: white;
}
</style>
</head>
<body>
<div>
<img id="sfondo-css" src="ft5.jpg" alt="css sfondo" />
</div>
<div id="css">
<h1>PÁGINA EM CONSTRUÇÃO</h1>
<h2>www.rapmaquete.com.br</h2>


</div>
</body>
</html>
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)