I am trying to place form on an image, i'm using div layer for the form table to be positioned on the image, but when checked in 1024 by 768 Pixels resolution its coming as reuired to be positioned and below that resolution also it's properly placed both in IE and Firefox...but when increasing the resolution the form is getting more shifted towards left and with the increase in the resolution pixels, shifting is more towards left. Can i please have a fix for it
Here is the code and below is the only CSS code using...
body {
background-color: #0746C7;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#apDiv1 {
position:absolute;
left:610px;
top:479px;
width:263px;
height:191px;
z-index:1;
visibility: visible;
}
#apDiv2 {
position:absolute;
left:288px;
top:850px;
width:213px;
height:192px;
z-index:1;
Please let me the solution for it...thanks