ashwin
01-30-2004, 10:59 PM
I have a page which has a set of questions and after the series of questions I have a few images placed. The problem is, the images are overlapping the TEXT in some of the machines which use 800 by 600 pixels resoltuion. In the monitor I am using which has 1024 by 768 resultion it doesnt overlap though it is overlapping in some machines which use 1024 by 768. I guess the best possible way out is to use table and sort it out but I dont want to do like that. Is there a way out other than using tables. here is what I have done.
<img name="image1" class="drag" src="home.gif" style="position:absolute;left:50;top:2130"
onmousedown="Drag();setvalues(image1,1)">
Do help me out in this.
Thanks
<img name="image1" class="drag" src="home.gif" style="position:absolute;left:50;top:2130"
onmousedown="Drag();setvalues(image1,1)">
Do help me out in this.
Thanks