co_gooner
Newbie
Posts: 1
Registered: 1/22/2009
Member Is Offline
|
| posted on 1/22/2009 at 11:53 PM |
|
|
Incorporating tigra menus in a html page
I'm hoping that someone can help? I am not great at this stuff, but am trying to put a new website together utilizing drop down menus, and was
delighted to find Tigra, but having exporting the various .js files and the .css I am pretty clueless as how to incorporate these into my basic .html
page. The code is below: (can anyone clue me in on how to insert the tigra menu into the navigation table in the code below?
thanks
david
<body>
<style>
@import url(webpagecss.css);
</style>
<table class= "main">
<tr>
<td colspan="2" class="header">
Logo
</td>
</tr>
<tr>
<td class="empty">
Empty cell</td>
<td rowspan="2" class="content">
Content
</td>
</tr>
<tr>
<td class="navigation">
Navigation
</td>
</tr>
<tr>
<td colspan="2" class="footer">
A? David MacCallum-Price
</td>
</tr>
</table>
</body>
|
|
|
seikialice88
Newbie
Posts: 1
Registered: 11/22/2011
Location: fdhf
Member Is Offline
|
| posted on 11/22/2011 at 08:22 AM |
|
|
Thank you so much for your post.
__________________
Watch Hugo Online Free
|
|
|