Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:18
Text-align of Menu-item
Poster: Markus_Nuesser __at__ web.de
Dated: Monday November 11 2002 - 20:36:06 GMT
hi, is it possible to change the allignment of the Text-Items in my su-menu?
ok, here the submenu i have:
Code:
addmenu(menu=[
"test",,346,230,1,,plain_style,0,"left",effect,
0,0,0,,,0,0,,"system/menue-background.gif",0,,
,"Friday->POP-Club","/popclub.html",,,0
,"Saturday->Dilo_Club","/dilo_club.html",,,0
])
"test",,346,230,1,,plain_style,0,"left",effect,
0,0,0,,,0,0,,"system/menue-background.gif",0,,
,"Friday->POP-Club","/popclub.html",,,0
,"Saturday->Dilo_Club","/dilo_club.html",,,0
])
and i just want to have that it looks like that "friday"&"saturday" stay left, and that "POP-Club" & "Dilo_Club" stay at the right site of the submenu
Poster: trytrix
Dated: Monday November 11 2002 - 21:16:41 GMT
Hi,
There is no code to automate this..
You just will need to line them up manually.
Code:
,"Friday Pop_Club","/popclub.html",,,0
,"Saturday Dilo_Club","/dilo_club.html",,,0
using " " or a transparent gif file.
,"Saturday Dilo_Club","/dilo_club.html",,,0
Cheers,
Trytrix