Jump to content


Rickgauden

Member Since 02/02/2011
Offline Last Active 23/03/2011, 09:00
-----

Posts I've Made

In Topic: Alinhar Duas Imagens Lado A Lado

10/03/2011, 15:45

Vc pode tentar também dessa maneira:
<html>
<head>
<style type="text/css">
#logo1 {
	background: url("images/paper.gif") no-repeat scroll left top transparent;
	float:left;
	display: table;
    height: 150px;
    margin: 0 auto;
    width: 950px;
	position: absolute;
	left: 132px;
	top: 29px;
}

#logo2 {
	background: no-repeat url("paper.gif") top right;
	float:left;
	display: table;
    height: 150px;
    margin: 0 auto;
    width: 950px;
	position: absolute;
	left: 90px;
	top: 29px;
	margin-left:50%;
    left:-450px;
	
}
</style>
</head>

<body>
	<div id="logo1"></div>
	<div id="logo2"></div>
</body>

</html>



In Topic: Como Bloquear Uma Página Para O Navegador

02/02/2011, 19:15

use um javascript :)

IPB Skin By Virteq