That dont work btw... it gave error in IE and did nutin in FF.
If you have solution post it.. Until then ima keep trying.
Thanks For your help.
If this helps in finding what im looking for tehn...
here it is..
What i have is a table with links in it.
this is a slab of the table with links... one header and then after that is links.
the first <tr></tr> is the nav header with the image on it that when clicked will hide it.
PHP Code:<!-- ////////////////////////////// -->
<tr>
<td width="160" height="34" background="template/default/images/cbv1_01.gif" class="navigation_body"><div align="center" class="style1">
<div align="left"> <img src="images/exp_minus.gif" width="10" height="10" onclick="toggleVisibility('member_console')"> Members Console</div>
</div></td>
</tr>
<!-- ////////////////////////////// -->
<!-- Toggle Member Console //-->
<tr>
<td height="18" class="navigation_body">ddfa</td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=change_password">Change Password*</a></div></td>
</tr>
<tr>
<td height="20" class="navigation_body"><div align="left"><a href="?console&OPT=change_stats">Change Stats*</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=private_messages">Private Messages(1)</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=view_logs">View Logs</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=log_out">Log Out</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=request_inactiveness">Request Inactiveness</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=leave_clan">Leave Clan*</a></div></td>
</tr>
<tr>
<td height="18" class="navigation_body"><div align="left"><a href="?console&OPT=change_skin">Change Skin</a></div></td>
</tr>
im pretty sure im going to have to make it one <tr></tr>
and have div's separate the links. Thats of coarse if i cant do it this way.?Can I?
I'd love to learn Javascript so i could do this easily.. but idk where to look.. Google is sucking.




Reply With Quote