Thread Trennlinie in Menü erzeugen (10 answers)
Opened by Froschpopo at 2005-04-01 19:57

Froschpopo
 2005-04-01 19:57
#43017 #43017
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Ich hab nen menü:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
$m->add(
'command',
-label => "Profil anzeigen",
-command => sub { GotoUrl("http://127.0.0.1/cgi-bin/goto.pl?username=$user") }
);

$m->add(
'command',
-label => "Kontakt löschen",
-command => sub { RemoveContact() }
);

ich würde jetzt gerne diese beiden Einträge optisch voneinander trennen, mit einer Trennlinie. Wie geht das?

View full thread Trennlinie in Menü erzeugen