Search found 3 matches

by cmason22
Mon Nov 24, 2003 7:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Enclosing menu in a <Div> with relative position
Replies: 4
Views: 3745

i think that the menu just gets confused and pushed the submenu outside of the <div> tag. try nesting a table inside the <div> like this:

<div>
<table>
<tr>
<td>
####MILONIC HERE####
</td>
</tr>
</table>
</div>

it worked for me to solve a similar problem.

happy coding!
by cmason22
Wed Nov 19, 2003 2:00 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: highlighting parent menu
Replies: 5
Views: 6739

this is exactly what i'm trying to do also. seems like there are a lot of threads about it but i don't see a resolution anywhere. it's GOT to be do-adble.

please le me know if you get this resolved.
by cmason22
Wed Nov 19, 2003 1:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: different styles among top level menus
Replies: 1
Views: 1966

different styles among top level menus

i have a relatively simple problem that i hope someone else has already solved for me :)

i need to have certain menu choices highlighted/bolded on different pages. i want the same menus to appear, but if the person is on the "home" page, or any of the sub-pages of "home" , then the home menu choice ...