[FM Discuss] css drop shadow?
Martin Kean
Martin.Kean at op.ac.nz
Mon Apr 12 22:42:55 PDT 2010
Hi,
Using the CSS3 box-shadow property:
.shadow-container {
-moz-box-shadow: 5px 5px 5px #848284; /* FF3.5+ */
-webkit-box-shadow: 5px 5px 5px #848284; /* Saf3.0+, Chrome */
box-shadow: 5px 5px 5px #848284; /* Opera 10.5, IE 9.0 */
}
where the first pixel value is horizontal offset (positive number moves to the right), second pixel value is vertical offset (positive number moves shadow down), and third pixel value is opacity of the following colour.
The htm and css are attached,
Martin
________________________________________
From: discuss-bounces at lists.flossmanuals.net [discuss-bounces at lists.flossmanuals.net] On Behalf Of adam hyde [adam at flossmanuals.net]
Sent: Tuesday, 13 April 2010 8:37 a.m.
To: discuss at lists.flossmanuals.net
Subject: [FM Discuss] css drop shadow?
any CSS guru out there want to try and find a better way for the drop
shadows we have on booki?
http://www.booki.cc
if you download the page and then make up the css with the static page i
can copy it...
adam
--
Adam Hyde
Founder FLOSS Manuals
German mobile : + 49 177 4935122
Email : adam at flossmanuals.net
irc: irc.freenode.net #flossmanuals
"Free manuals for free software"
http://www.flossmanuals.net/about
_______________________________________________
Discuss mailing list
Discuss at lists.flossmanuals.net
http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net
______________________________________________________________________________
This email has been scrubbed for your protection by SMX.
For more information visit http://smxemail.com
______________________________________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: booki.css
Type: text/css
Size: 919 bytes
Desc: booki.css
URL: <http://lists.flossmanuals.net/pipermail/discuss-flossmanuals.net/attachments/20100413/b7f7de00/attachment.css>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.flossmanuals.net/pipermail/discuss-flossmanuals.net/attachments/20100413/b7f7de00/attachment.htm>
More information about the Discuss
mailing list