E
Ed Vul
So I have a PHP script that displays a picture and then goes on to the
next one, for the sake of a survey.
Now, the code works fine in IE 6, NN 4 (how can anything work fine in NN
4, you may ask, but it does).
However, in netscape 7.1 or whatever the latest one is,
it only displays the lower 50 pixels of the pictures...
I can't wrap my mind around what could possibly be the problem...
the code is here:
I know its set to hidden, but the script changes it to visible.. once it
becomes visible, only the lower 50px show...
Any ideas?
<table width=640 border=0 cellpadding=1 cellspacing=0>
<tr><td colspan="2" align=center>
<span name="mtest" id="mtest"
style="visibility:hidden;position:relative; font-size: 20px;">
<img src="pics/mpic.jpg" onLoad="javascript: var timerx =
setTimeout('go();',100);">
<br>text.
<br>
</span>
</td></tr>
</table>
next one, for the sake of a survey.
Now, the code works fine in IE 6, NN 4 (how can anything work fine in NN
4, you may ask, but it does).
However, in netscape 7.1 or whatever the latest one is,
it only displays the lower 50 pixels of the pictures...
I can't wrap my mind around what could possibly be the problem...
the code is here:
I know its set to hidden, but the script changes it to visible.. once it
becomes visible, only the lower 50px show...
Any ideas?
<table width=640 border=0 cellpadding=1 cellspacing=0>
<tr><td colspan="2" align=center>
<span name="mtest" id="mtest"
style="visibility:hidden;position:relative; font-size: 20px;">
<img src="pics/mpic.jpg" onLoad="javascript: var timerx =
setTimeout('go();',100);">
<br>text.
<br>
</span>
</td></tr>
</table>