The box-shadow tag has no wiki summary.
30
votes
11answers
34k views
Emulating CSS3 border-radius and box-shadow in IE7/8
I'm working on HTML for a small web application; the design calls for a content area with rounded corners and a drop shadow. I've been able to produce this with CSS3, and it works flawlessly on ...
21
votes
9answers
12k views
Box-shadow and border-radius bug in Chrome
I've been experimenting with CSS3 and found something strange. Heres's the part of DIV style:
border:#446429 solid 1px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
...
20
votes
8answers
5k views
Issue with box-shadow on IE9
I'm having a frustrating issue with IE9 and it's box shadow implementation.
I'm trying to simulate a floating modal box type thing.
Here's a summary of the code I'm using which can duplicate the ...
15
votes
3answers
8k views
drop shadow only bottom css3
Is there a way to drop the shadow only on the bottom?. I have a menu with 2 images next to eachother. I don't want a right shadow because it overlaps the right image. I don't like to use images for ...
14
votes
4answers
13k views
CSS Box Shadow Bottom Only
How do I do this? I want my element to look as though it has a shadow underline. I dont want the shadow for the other 3 sides
10
votes
3answers
4k views
box-shadow : is there a “box-shadow-color”?
Note: CSS novice here. Be gentle. ;-)
I have the following CSS:
...
-webkit-box-shadow: inset 0px 0px 2px #a00;
-moz-box-shadow: inset 0px 0px 2px #a00;
...
Now I am trying to extract that ...
7
votes
3answers
244 views
How to remove the strange border from shadow in Firefox?
See this fiddle in Firefox http://jsfiddle.net/qwbpZ/4/
On hover you will see this grey line
It's fine in Google Chrome but this grey border is appearing in other browsers.
How can I solve this?
...
7
votes
7answers
5k views
Firefox & CSS3: using overflow: hidden and box-shadow
I'm not sure whether this bug applies to Firefox only or also to WebKit-based browsers, but it's really, really annoying.
I've got a template/framework for my CMS interface, using box-shadow on a ...
6
votes
4answers
440 views
CSS box-shadow: Only apply to part of an element
I've got an element that I want to have a shadow accent just on one end, like this (from Photoshop):
The closest I've gotten is like this (HTML + CSS3):
So, is it possible to make the shadow fade, ...
6
votes
2answers
14k views
CSS3 Box Shadow on Top, Left, and Right Only
Greetings,
I am trying to apply a CSS3 box shadow to only the top, right, and left of a DIV with a radius that matches the result of the following CSS (minus the bottom shadow)
#div {
...
5
votes
3answers
139 views
Adding a glow to 3 sides using CSS
I have a box which overlaps another to form a sort of L shape, I am trying to achieve a glow around the whole of the L shape which therefore requires a glow on only 3 sides of one of these boxes.
...
5
votes
1answer
220 views
Increase performance of box-shadow
I think it's quite likely the answer is no, but someone might know something I don't.
I've got an image gallery with sorting buttons that, when clicked, sorted the gallery in an animated style using ...
5
votes
2answers
1k views
box-shadow and 100% Fluid Width Issue
I've been polishing up a page I built over the past day or two and have run into an issue after using box-shadow - I was hoping someone might shed some light on an easy way to fix this.
The Setup:
I ...
5
votes
2answers
2k 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 ...
4
votes
2answers
169 views
CSS Speech Bubble with Box Shadow
Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to both parent and the pseudo element (see images) and code.
Is this possible? Or am I better off ...
4
votes
2answers
106 views
Jquery turn off box-shadow on load
I have some elements that have a CSS3 box-shadow around them as default, if the user has javascript turned on though I would like to hide the box-shadow.
I am currently using the code seen below to ...
4
votes
1answer
128 views
CSS box shadow not truly transparent?
This is a stack of 8 white box shadows, with a blue background gradient at the bottom and a white background elsewhere.
By my logic a white box shadow on a white background should result in white, ...
4
votes
4answers
152 views
4
votes
3answers
2k views
CSS Box Shadow - Top and Bottom Only
I cannot find any examples of how to do this, but how can I add a box shadow only to the top and bottom of an element?
4
votes
3answers
3k views
CSS3 box-shadow blur in IE9
Has anyone else noticed that IE9's "standard" implementation of CSS box-shadow differs from other browsers? Whenever I use box-shadow and set a blur value, IE9 seems to render the blur at about half ...
3
votes
2answers
100 views
Is there a way to use two CSS3 box shadows on one element?
I'm trying to replicate a button style in a Photoshop mock-up that has two shadows on it. The first shadow is an inner lighter box shadow (2px), and the second is a drop shadow outside the button ...
3
votes
3answers
176 views
box-shadow with Safari and Chrome and IE
There is some odd behaviour, when it comes to box shadows in Chrome and Safari.
When I use box-shadow the Chrome Browser in recent versions does support the CSS3 specification without the -webkit-* ...
3
votes
1answer
92 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 ...
3
votes
2answers
99 views
fuse overlapping elements with transparent background and box shadow
I'm trying to make two elements line up and fuse -- as if they were one element -- normally I would overlap them a bit and they will pretty readily look like one element but the elements I am using ...
3
votes
2answers
105 views
Can I create a nice box shadow with CSS < 3?
I bet CSS3 is not compatible to all browsers.
I want to know if there is any method I can create a box shadow with using only CSS and none of the CSS3 methods.
It should be as good looking as made ...
3
votes
1answer
233 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 ...
3
votes
1answer
239 views
Weird box-shadow artifacts in webkit
Anyone have any idea what could be causing the blue box to the right of the input field?
It's been the bane of my existence the past few days. Only appears intermittently. The markup for each input ...
3
votes
2answers
61 views
Set CSS3 box-shadow not to be on top of div
I have a div box with box-shadow set around it with the following CSS:
-moz-box-shadow: 1px 1px 15px #415a68;
-webkit-box-shadow: 1px 1px 15px #415a68;
-khtml-box-shadow: 1px 1px 15px #415a68;
...
3
votes
4answers
290 views
How do I remove only the top part of a box-shadow?
I'm using border-radius and box-shadow to make a glow around an element.
Can I remove only the top part of the box-shadow?
Live example
div {
margin-top: 25px;
color: #fff;
height: ...
3
votes
4answers
866 views
Why does a background break a box-shadow inset effect?
Im trying to achieve an inner-shadow effect on a simple box, something like:
where the green box is the content inside another box.
My problem is that if i give the content box any kind of ...
3
votes
1answer
1k views
Rendering CSS3 inset shadow with an image
I would like to take advantage of the new CSS3 box-shadow feature for a site I am working on.
The problem is that Chrome 9.0.5 and Opera 10 do not render the inset border correctly if there is an img ...
3
votes
2answers
2k views
CSS3 box-shadow causes scroll-lag (slow performance) on Safari 5.0.2?
Hey there,
this time I have a quite rare issue that's occurring only in Safari 5.0.2. When using CSS3's box-shadow parameter, Safari's performance is that bad, you can't even scroll down properly or ...
3
votes
3answers
3k 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 ...
2
votes
1answer
101 views
box-shadow and border rendering bug
Css causing the "bug":
div {
width: 100px;
height: 100px;
background-color: transparent;
box-shadow: 0 0 15px 20px #000 inset;
border: 100px solid #000 ;
border-radius: 150px;
...
2
votes
2answers
133 views
css box shadow not working on chrome
CSS box shadow works on mozilla but not on Chrome.
If I use the class on div (i.e. div with id mydiv) it works!
Why am I not allowed to use box shadow on tr tag??
<!DOCTYPE html> ...
2
votes
1answer
115 views
CSS3 preserve internal box shadow with child elements?
Have a look at this:
http://jsfiddle.net/6Yq8b/78/
Is there a way I can preserve a Div's internal box shadow when child elements move outside its boundaries? In the given link, what happens is the ...
2
votes
1answer
34 views
box-shadow causing h-scrollbar to show in Opera
#wrap{
box-shadow: inset 0 10px 30px rgba(0,0,0, 0.75);
}
The element has 100% width.
Why do I get the scroll bar?
2
votes
2answers
91 views
Is css box-shadow part of element's box model?
Is box-shadow part of box? width of shadow will be included in total width of Block element?
2
votes
3answers
150 views
CSS Shadow Box around the DIV
Is it possible to have the shadow to surround the DIV around it?
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
I know the that in order it
...
2
votes
2answers
260 views
CSS box-shadow on scrolled content
I want to have a div with an inset box-shadow that has scrolled content in it. Unfortunately, the box-shadow doesn't get casted on the elements within the content, but rather on the background, but I ...
2
votes
2answers
235 views
2
votes
1answer
779 views
jQuery box shadow animation - is it possible?
using the animate() function?
I tried this solution:
Correct way to animate box-shadow with jQuery
like
...
.animate({
marginTop: '-20px',
marginLeft: '-20px',
width: '200px',
...
2
votes
2answers
1k views
One pixel shadow on three sides using CSS3 box-shadow
I need to create a one pixel shadow on three sides of an element using box shadow. I'm using the following code, except it's creating a two pixel border but I only need one.
-moz-box-shadow: 0 ...
2
votes
3answers
2k views
css3 box shadows in one direction only?
I have an element that has inset box shadows, but I want the shadow on only the top.
Is there no way to set only the top shadow? Do I have to resort to creating additional elements to overlay the ...
2
votes
2answers
2k views
box shadow on an ipad / safari
I'm having trouble adding the nice shadow on focus for an input box on my ipad for safari.
Here's my code
/* remember to define focus styles! */
:focus {
outline: 0;
}
input[type=text]{
...
2
votes
4answers
2k views
Safari box shadow inset support
I have a box in one of my websites that has a these property:
-moz-box-shadow:inset 0 0 50px #ecf4de;
-webkit-box-shadow:inset 0 0 50px #ecf4de;
box-shadow:inset 0 0 50px #ecf4de;
This gives the ...
2
votes
2answers
4k views
CSS3 box-shadow + inset + RGBA
I'm doing some tests with new features of CSS3, but this combination only works in lastest versions of Chrome and Firefox, but not in Safari or Opera:
box-shadow: inset 0px -10px 20px 0px ...
2
votes
1answer
141 views
How does box-shadow property affect the box-module is css?
Does adding a box-shadow property to a div change it's dimension? For example, what is the correct width in compliant browsers for the div MyDiv?
202px (borders and width)
203px (borders width and ...
2
votes
4answers
507 views
Progressive Enhancement with box-shadow
I would like to use WebKit's box-shadow css property for a little drop-down. The code would look like:
.drop_down{
-webkit-box-shadow: 1px 1px 4px #888;
box-shadow: 1px 1px 4px #888;
}
However, ...
1
vote
1answer
21 views
box-shadow artifacts due jQuery animate in the WebKit
When I try to apply jQuery animate method to the float block near the one with box-shadow, some artifacts take a place in the WebKit (i'm testing in the Chrome 18 & 19).
Test case:
...