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:12
Change the Width
Poster: Agustin
Dated: Tuesday February 28 2006 - 19:16:34 GMT
Hi.. I need to change the menu's width to be the same size of the table.
Ive looked for older posts, in the guides and begginers forum but i couldnt find it.
I found in http://milonic.com/menuproperties.php the menuwidth, which hasnt explanation, but i tried it but i couldnt make it work. What im doing wrong?
Thanks..
Agustin
pd. a suggestion for begginers guide = a spanish guide
Poster: Migru
Dated: Tuesday February 28 2006 - 19:44:29 GMT
Hi
try
Code:
menuwidth="100%";
Sample
Code:
with(milonic=new menuname("mainmenu")){
style=style1;
position="relative";
alwaysvisible=1;
orientation="horizontal";
menuwidth="100%";
aI("...........
:
:
style=style1;
position="relative";
alwaysvisible=1;
orientation="horizontal";
menuwidth="100%";
aI("...........
:
:
Michael
Poster: Agustin
Dated: Tuesday February 28 2006 - 23:45:09 GMT
Thanks Michael.. But is it possible to make the menu stretches to fill the whole table?
Poster: Migru
Dated: Wednesday March 1 2006 - 6:38:08 GMT
Hi
but exactly this should do it !
If this is not the case, then something else in your html or js setup should be
causing that. CanĀ“t you provide a url ?
Do you have an offbgcolor set ? Did you try setting the menuwidth to the width of the table for instance menuwidth="400"; (If your table is 400 px wide). etc. etc. It is really better you provide a url, to get an optimum of help. The menuwidth of course will not spread the items accordingly ! Is the menu properly embedded in the table ? There are some more questions which could be answered only, when a url is provided !
Michael