Shape 5

Joomla Templates => Life Journey - Club => : TOMAS CAPAPE April 04, 2011, 04:18:31 AM



: Shadow Box in Main Content....
: TOMAS CAPAPE April 04, 2011, 04:18:31 AM
I have used the following code (for multi browser compatibility) to add a shadow box effect to the website (ofercasa.onlyfortesting.com)
   box-shadow:0px 5px 4px #EEEEEE;
   -webkit-box-shadow: 0px 5px 4px #EEEEEE;
   -moz-box-shadow: 0px 5px 4px #EEEEEE;
   filter: progid:DXImageTransform.Microsoft.dropShadow(color=#EEEEEE, offX=3, offY=5, positive=true);

I have been sucessfull modifying the template.css file  and get working logo module and top row modules but with the component it doesn?t work.

For the componente It only shows bottom shadow

Please, help me with this issue and excuse my bad english


: Re: Shadow Box in Main Content....
: mikek April 04, 2011, 07:33:22 AM
Hello,

I am sorry, something like this would require custom programming. The main body was not built for shadows.