Skip to main content
Known Participant
August 1, 2018
Answered

Create a dropshadow round documents and pictures?

  • August 1, 2018
  • 1 reply
  • 1016 views

Several years ago a created a webb-site with the aid of Dreamweaver 8. Since I couldn't use it together with win 10 I recently got Dreamweaver CC wich works almost identically. Back then I had some help with my creation and have built it larger by the years. Now I had to reconstruct the index-site and just like before I have a slider centered (by Wowslider) on the page but I just cannot recall how the dropshadow round the photos was made. Can anyone help me out??

Peter

petereversphotography.se

    This topic has been closed for replies.
    Correct answer osgood_

    Use css box-shadow on the image container......include the below in your css stylesheet:

    .ws_images {

    box-shadow: 10px 10px 10px #b3b3b3;

    }

    1 reply

    osgood_Correct answer
    Legend
    August 1, 2018

    Use css box-shadow on the image container......include the below in your css stylesheet:

    .ws_images {

    box-shadow: 10px 10px 10px #b3b3b3;

    }

    Known Participant
    August 1, 2018

    Hi Osgood,

    Thanks for your rapid answer.

    I have added your text (although I have written10px 10px 5px #b4b4b4; because that's how the dropshadow is defined on other pages in my webb-site) to the bottom of my CSS-sheet, but nothing seems to happen. I have also tried to reload the actual pages without any changes to appear. What have I omitted or done wrong??

    Peter

    Nancy OShea
    Community Expert
    Community Expert
    August 1, 2018

    Most browsers will force a full gathering of all data if you use CTRL-F5 (Windows), or Cmd-Shift-R (Mac).

    If you go into browser settings, there typically are controls for clearing the cache, but not all browsers have them.

    HTH,

    ^ _ ^


    Google Chorme has a very stubborn cache.  While testing changes, you must open the Developer Console (F12).  Click on Network & Disable Cache.

    Nancy O'Shea— Product User & Community Expert