a.v.murashov
Newbie
Posts: 1
Registered: 1/2/2007
Location: Russia
Member Is Offline
|
| posted on 1/4/2007 at 02:38 AM |
|
|
How can I place menu relative to some html-objects?
In my html-output I have a table which is aligned to window center. I would like to place menu in one of the table cells (html element TD), like
that:
<table width="760px" align="center">
<tr>
<!--
my elements, height is changed from one request to another
-->
</tr>
<tr>
<td>
<!-- here I would like to see menu -->
</td>
</tr>
</table>
Is it possible with Tigra Menu?
How can I do this?
Thank you!
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/4/2007 at 08:36 AM |
|
|
This feature is supported in the GOLD version of the product.
|
|
|