News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

dropshadow on site

Started by matelasarabais, February 05, 2014, 03:27:27 AM

Previous topic - Next topic

matelasarabais

i know it's not joomla forum directly, but if someone can help me, i've been searching extensively about drop shadow, found lots of post leading to articles about css on the web but i can't figure it out.

can someone just tell me where to put code and what code to make to have drop shadow around main content of my site?


matelasarabais

i found this code on the web: .shadow {
02.
-moz-box-shadow: 3px 3px 4px #000;
03.
-webkit-box-shadow: 3px 3px 4px #000;
04.
box-shadow: 3px 3px 4px #000;
05.
/* For IE 8 */
06.
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
07.
/* For IE 5.5 - 7 */
08.
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
09.
}


resulting in this site made with joomla:

http://www.mvcs.org.uk/


it is what i want, but int the forum topic where i found the code link, they dont say where they put this code, i tried in template.css i tried in index.php to no avail.

any help?