Quantcast
Channel: Web Development India » Firefox
Viewing all articles
Browse latest Browse all 3

All Browser Shadow Effect in DIV

$
0
0

Here is code that display shadow effect of all browser.
I tested in Firefox, Crome, Safari, IE7

<div style=”position:absolute;width:240px;height:160px;background:#f6dd28;
-moz-box-shadow:2px 2px 2px #c1c1c1;-webkit-box-shadow:2px 2px 2px #c1c1c1;box-shadow:2px 2px 2px #c1c1c1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=’#c1c1c1′, Positive=’true’)”></div>

The post All Browser Shadow Effect in DIV appeared first on Web Development India.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images