Forum Moderators: open
<html>
<head>
<style type="text/css">
img
{
position:absolute;
top:100px;
}
</style>
</head>
<body>
<img id="img1" border="0" src="logocss.gif" width="95" height="84" style="clip=rect(0px,50px,50px,0px)"/>
</body>
</html>
Now the problem that i am encountering is this above code works fine in internet explorer but it is in not working in Mozilla and Opera...any pointers to this problem? How can i achieve same functionality in these browsers.IS there any syntax issue?