Version: 1.04 10-Mar-2008
Added Black Theme(dark/light style compatibility fix for new Black theme) css div located in menubar.php changed from
<div style="margin-left: 5px">
to
<div class="thisPage" style="margin-left: 5px; font-weight: normal;">
refer to step 6) of 'How To Install' section in the README.txt to see how the change looks when installed properly.
To upgrade from any older version to this version 1.04 or higher,
The images are changed to PNG for transparency compatibility with the Black theme (edit ajaxWDwx.js and ajax-dashboard.php file and there is a slight change to menubar.php so the style switcher text can change from black to white on the black theme.
make a div change in menubar.php, then perform step 3 and step 8 from the of 'How To Install' section in the README.txt to change the images to PNG,
then replace all the css files and the
include-style-switcher.php
step 3 and step 8 from the of 'How To Install' section:
Step 3: Upload PNG windrose images
Copy all the style neutral/transparent windrose image files
from the unzipped folder 'ajax-images/' to the 'ajax-images/'
folder on your web server where you have your Carterlake/AJAX/PHP
Template web site running. If your FTP program asks to Overwrite, click 'YES'
Step 8: Optional but recommended for the windrose images to look the best on the dark styles like Black or Silver...
Transparent Gif images are less compatible with different contrasting background colors and the edges can look rough.
The PNG files will look better on Black or dark backgrounds.
Edit the ajaxWDwx.js file and change the following settings from gif to png:
change ...
var wrType = '.gif';
to...
var wrType = '.png';
change ...
var wrCalm = 'wr-calm.gif';
to ...
var wrCalm = 'wr-calm.png';
Edit the ajax-dashboard.php file and change the following settings from gif to png:
change ...
$wrType = '.gif';
to...
$wrType = '.png';
change ...
$wrCalm = 'wr-calm.gif';
to ...
$wrCalm = 'wr-calm.png';
Upload the ajaxWDwx.js and ajax-dashboard.php file to your web server where you have your Carterlake/AJAX/PHP
Template web site running.
Live Demo:
http://www.642weather.com/weather/template/Download:
http://www.642weather.com/weather/scripts/css-theme-switcher.zip