Posts by Camilly • 53 points
2 posts
-
4
votes2
answers71
viewsQ: How to define a dynamic named CSS property via Javascript?
I need to use the value of a string to change a CSS property of an element. I tried to do this, but it didn’t work: function funciona(nome, valor, id){ id.style.nome = valor; } function…
-
-1
votes1
answer59
viewsQ: Background-image does not appear
I hosted three images to put in my page as background-image of header, footer and in an img tag, but they do not appear. I put it this way: .rodape{ background-color: #000; background-image:…