PDA

View Full Version : Menu Cell Size


mbarone
15.05.2001, 09:04
I see how to set the size of the menus using PX and %.

Is it possible to let the menu size free-flow like a table without a size specified? Meaning, if one menu has a title with 4 words in it the menu will be wide by default, fitting all text and adding cell padding. If the menu has a series of one words then the menu will be narrow.




-Mike Barone
WWW.CGISCRIPT.NET, LLC
FREE CGI/PERL SCRIPTS

Shane
15.05.2001, 11:34
Actually, there is no way for the menu code to do that. You would probably need some other kind of code to get the width of the string and then assign the size of the menu.

ShAnE