| YOOspotlight |
|
YOOtheme introduces another new exclusive YOOtheme template feature. YOOspotlight!
YOOspotlight creates a smooth fading effect between two images while hovering a element. Now you can place cool spotlight effects all over your site. How toCreate a div element with a background image (image.png) to display your image in your content. Add a class="spotlight" attribute to the div tag. The filename of the related image for the hover effect has to be named with the suffix _spotlight (image_spotlight.png) and has to be in the same folder as the div's background image (image.png).For example: <div class="spotlight" style="background: url(../images/logo.png) no-repeat;" width="240" height="180" /> |