Jump to content


André Cristhian

Member Since 17/03/2012
Offline Last Active 31/10/2012, 10:07
-----

Posts I've Made

In Topic: Div Fixa

30/10/2012, 09:24

Mais no caso essa div que você quer colocar essa imagem é dentro do rodapé certo?
Então poste o CSS da div do rodapé aqui apenas isso que ai ja fica mais facil de entender...

In Topic: Como Colocar O Demo Desse Software No Meu Site Também?

30/10/2012, 09:03

Este é o código fonte, crie uma página e coloque ela dentro de seu site, como preferir, ou chame com IFRAME...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>eCover Creator</title>
	<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="copyright" content="InDigitalWorks.com">
    <meta name="author" content="Goran Zinic">
    <PARAM NAME="menu" VALUE="false">
	<script type="text/javascript" src="http://imperiomilionario.com/demo/js/swfobject.js"></script>
	<script type="text/javascript">
		//<![CDATA[
		function getViewportSize() { 
			var size = [0, 0]; 
			if (typeof window.innerWidth != "undefined") { 
				size = [window.innerWidth, window.innerHeight];
			} 
			else if (typeof document.documentElement != "undefined" && typeof document.documentElement.clientWidth != "undefined" && document.documentElement.clientWidth != 0) {
				size = [document.documentElement.clientWidth, document.documentElement.clientHeight]; 
			}
			else {
				size = [document.getElementsByTagName("body")[0].clientWidth, document.getElementsByTagName("body")[0].clientHeight]; 
			}
			return size; 
		}
		function createFullBrowserFlash() {
			swfobject.createCSS("html", "height:100%;");
			swfobject.createCSS("body", "height:100%;");
			swfobject.createCSS("#flashcontent", "margin:0; width:100%; height:100%; min-width:1000px; min-height:580px;");
			window.onresize = function() {
				var el = document.getElementById("flashcontent");
				var size = getViewportSize(); 
				el.style.width = size[0] < 1000 ? "1000px" : "1000px";
				el.style.height = size[1] < 580 ? "580px" : "580px";
			};
			window.onresize();
		}	
		var params = {
			quality: "high",
			scale: "noscale",
			wmode: "window",
			menu: "false",
			allowscriptaccess: "always",
			bgcolor: "#ffffff"
		};
		var flashvars = {hash:"24aa92076e77bbb24d3de38302966e9c" , basepath:""};
		var attributes = {id:"flashcontent"};
		swfobject.embedSWF("main-rebranded.swf", "flashcontent", "1000", "580", "10.0.0", "js/swfobject/expressInstall.swf", params, attributes);
		if (swfobject.hasFlashPlayerVersion("10.0.0")) {
			swfobject.addDomLoadEvent(createFullBrowserFlash);
		}
		
		
		//]]>
	</script>
	<style type="text/css">
	    body { margin:0; text-align:center; padding: 0; background-color: #000000; }
		div#flashcontent { text-align:left; }
		object#flashcontent { display:block; margin:0 auto; width: 1000px; height: 580px; }
			
		.center {
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  width:50%;
  height:50%;
  margin:auto;
 }
			
	</style>
</head>
<body>
<script language=JavaScript>
<!--

//This application is DMCA protected. Do not change nor remove the
//creator's names below. By doing this you risk serious copyright 
//infringement consequences.
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
//eCover Application Script
//By Goran Zinic, InDigitalWorks.com (webmaster@indigitalworks.com)

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>
	<div id="flashcontent">
		<div id="alternateContent">
		</div>

		<div id="noflash">
			<p><strong>You need to install Adobe Flash Player</strong></p>
			<p>This website requires Adobe Flash Player, version 10.</p>
			<p>If you've got Adobe Flash Player 10 installed and still see this text click <a href="http://imperiomilionario.com/demo/index.html?detectflash=false">here</a>.</p>
		</div>
	</div>
</body>
</html>

In Topic: Div Fixa

30/10/2012, 08:59

Poste o CSS de seu rodapé que irá conter essa imagem ai dentro!

In Topic: Marca D'agua

10/09/2012, 16:52

Pois é lightbox, e teria que ser na inserção mesmo... teria algum jeito?

In Topic: Background De Div Que Ocupe Toda A Tela

16/08/2012, 10:14

tente colocar o height com 100% também.

IPB Skin By Virteq