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';
}
Criar Div E Modificar O Style
Started By id4689, 26/02/2013, 19:08
Nenhuma resposta neste tópico
#1
Posted 26/02/2013, 19:08
oque está errado ?
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)










