|
Hello...
I am building my first website and so far it looks pretty cool. I found a menu script that has several categories and it looks cool and I added links for each category. Well...now I have a problem. One of my categories has waaaaaaaaaay too many links and they continue waaaaaaaaaay down the page.
So I decided that I would only have 12 links for each category appearing in the box at one time and then I would insert the word "MORE..." as the 13th line of the list of links. So when a person clicks on "MORE..." they will get more 10 links for that category.
Okay that`s what I am trying to do...so how do I do it? If anyone has a menu script that has this I am willing to take down what I have and put up a whole new script.
Thanks to all who can help out a novice!
|
|
|
How about showing us what you have thus far so that we can make some suggestions/recommendations?
|
|
|
Hi Greg,
Here`s the code for my links in one of the categories of the menu box.
I don`t know how to alter the code so that I can have a second menu box for each category after putting in about 10-12 links.
If I don`t set up a second pop up box then the list of links goes wwwwwwwwwwway down the page.
Thanks for whatever advice you can give. This is my first time doing a website so I don`t know much.
<!-- menu start -->
<div id="Techniques">
<table bgcolor="black" border="0" cellpadding="1" cellspacing="0">
<tbody>
<tr>
<td>
<table bgcolor="#DEB887" cellpadding="1" cellspacing="0"
cellborder=1>
<tbody>
<tr><td></td><td><a class="menus" href="[name of website]" onmouseout="menuOut(`rollimg0`)"onmouseover="menuOver(`rollimg0`)" target="_top"><b>Title of the Link</b></a></td><td></td></tr>
|
|
|
|
|
|
|
|