Hello i have created something in CSS but the position changes according to the resolution of the screen. Here is the code? I want them to remain in one place regardless the resolution
here is the code
#poster {
width:25%;
height:25%;
position:absolute;
z-index:0;
}
#poster img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
height:70px; width:70px;
border:#b19b00 solid thin
}
#poster a:nth-child(1) {
position:relative;
bottom: -75%; left: 35%;
}
#poster a:nth-child(2) {
position:relative;
bottom: -15%; right:-6%;
}
#poster a:nth-child(3) {
position:relative;
bottom: 18%; left: 10%;
}
#poster a:nth-child(4) {
position:relative;
top: 10%; right: -17%;
}
#poster a:nth-child(5) {
position:relative;
top: 5%; right: -77%;
}
#poster a:nth-child(6) {
position:relative;
top: -20%; right: -28%;
height:120px;
width:120px
}