JavaScript.CoolDev.Com Support Forums
Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com
| Author |
Message |
coder Guest
|
Posted: Tue Jun 10, 2003 6:52 pm Post subject: size & fit in table |
|
|
http://www.golfarkansas.net/_index.asp
How do I get this to spread out the navigation where entire title is shown?
Table width is 700 but the coolmenu portion never spreads out regardless of me changing. Its either cropping or making the nav text wrap.
{"pos":"relative", "itemoff":[0,99], "leveloff":[21,0], "style":STYLE, "size":[22,116]},
Can you individually size each of these:
{code:"Golf Courses", url:"features.asp",
Thanks! |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Tue Jun 10, 2003 9:21 pm Post subject: |
|
|
To size items individually you can use following construct:
{code:"Golf Courses", url:"features.asp", "format":{"size":[22,150]}, ...
Along with the size you also can use "itemoff" attribute to change individually item offset (actually, this value will determine offset of the item from the previous one). |
|
| Back to top |
|
 |
|
|