I inquired about an issue a few days back, but I realize now that my explanation was unclear. To make things clearer, let me present two images to illustrate my problem. This is how it appears for me: . However, individuals with different screen resolutions or those who have zoomed in on their browsers see it like this: . I am unsure about how to prevent this from happening.
Below is a snippet of my code. (I'm not very skilled at CSS)
<style>
#div1 {
position: absolute;
left: 542px;
top: 432px;
}
#div3 {
position: absolute;
left: 264px;
top: 433px;
}
#div4 {
position: absolute;
left: 1045px;
top: 432px;
}
#div5 {
position: absolute;
left: 313px;
top: 566px;
}
#divl {
position: absolute;
left: 542px;
top: 460px;
}
</style>