Alignment of text and oncolor

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Masterrandy
Beginner
Beginner
Posts: 2
Joined: Tue Jul 10, 2007 1:43 pm

Alignment of text and oncolor

Post by Masterrandy »

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
Post Reply