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=http://www.webdeveloper.com/forum/archive/index.php/"home.gif" style="position:absolute;left:50;top:2130"
onmousedown="Drag();setvalues(image1,1)">
Do help me out in this.
Thanks<div style="position:absolute;left:50px;top:130px">
<img style="float:left;">
<div style="float:left;">text</div>
</div>
BTW give units here
style="position:absolute;left:50px;top:2130px"
and give images height and widthThank you so much. Will try it out tomorrow.
<img name="image1" class="drag" src=http://www.webdeveloper.com/forum/archive/index.php/"home.gif" style="position:absolute;left:50;top:2130"
onmousedown="Drag();setvalues(image1,1)">
Do help me out in this.
Thanks<div style="position:absolute;left:50px;top:130px">
<img style="float:left;">
<div style="float:left;">text</div>
</div>
BTW give units here
style="position:absolute;left:50px;top:2130px"
and give images height and widthThank you so much. Will try it out tomorrow.