Hello, if I got some code similar to this:
This is a very simpel site, where there is a tabel with 2 columns. I want the left column to be a kind of a menu where you link to some site that pop up in the left columns table.
This problem is easy to solve if you got 2 (or more) frames, but in my situation I only got one frame and a tabel with to columns.
Cane anyone help !?![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I only want to use HTML/javascript/CSS,
Thank you
Code:
<html>
<!-- Created on: 17-01-2007 -->
<head>
<title></title>
</head>
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<td width="20%" valign="top">
<p><font size="-1">
Menu 1<br>
Menu 2<br>
Menu 2.1<br>
Menu 2.2<br>
</font></p>
</td>
<td width="80%" valign="top">
<p><font size="-1">..A site - selectet from the menu to the left..<br><br>
Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text. Some text.
</font></p>
</td>
</tr>
</table>
</body>
</html>
This is a very simpel site, where there is a tabel with 2 columns. I want the left column to be a kind of a menu where you link to some site that pop up in the left columns table.
This problem is easy to solve if you got 2 (or more) frames, but in my situation I only got one frame and a tabel with to columns.
Cane anyone help !?
I only want to use HTML/javascript/CSS,
Thank you