Jump to content


Photo

Criar Div E Modificar O Style


  • Faça o login para participar
Nenhuma resposta neste tópico

#1 id4689

id4689

    Turista

  • Usuários
  • 49 posts
  • Sexo:Não informado

Posted 26/02/2013, 19:08

oque está errado ?

var myDiv = document.createElement("div");
myDiv.id = "banner_fixed";


	document.getElementById('banner_fixed').style.position = 'fixed';
	document.getElementById('banner_fixed').style.width = '200px';
	document.getElementById('banner_fixed').style.height = '700px';
	document.getElementById('banner_fixed').style.background = 'yellow';
	document.getElementById('banner_fixed').style.right = '0px';


}





1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq