itgoes
03-27-2008, 01:39 PM
this is my #apDiv css:
#apDiv1 {
position:absolute;
left:234px;
top:273px;
width:715px;
height:391px;
z-index:1;
}
This shows up in a different location in IE6 then in Firefox. What is the work around?
#apDiv1 {
position:absolute;
left:234px;
top:273px;
width:715px;
height:391px;
z-index:1;
}
This shows up in a different location in IE6 then in Firefox. What is the work around?