S
steeve_dun
Hi,
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?
Here is a sample of my code:
**********************************
<html>
<body >
<div id="mytext" style="position:absolute; ">
<p>test</p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
</div>
<div id="menu" style="position:absolute; width:99%;">
<table align="right" border="1" >
<tr> <td> menu </td> </tr>
</table>
</div>
</body>
</html>
**********************************
Thank you
-steeve
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?
Here is a sample of my code:
**********************************
<html>
<body >
<div id="mytext" style="position:absolute; ">
<p>test</p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
</div>
<div id="menu" style="position:absolute; width:99%;">
<table align="right" border="1" >
<tr> <td> menu </td> </tr>
</table>
</div>
</body>
</html>
**********************************
Thank you
-steeve