Search found 3 matches

by clayh
Sat Apr 26, 2003 4:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: table in menu item
Replies: 4
Views: 3413

Kevin,

thanks for the tip, I had tried something similar earlier but I had the text between the img tags, either way, it still doesn't work quite right - the images are not smashed all the way against the outer edge of the menu, and it leaves a gap between the menu item and the next item below it ...
by clayh
Fri Apr 25, 2003 6:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: table in menu item
Replies: 4
Views: 3413

actually, i realized that one solution is just to use stylesheets already embedded in the page, just put an <a> tag in the table, and it will adhere to the page's style.

very nice.
by clayh
Fri Apr 25, 2003 6:32 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: table in menu item
Replies: 4
Views: 3413

table in menu item

I wasn't able to find a reference to this by searching, so here goes:

I am developing a menu in which I need each menu item to have an image to the left and right of the text, aligned to the left and right edges of the menu, respectively.

i.e.
| Text |
| Text |

The only way I can see to do this ...