Forum Moderators: not2easy
<div id="left" width="20%">
<ul>
<li><a href="index.htm" >Home</a></li>
<li><span class="style1">Personal</span>Personal</li>
<li><a href="me.htm" target="right">About Me</a></li>
<li><a href="pic.htm">Pics</a></li>
</ul>
</div>
<div id="right" width="80%">
</div>
What I am trying to do is open the links from left div and make the content from those links pop up into the right div. The way I'm trying to do it is not working. Is there a way to get this accomplished?