M
Mr. x
Hello.
I am first using frameset.
When I do something like this :
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE />
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
</frameset>
and in table2.html I do something like this :
....
<table id = "news_border">
<tr>
<td>
<img src = "mygif.gif" />
</td>
</tr>
</table>
....
I see that in IE the right pixel of the mygif.gif is exactly 10 pixels
greater then if I open the page in Netscape.
(i.e if the right pixel is in IE at x-position : 700, then in Netscape it is
690).
What can I do that the position of the pixel in IE and Netscape will be the
same ?
Thanks
I am first using frameset.
When I do something like this :
<frameset cols = "*,180" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0
FRAMEPADDING=0>
<frame src = "table1.html" SCROLLING="NO" NORESIZE />
<frame src = "table2.html" SCROLLING="NO" NORESIZE />
</frameset>
and in table2.html I do something like this :
....
<table id = "news_border">
<tr>
<td>
<img src = "mygif.gif" />
</td>
</tr>
</table>
....
I see that in IE the right pixel of the mygif.gif is exactly 10 pixels
greater then if I open the page in Netscape.
(i.e if the right pixel is in IE at x-position : 700, then in Netscape it is
690).
What can I do that the position of the pixel in IE and Netscape will be the
same ?
Thanks