|
Drupal example source code file (lullabot.txt)
The lullabot.txt Drupal example source code
/* Static View-only Star Version */
div.fivestar-widget-static .star {
width: 17px;
height: 16px;
background: url(lullabot.gif) no-repeat 0 0px;
}
div.fivestar-widget-static .star span.on {
background: url(lullabot.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
background: url(lullabot.gif) no-repeat 0 0px;
}
/* Javascript Star Version */
div.fivestar-widget .cancel, div.fivestar-widget .star {
width: 17px;
height: 16px;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
background: url(lullabot.gif) no-repeat 0 0px;
}
div.fivestar-widget div.on a {
background-position: 0 -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
background-position: 0 -32px;
}
Other Drupal examples (source code examples)Here is a short list of links related to this Drupal lullabot.txt source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
our drupal tutorials and examples
Sponsored by:
Mat-Su Valley Programming (Wasilla and Palmer, Alaska)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.