Forum Moderators: not2easy

Message Too Old, No Replies

Resolution Display Problem with CSS DIV LAYER

         

ryan

9:56 pm on May 4, 2010 (gmt 0)

10+ Year Member



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

ryan

9:53 am on May 6, 2010 (gmt 0)

10+ Year Member



Can anyone pleae help me with the above issue...

hbmehta

4:50 pm on May 12, 2010 (gmt 0)

10+ Year Member



Can we have html code also?