Is it possible to add and adjust css3 box-shadow and its effects... color and transparency with mucow?

Does this make sense on how to apply it?
#{param_itemUID} .rect{
  background-color:{param_backgroundColor};
  width:{param_width}px;
  height:{param_height}px;
  -pie-box-shadow:{param_xshadow}px; {param_yshadow}px; {param_shadowblur}px; {param_ShadowColor};
  box-shadow:{param_xshadow}px;{param_yshadow}px;{param_shadowblur}px;rgba({param_ShadowCol or},{param_opacity});
Thanks!

You should be able to do those things with a mucow.
If it's not working, could you share more of your mucow - maybe just send me the whole thing so I can take a look (lbushore (at) adobe.com)

Similar Messages

Maybe you are looking for