0
I’ve solved my problem! the problem is that when you have a «a href» with an image (ex: «a href="x"» «img src="x"» «/a» inside the div, even if you change the properties in css, div doesn’t move anywhere so the solution is:
• Remove «a href» with image (use «input type="image" src="image.png" onclick="eventAoSerClicate()"» • E in css define:
.classe{
top: 0px;
left: 0px;
}
Possible duplicate of Doubt with Flex-Box CSS
– Sam
Other: https://answall.com/q/317187/8063, https://answall.com/q/331401/8063
– Sam