Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá , eu preciso que fique uma div do lado da outra , mas ela não quer ficar nem com float:right . . .
/applications/core/interface/imageproxy/imageproxy.php?img=http://i1006.photobucket.com/albums/af187/andersonrcc110/muchproblem.jpg&key=6ee9cd9e698708132dc2e36009af383b5b22a56d9e0dd6d24cc85d0fa8d3cd5c" alt="muchproblem.jpg" />
Código HTML:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Much Cool!</title>
<link href="estilos.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="tudo">
<div id="topo"></div> <!-- Fim da DIV topo -->
<div id="minipost"> </div> <!-- Fim da DIV minipost -->
<div id="rightbar"> </div> <!-- Fim da DIV rightbar -->
</div><!-- Fim da DIV tudo -->
</body>
</html>
Código CSS:
@charset "utf-8";
/ CSS Document /
body{
background-image:url(img/bg.jpg);
background-repeat:repeat-x,y;
}
#tudo{
Width:1000px;
Height:2000px;
margin:auto;
}
#topo{
background-image:url(img/logo.png);
Height:122px;
}
#minipost{
width:703px;
height:713px;
background-image:url(img/minipost.png);
}
#rightbar{
width:258px;
height:748px;
background-image:url(img/rightbar.png);
}
/applications/core/interface/imageproxy/imageproxy.php?img=http://i1006.photobucket.com/albums/af187/andersonrcc110/muchcooll.png&key=bdfb39dd1d9edeeefd374836c922edbf7896a92cbf50532a562b1eb65c6ed055" alt="muchcooll.png" />
Carregando comentários...