Click to See Complete Forum and Search --> : Image script problem


pangolin123
06-23-2005, 10:37 AM
Hi guys, I have added this script below in my forum.This script will position your Image exactly where you want to appear in your screen as shown by top: 560; left: 57; . However , when I used Internet Explorer, the picture appears exactly where I want it to appear. When I check with Firefox and Opera, the Image does not appear at the same position as Internet explorer. So any ideas on how to make the script work so that the Script works well for these three browser ?

<STYLE TYPE="text/css">
#ex1 {position: absolute; top: 560; left: 57; z-index: 2}
</STYLE>
<BODY>
<IMG ID=ex1
SRC=http://img187.echo.cx/img187/2614/untitled26vj.jpg>
</LAYER>
</BODY>