territoryOK
08-15-2002, 06:16 AM
I am preparing to write a massive hierarchical menu script. The goal is to make the menu as configurable as possible without going to EXTREME! I want to come very close though:) Now, when it comes down to properties would you guyz prefer all variables or somthing of that nature or would you guyz rather use CSS and create your own classes? I want to make the script easy enough where any can use it even if they don't know CSS. That's why I am shooting towards pre-scripted variables or somthing. But, if I go with pre-scripted variables the size of the file might get to big. I don't know how big, lets just say that having the user create thier own classes will be alot smaller and possibly a bit faster when it comes down to script speed. I can't make my mind up. Also, If I go with classes there are certain properties that they can't use in thier classes like clipping, padding, height, width, anything what has anything to do with size. Those will have to be down with variables because they have to be calculated. So that might be confusing for them. What do you think? Just in case, when I say scripted properties I mean properties that I set aside for the user, they can only use them. OK, thanks in advance.