June 9, 200818 yr Hi. Can anyone offer any good resources for learning how to put drop shadows on the borders of a web page? I presume it is done by repeating an image in the CSS somehow? Sam
June 9, 200818 yr A very simple way of giving, say, a picture a 'fake' shadow is to give it a border. The trick is to make it something like: img { border-left:solid 1px #999; border-bottom:solid 1px #999; }
June 9, 200818 yr http://www.webdesignerforum.co.uk/index.php?showtopic=307 The link above will help you out with doing a nice looking drop shadow
June 9, 200818 yr Author http://www.webdesignerforum.co.uk/index.php?showtopic=307The link above will help you out with doing a nice looking drop shadow Thanks for the info Dizi. Much appreciated....
Create an account or sign in to comment