Creating images with shadow in Sliding Billboard
Even better looking images? Create a shadow!
Question:
How can I have my images appear with a shadow in the Sliding Billboard?
Answer:
With a small addition to the CSS file of the Style that is being used, every image can have a shadow in the Sliding Billboard.
Open the CSS file for the Style that was chosen. This can be found under Styles\.
Add the following code to the list:
.dmxBillboardView img{
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
box-shadow: 5px 5px 5px #000;
Change the settings for the shadow so it fits your design. Save the file and upload it. All your images will appear with a drop shadow from now on.
Comments
Be the first to write a comment
You must me logged in to write a comment.