Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32
Alignment of text and oncolor
Poster: Masterrandy
Dated: Friday July 13 2007 - 9:46:25 BST
Hi,
I tried to make a menu, where I have menuitems with text. The some menuitems shall have display the shortcut which is linked with it.
Example:
Menu
-[MenuitemText............(shortcutText)]
-[MenuitemTextBla ......(shortcutText)]
Without dots
The shortcut text has to be aligned right. The Menuitem text has to be aligned left.
Does anybody know how to do this?
I tried two solutions:
1: Insert a table (<table><tr><td>MenuitemText</td><td>shortcutText</td></tr></table>)
Problem: The oncolor does not fire anymore
2: Two DIV-tags
(<div style="float:left">MenuitemText</div>
<div style="float:right">shortcutText</div>)
Problem: The oncolor does not fire anymore
Hope I made my problem understandable.
Masterrandy