-1
Guys, there’s something going on with me that I don’t understand
I created several Ivs like this:
div id="nome"
img src="img/00001.jpg"
/div
to put an image at the bottom of a page, but as I want to put some variables on top of this image I put the css of it like this:
#nome img{
width:1100px;
margin-top:0;
margin-left:0;
height:730px;
z-index: 0;
}
the problem that when I put up the second div with same id it does not get the value of css only until the first decimo I tried almost everything.
Obs: I know this may be a silly question, but I’m just asking here because I couldn’t find the answer anywhere
Thanks for the personal help, I really went soft but before seeing this answer of vcs I had already changed the id to class but still the error persists.
– Diego Nunes