Search found 9 matches

by mjanke
Mon Jul 11, 2005 2:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menus, search engines
Replies: 1
Views: 1665

menus, search engines

This isn't strictly a milonic menu issue, but maybe someone out there has figured a good way to deal with this.

I have my own search engine that compiles a search database from my site. Some of my menu items are merely links to pages on other sites. But I liked that the search engine followed those ...
by mjanke
Tue Jul 05, 2005 5:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Graphic in menu listing
Replies: 4
Views: 2749

If I remember correctly (not always true, lately!), you can combine 'logical' options; e.g., imageposition=right;middle;. Then again, the long weekend may still be upon me... :roll:

I was thinking of trying that but didn't. I was going to separate with a comma instead of a semi-colon. I'll try it ...
by mjanke
Mon Jul 04, 2005 9:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Graphic in menu listing
Replies: 4
Views: 2749

I have vertical menus and use this imageposition=right. When I don't use that, the image is on the left of course, and it is centered perfectly top to bottom.

When I use imageposition=right, the image goes to the right like I want it, but it also moves to the top edge of the menu item, not nicely ...
by mjanke
Tue Jun 28, 2005 1:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: semi-colon consistency
Replies: 6
Views: 3470

Thanks, everyone. I'll stick with closing semi-colons on all lines for consistency.
by mjanke
Sun Jun 26, 2005 3:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: semi-colon consistency
Replies: 6
Views: 3470

semi-colon consistency

In this sample line of menu_data.js...

aI("text=some text;url=http://a url goes here;")

Should there be a semi-colon after the closing parenthesis or not? Even the sample menus included are inconsistent in this regard. Some have a semi-colon at the very end after that parenthesis, some don't ...
by mjanke
Sun Jun 12, 2005 11:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: style sheet overrides subimage placement
Replies: 6
Views: 3682

OK, I can find only one solution. The problem is that when you set the generic table css coding, that will affect the menu, as it affects everything else.

Thanks, Ruth. Now I know it isn't just some silly thing I've done wrong. I'll implement your suggested fix. I can live with that.

I wonder if ...
by mjanke
Sun Jun 12, 2005 2:55 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: style sheet overrides subimage placement
Replies: 6
Views: 3682

mjanke wrote:BTW, is there somewhere that all these parameters are defined in one nice little table?

Guess I shoulda just looked at some of the links in your sig line. :)
by mjanke
Sun Jun 12, 2005 2:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: style sheet overrides subimage placement
Replies: 6
Views: 3682

Have you tried creating a class for that table cell with the vertical alignment set to middle or wherever it is you need it?

.tdspecial{vertical-align:middle} then in the table cell where you have the menu you'd call the class <td class="tdspecial">

If that doesn't work, can you post a link to ...
by mjanke
Sat Jun 11, 2005 11:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: style sheet overrides subimage placement
Replies: 6
Views: 3682

style sheet overrides subimage placement

I have a style sheet that defines a table cell's vertical alignment of TOP. This causes the arrow.gif on the DHTML main menu to be at the top of each main menu's item instead of nice and centered next to the text.

I use the main menu imbedded in a table's cell and I can't seem to do anything to ...