| Author |
Message |
Sogeri
Joined: 25 Aug 2006 Posts: 1
|
Posted: Fri Aug 25, 2006 9:32 pm Post subject: How do I import a sample from COOLjsTree Pro |
|
|
Can you please tell me how to import a sample menu from COOLjsTree PRO in to the Builder. All samples are in html only, no sample project files are included.
Specifically I want to customize the sample "Cool Navigation" from the sample folder "Graphically Rich". |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Aug 26, 2006 4:20 pm Post subject: |
|
|
| Sorry, this is just impossible with the current version of the software. |
|
| Back to top |
|
 |
ravensensei
Joined: 15 Feb 2007 Posts: 4
|
Posted: Thu Feb 15, 2007 2:54 am Post subject: |
|
|
| AlexKunin wrote: | | Sorry, this is just impossible with the current version of the software. |
How can we recreate a demo then? I like this one - http://javascript.cooldev.com/scripts/coolmenu/demos/gr3/
but the style and the menu.js don't jive with what's showing. |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Fri Feb 16, 2007 8:51 pm Post subject: |
|
|
| Please, explain what's wrong. |
|
| Back to top |
|
 |
ravensensei
Joined: 15 Feb 2007 Posts: 4
|
Posted: Sat Feb 17, 2007 2:48 pm Post subject: |
|
|
| AlexKunin wrote: | | Please, explain what's wrong. |
I looked at the style sheet associated with the demo, and it shows images that don't have anything to do with what I am looking at. The pics are totally different.
None of the images from the style on the page are there, they look like they belong to a different style:
.l0_out, .l0_over {
font: bold 11pt/41px Arial;
text-align: center;
}
.l0_out {
color: #101010;
background: url(images/l0_bg_out.gif);
}
.l0_over {
color: #C80202;
background: url(images/l0_bg_over.gif);
}
.l1_out, .l1_over {
font: 8pt/19px Arial;
text-align: center;
}
.l1_over {
color: #DF0000;
}
.l1_out {
color: #616060;
}
.l1_bg_0 {
background: #F8F7F7 no-repeat url(images/l1_bg_0.gif);
}
.l1_bg_1 {
background: #F8F7F7 no-repeat url(images/l1_bg_1.gif);
}
.l1_bg_other {
background: #F8F7F7 no-repeat url(images/l1_bg_other.gif);
} |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Feb 19, 2007 4:05 pm Post subject: |
|
|
Please, ignore the stylesheet. All styles are defined within menu1.js file:
| Quote: | ...,
backgroundStyle:[
"background: white left bottom repeat-x url(images/bg.gif);",
"background: white left bottom repeat-x url(images/bg.gif);"
],
textStyle:[
"color: #7B7A7A; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;",
"color: #1F02B5; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;"
],
... |
|
|
| Back to top |
|
 |
ravensensei
Joined: 15 Feb 2007 Posts: 4
|
Posted: Tue Feb 20, 2007 2:07 pm Post subject: |
|
|
How do you get the nice little underline thing? I thought that was a graphic.
| AlexKunin wrote: | Please, ignore the stylesheet. All styles are defined within menu1.js file:
| Quote: | ...,
backgroundStyle:[
"background: white left bottom repeat-x url(images/bg.gif);",
"background: white left bottom repeat-x url(images/bg.gif);"
],
textStyle:[
"color: #7B7A7A; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;",
"color: #1F02B5; font: 8pt Verdana, sans-serif; text-align: right; padding: 0 25px;"
],
... |
|
|
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
|
| Back to top |
|
 |
ravensensei
Joined: 15 Feb 2007 Posts: 4
|
Posted: Wed Feb 21, 2007 2:25 pm Post subject: excellent |
|
|
Excellent, thanks Alex. I always thought the bg.gif was blank or something plain. |
|
| Back to top |
|
 |
|