| Version Made for Stacks 2 Works with Stacks 1.4.x How do you do? ResourceImg Allows you to add a image from RW5's resources and style it. Just imagine how much work space a slideshow would take if images were imported directly into the slideshow stack! The ResourceImg stack is the perfect slideshow helper! Questions? Shoot me… an e-mail. About RW5's Resources Remember - working with RapidWeaver's Resources you'll have to add the resources when a project is moved to another Mac. And it is when you download the RW Example file. Also remember to name resources correct. No special letters in file names, no space… if you don't - resources won't work. |
|
Settings Height and width Height: The height of the stack. auto or in pizel Width: The width of the stack %, px or auto Image & Path paht/imagename if nested in a resource folder image name if not nested in a resource folder In this example the images is stored in a resource folder named 'exam'. Alt name Give the image an alternative name Aligne Image: center, right, left or ie 50px (or any other value) Shadows Outer Shadow: Add a soft shadow to the image ie 0px 0px 10px Choose shadow color. To make room for the shadow add a margin. If the margin is too little your shadow might get cut off. Tip Try this (example left): -moz-box-shadow: 0 0 10px 5px black, 40px -30px lime, 40px 30px 50px red, -40px 30px yellow, -40px -30px 50px blue; -webkit-box-shadow: 0 0 10px 5px black, 40px -30px lime, 40px 30px 50px red, -40px 30px yellow, -40px -30px 50px blue; box-shadow: 0 0 10px 5px black, 40px -30px lime, 40px 30px 50px red, -40px 30px yellow, -40px -30px 50px blue; Learn more about box shadows by visiting css3.info |