I checked out another of the demos on the cssplay site
and found this code, but I can't see what is creating the
shadow...in the other code I tried, filter:shadow was used,
but what in the code below creates the shadow?

Rick

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
  
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
  
.ltin {
  left:-5px;
  }
  
.tpin {
  top:-5px;
  }
  
.narrow {width:8em;} /* change to suit */
h4 {font-weight:bold; color:#000;}



> -----Original Message-----
> From: David Laakso [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 17, 2005 9:20 PM
> To: [EMAIL PROTECTED]
> Cc: css-discuss
> Subject: Re: [css-d] (Second Posting...anyone know?) How can I create a
> shadow around a div without the imageinside?
> 
> 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to