|
Step 1: Download JSCookMenu.js
- Go to the SourceForge download.
- Select JSCookMenu.
- Download the latest version and unzip the file to get
JSCookMenu.js .
Step 2: Download Themes
- Go to the SourceForge download.
- Select JSCookMenu Themes.
- For each of the ThemeFile, select the lastest zip.
Due to constraint of SourceForge file release system, I put different themes under different releases.
- Change
theme.js in each theme to so that images can be loaded properly.
Tons of people emailed me the problem that they saw a big red X in Internet Explorer on some themes. Well,
this is the cause.
For Developers
To dynamically change the path in themes without doing manual modification of theme.js
for a particular theme, say ThemeOffice , add the following script BEFORE loading the
theme.js .
var myThemeOfficeBase = 'theme-image-path';
The variable name pattern is myThemeNameBase. ThemeMiniBlack doesn't have any required
images so this part does not apply.
|
|