Topic: Handy CSS Tricks For your Arras Site
Here is a quick tip for you to make your site a little more interesting,
If you want round corners on your Arras site, instead of the boring borders, simple CSS can make round corners, even with shadows!
For the simple round corners, add this CSS to the image border rulesets in your default.css folder,
-moz-border-radius: 6px; -webkit-border-radius: 6px; } (after the last "}" erase, and leave the ending "}" , do not add separate brackets, the rulesets are not being specified to anything.
To add the shadows to the border,
-moz-box-shadow: 2px 2px 2px #dddddd; -webkit-box-shadow: 2px 2px 2px #dddddd; }
To see it in action, visit http://savannahvideocentral.com
My Site http://savannahvideocentral.com