Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

trying to add drop shadow to home slider app

New Here ,
Jun 11, 2014 Jun 11, 2014

Does anyone know how to do such a thing?

TOPICS
Web apps
140
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 11, 2014 Jun 11, 2014

Create a class like below and add to your html as required:

.shadow{

  -moz-box-shadow: 2px 2px 3px #666;

  -webkit-box-shadow: 2px 2px 3px #666;

  box-shadow: 2px 2px 3px #666;

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 12, 2014 Jun 12, 2014
LATEST

Thanks for that but I wasnt clear enough in my question.

I have the code but I havent been able to find where to place it in the home slider app.

From my attempts I have determined that a class like the one in this post .shadow needs to be placed

somewhere in the javascript code unless there is a way  to combine a drop shadow and a glow effect in  one box-shadow statement.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines