Box-shadow is a CSS declaration which adds one or more shadows behind box elements in modern browsers

learn more… | top users | synonyms

0
votes
1answer
273 views

Inset Box Shadow on iFrame (Google Calendar)

I am trying to put an Inset Box Shadow on a Google Calender and cannot seem to get it to show up unless the z-index is a negative. It shows, but then the user cannot click/use the calendar. I looked ...
0
votes
0answers
24 views

How to fix CSS3 transform:scale , shadows image hover effect in ie 8

I Want Fix This effect in ie8 bacause in ie8 this below code not works .css3gallery img{ -webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/ -moz-transform:scale(1); ...
4
votes
5answers
2k views

Add inset box-shadow on Google Maps element

I am willing to add some inset box-shadow to a tag that is containing a Google Maps element. However, it seems nothing happens, probably because Google loads some other div's in the original element, ...
2
votes
8answers
6k views

CSS Box-Shadow Not Working in IE

How would I get this to work in IE? .fancy { border: 1px solid black; margin: 10px; box-shadow: 5px 5px 5px #cccccc; -webkit-box-shadow: 5px 5px 5px #cccccc; -moz-box-shadow: ...
1
vote
1answer
30 views

imagemagick command-line -shadow like photoshop inner-shadow problems

I'm trying to create a Photoshop inner-shadow effect, same as css3 box-shadow inset effect. Step 1 (i'm generating button - rounded rectangle): convert -size 220x50 xc:none -fill '#bdbdbd' -draw ...
0
votes
0answers
11 views

Show box-shadow through transparent object (div)

I'm working on a css3 3D page and i want to show the shadow through a transparent div but i can't get this to work... I can't use a span or anything because it needs to be the same object because of ...
2
votes
2answers
36 views

Overlapping box-shadow with float divs

Code http://jsfiddle.net/LtZAv/ What is expected top shadow of second .child .comment-box is displayed and overlapping the first .child .comment-box What browser renders box shadow of second ...
0
votes
1answer
32 views

Chrome drop-shadow box appears over div

I'm trying to make shadow appear under my div. So far it works on anything except chrome/chromium. To put it simply the div that draws the shadows isn't shown as it should, even though z-index ...
7
votes
1answer
103 views

How do I make text-shadow and box-shadow use the text color on all browsers?

I'm trying to create a style for a box with a shadow that's the same color as its text. Because I have several boxes, each with a different text color, I'd like to avoid having to repeat the same ...
1
vote
2answers
124 views

iPad CSS 3 box-shadow bug

When I open the following bug on iPad Safari, is there a white border before the shadow.. Does anyone know this bug and a solution? HTML: http://jsfiddle.net/RJxBu/ box-shadow: 5px 5px 4px 2px ...
128
votes
6answers
75k views

Box-shadow only on one side

Many times i need to create a shadow of some block element but only (for example) on its right side. The way I do it is to wrap the inner element with box-shadow into an outer one with padding-right ...
1
vote
2answers
83 views

How to apply a web-transition from inset to outer box-shadow on a div box?

I am trying to work on a web transition which starts with inset box-shadow to ends at outer box-shadow. The below jsfiddle shows the example.The problem is normal inset to none box-shadow ...
1
vote
1answer
29 views

Box-shadow transition not working

I want a box shadow to appear on hover and transition to it. I have the classes below. The shadow appears, but without transition. I'm looking at it in a chrome browser and can see the transition ...
0
votes
1answer
21 views

Page curl css3 effect issue

http://www.triniscene.com/tsv7/caribbean/galleries/ Can anyone point out what is causing the page curl effect to NOT be visible. I'm wrecking my brain here and I'm just not figuring it out
0
votes
1answer
669 views

Why is my CSS3 box shadow not working properly? [closed]

I'm using the newest version of Chrome and I simply cannot get the box shadow to display properly on my div when I use rounded corners..it looks like it's cut off or something, please see the ...
0
votes
0answers
20 views

vertical shadow with only with css3

Is it possible to create a vertical shadow in only css3 like this one: http://stcm.nl/mijn/img/bbg.gif How can I do this?
0
votes
2answers
49 views

How to get hovering shadow under a letter with CSS-only?

I would like to reproduce the following logo, add a shadow below one letter as in the using only CSS. How to do it as box-shadow overflow on both side of the letter ? I would prefer to avoid having ...
1
vote
2answers
65 views

Issue with javascript, IE, and shadow box

I am having shadow boxissues when I extend my side navigation in Internet Explorer only. This is not an issue with Chrome or Firefox. It leaves the bottom line of the site every time you change the ...
0
votes
2answers
32 views

box shadow applied to container div cuts off the last two floating child divs

I am applying box shadow on the mainContent div which contains 6 other divs but the box shadow is applied to the section of the mainContent div just above the last two floating divs. jsfiddle HTML: ...
0
votes
1answer
15 views

How can I make double box-shadow on an element in CSS?

How can I make both inner shadow (top) and outer shadow on an element in CSS? The button Facebook uses in their mobile application, has both: Slight white line at the top of the button, And a ...
4
votes
2answers
3k views

Is jQuery unable to change the CSS3 box-shadow value?

Background I have a pair of functions I want to use to animate some navigation buttons. Basically, I want these buttons to look like buttons -- they have box-shadows enabled. And when the user clicks ...
0
votes
1answer
91 views

Internet Explorer - CSS box-Shadow around container div only

Here is my css for my site. The box-shadows work perfectly for chrome and firefox, but I can not get this to work correctly for internet explorer 9 and below. It does work correctly on IE 10. I ...
10
votes
3answers
20k views

Problems with CSS Box-Shadow:Inset on image

I'm trying to replicate the CSS 'Vignette' effect, detailed on Trent Walton's site. .vignette1 { box-shadow:inset 0px 0px 85px rgba(0,0,0,.5); -webkit-box-shadow:inset 0px 0px 85px ...
2
votes
1answer
73 views

How do I create a box-shadow effect that looks like a curve?

I am familiar with creating basic box-shadows but I can't understand how to create something that looks like a curve. To better explain what I am looking for, I've attached the image. I need ...
11
votes
4answers
6k views

CSS3 box shadow on top of children

How do I get an inset CSS3 box shadow to render on top of its children elements? Problem: HTML: <div id="chatroom"> <div class="chatmessage"><b>User ...
8
votes
4answers
204 views

How to fix IE rendering of border-radius combined with box-shadow?

Does anybody have an idea on how to "fix" the rendering in IE 9 and 10 of a combination of box-shadow and border-radius? It's especially noticeable when using inset shadows. The radius of the shadow ...
1
vote
2answers
392 views

IE 9 and 10 box-shadow on resizing element

http://jsbin.com/ararar/5/edit tl;dr The above link is a quick example of the problem further described below. Click on the li:s to remove them, and see the rendering glitch in IE9 or IE10. In an ...
1
vote
2answers
29 views

A circle with inside and out side box-shadow have 1px border

I have a circle which have both inside and outside box-shadow,but there is a 1px unwanted border.anyone can help me to remove that border and tell me why this is happening with only circle. Here is ...
0
votes
3answers
43 views

No top box-shadow?

How could you eliminate the top box-shadow. It would be perfect if CSS had something already built in, but anything rarely is. Here's a live example. Scroll down to the bottom of the page to the ...
-1
votes
1answer
37 views

CSS3 Box-shadow not working

So, I'm having trouble with this code: #footer { position: fixed; bottom: 0px; margin: 0; padding: 0; left: 0; right: 0; width: 100%; height: 40px; font-family: Arial; text-shadow: 1px 1px 1px black; ...
1
vote
2answers
43 views

Add inline box-shadow option without overriding existing property

I have a box-shadow property applied to .foo in my style-sheet: .foo { box-shadow: 0 0 10px 0 #000000 inset, 0 0 2px 0 #3C3C3C inset; } Now I want to add another option to several divs inline ...
1
vote
2answers
16 views

CSS box shadow is so dark when printed

i got a div with a blur shadow on it. i am a using the CSS code below: -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .4); box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .4); the problem is ...
2
votes
1answer
715 views

Internet Explorer 10 box-shadow size

Normally I don't bother the small differences in the rendering of box-shadows in different browsers, but in this case the box-shadow size is kind of important. IE9 and IE10 render a smaller ...
2
votes
1answer
558 views

CSS box-shadow & margin

I have added CSS box-shadow to <img> in a blog post. The imgs have max-width:100% set so that they fill the column when it is resized. The shadow spills out into margins due to box-shadow ...
0
votes
1answer
36 views

Possible to have a fully transparent inset box-shadow?

Is it possible to have the two divs with box-shadow overlap with fully transparent edges? In my example, I want to keep the faded, kind of rounded edge, but it's important that the underlying box is ...
3
votes
1answer
227 views

IE10 inset box-shadow scaling with border-radius

I want to add an inset box-shadow in IE10. It appears that the rounded corner is scaling larger in size relatively to the border radius applied to the input element. This doesn't happen in webkit or ...
1
vote
1answer
24 views

CSS Inner Box Shadow for IE 7 and 8

I have an inner box shadow sort of working with this: filter: progid:DXImageTransform.Microsoft.dropShadow (OffX='-2', OffY='0', Color='#e2e3e7') But it makes more of a solid line inside the div... ...
3
votes
4answers
54 views

css - box shadow covering all contained divs using absolute positioning

Here's a reference http://cssdesk.com/rHWcz What I'm trying to do is have one of the div's contained be under the box shadow. I think using absolute positioning might be giving me some problems, but ...
0
votes
3answers
855 views

Displaying a shadow on the fixed #topbar only if the user scrolled down

I have a #top bar in my website. It is always visible at the top and travels with the user as the user scrolls. It works fine. Now I want to display a shadow on the #top bar only if the scrollbar ...
2
votes
1answer
132 views

IE9 boxshadow bug

I found that if you resize the div,the shadow will remain in the original position. I click the button make children div change height,and the parent change height too, but the shadow do not removed. ...
0
votes
1answer
39 views

How to fix the shadow on my menu, Fiddle example shown

Thanks ahead of time everyone. I have been working on a menu in CSS and HTML and I just can't figure out how to make the shadow appear around the whole menu item + sub-menu instead of just the part ...
0
votes
1answer
60 views

Wordpress & CSS: A trouble of an image which is above the rounded box

I have a trouble that I can't solve in a blog of WordPress. I don't know if it's bug or they are in confilcts. Firstly, see the image: http://i.imgur.com/K4gWjh9.png Notice the 3D rounded border and ...
0
votes
0answers
50 views

CSS: How much is the value of webkit-border-radius and inner webkit-box-shadow of the icon like Ubuntu Unity tablet icon?

I tried to make the border-radius and the inner webkit-box-shadow and webkit-border-radius of the icon, using the transparence out, like the Ubuntu Unity tablet icon, but it wasn't well sucesseful. ...
0
votes
2answers
621 views

box-shadow on <tbody> in Chrome?

I've been trying for about an hour to get chrome to pick up my box-shadow (and browser-specific variants) in Chrome applied to the <tbody> tag, but its not working. I'm getting exactly what I ...
0
votes
1answer
17 views

Is it possible to create a notch in a shadowed box with pure css?

I'm currently struggling with a layout where I'm asking myself if this is possible with pure css or if I have to use images. What I want to achieve is something like this: So the <body> is ...
10
votes
3answers
201 views

CSS3 “Lifted Corners” Drop-Shadow with Opacity

I have been playing with some CSS3 drop-shadow effects. I am pretty fond of the "lifted corners" effect but I ran into an issue when attempting to add opacity to the element. My question is: Is ...
6
votes
2answers
3k views

Box-shadow not working on Webkit?

I'm creating multiple borders to element using box-shadow, but they don't show at Webkit. What's wrong with this code? I'm using this four times to create shadow on each side, then border for extra ...
0
votes
0answers
21 views

Box-shadow in a textbox

I have a problem here. So far i could inset the shadow insidethe textbox, but now i want that box-shadow to appear only when the mouse is not in the textbox but has clicked it before like for example ...
3
votes
2answers
2k views

How to change inner box-shadow color with jquery or somehow?

I would like to change the box-shadow color as a result of the value I am getting from a database. basically what I am doing is: if (dbValue==1) $('.myDivClass').css("box-shadow","0px 0px ...
0
votes
3answers
130 views

Add a text shadow when scrolled (jquery or javascript)

i have this html and css code: <div class="header"> </div> .header { top:0; left:0; right:0; width:100%; background:#3b5998; height:95px; margin-bottom: ...

1 2 3 4 5 8