Posted by Bill on 09/25/06 12:54
I have written a webpage that uses
<div id="Layer1" style="position:relative; width:500px; height:25px;
z-index:1; overflow: visible; visibility: visible;">
<? include('file.php'); ?>
</div>
This produces a menu that allows you to read from different parts of
webpage.
It works ok using php4 but in php5 no menu can be seen.
Is there something that I have to do to make it work in php5
thanks in advance
Bill
Navigation:
[Reply to this message]
|