Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
3answers
8k views

Google Chrome text shadow rendering

Google Chrome has an extremely annoying defect in its implementation of CSS3 text-shadow. The sub-pixel antialiasing is turned off when text-shadow is applied. No amount of -webkit-font-smoothing will ...
9
votes
3answers
4k views

css3 text-shadow in IE9

Is there an easy way to have css3 text-shadow's working in IE9? At least a single text shadow would be great. I guess ideally IE8 is supported as well. I'm hoping there's a simple jquery plugin or ...
8
votes
5answers
2k views

Font Smoothing Techniques? text-shadow rendering differently in Chrome 14.0.833.0 or higher

I've been using CSS3 text-shadow to emulate IE9's font smoothing on other browsers. Basically I've just set the text-shadow of a container's text to the container's background. You can see the ...
5
votes
2answers
820 views

Chrome doesn't display text-shadow with a spread value

I have this extremely simple HTML document: <html> <head> <title>test</title> </head> <body> <div style="text-shadow: 0px 0px 5px ...
4
votes
2answers
1k views

Webkit choking on rendering multiple text-shadow & box-shadow values with webkit-transition

CSS3 -webkit-transition is choking on multiple box-shadow values and text-shadow values. (Chrome & Safari) More specifically, I have two screnarios... (1) I have text has a document heading that ...
3
votes
1answer
790 views

How do I combined CSS text-shadow and “background-image: -webkit-gradient”

I am trying to achieve a gradient + text shadow effect in Chrome/Safari using CSS text-shadow and a combination of text-shadow and background-image: -webkit-gradient, see example blw. I can only make ...
2
votes
2answers
39 views

Where to submit CSS feature requests [closed]

Does any one know any official place where CSS feature requests can be made? I would like to request that there be an 'inset' keyword added to the text-shadow property so we can have inset text ...
2
votes
1answer
117 views

CSS Text Shadow + Annoying effect on blank space

I was wondering whether this "effect" is a known problem or it happens only to me: Fiddle Example As you can see the blank space looks like a small gray dot. I´d really like to remove that, but ...
2
votes
3answers
291 views

Using jQuery to add an dropshadow on text

I've got a text on the homepage of an website i'm working on. The text can be changed an controlled using an CMS and thus is variable. What are my options of getting an dropshadow on this text? I've ...
2
votes
4answers
601 views

CSS3 Text Shadow & Opacity Bug - [fadeOut() / fadeIn() in Jquery]

There is a known issue with using jquery fadeOut, fadeIn, and fadeToggle, when fading some text which does not have a background color or image. (The text has green antialiasing thing going on during ...
2
votes
4answers
433 views

jQuery and colour calculation

Currently I've got an H1 tag set to a colour of #8c0000 (a deep red). Using jQuery, I would like to get the colour of the H1 and then do a calculation based on the h1's colour to determine what the ...
2
votes
3answers
6k views

Inset text effect with css text shadow [closed]

Possible Duplicate: Is it possible to get cut out text effect like this using CSS/CSS3 only? I know there's some cool text shadow effects that can be achieved with css's text-shadow ...
2
votes
3answers
6k views

Text Shadow in Internet Explorer?

I'm coding a webpage and here is how it looks in Firefox, Safari, Opera, and Chrome. and here is how it looks in Internet Explorer (brace yourselves) Where the hell is the Text-shadow for ...
2
votes
1answer
1k views

Remove the white text shadow from disabled links in IE8

We are using Ext JS for an application in work, building a custom theme for it. We currently have a dark colour scheme including menus with dark backgrounds. In some of the menus some of the links are ...
1
vote
3answers
66 views

moz css hack for text shadow

I am trying to create a text shadow in Mozilla browsers only. (I'm using this as a workaround for some issues with a font that I'm using.) I have tried -moz-text-shadow, but it seems that this is now ...
1
vote
1answer
28 views

Chrome issue with text-shadow color on transformed paragraphs

For whatever reason, when I apply a CSS transform to a paragraph that already has a text-shadow applied, the color of the text-shadow becomes the color of the paragraph, regardless of the color ...
1
vote
2answers
54 views

Webkit vs. Firefox vs. Opera text-shadow issue

I seem to have an issue where Firefox is displaying a blurred text shadow of 0.75 opacity just fine on white background, but in Webkit and Opera it's too dark/crisp. Who is right? What gives? And ...
1
vote
0answers
53 views

Slow scrolling in Opera (11) using fixed position and text shadow

I am using text-shadow for all p and headline tags (2px white glow for better readability), everything works fine until page is scrolled and javascript changes absolute positioning on one element to ...
1
vote
1answer
64 views

Why the MS filters (dropShadow, glow or shadow) doesn't work for <span> tags in IE?

I just want to apply text shadow to <span> elements in Internet Explorer 6-9. I'm using the following CSS code. .dropShadow { filter: dropshadow(color=#ffff00,offX=5,offY=5); } .glow { ...
1
vote
0answers
81 views

How to get negative text shadow (Android)

I want my text shadow to appear reverse (above the text) rather than below the text. Is there a way to have a negative "Dy" value like I have below? <item ...
1
vote
1answer
67 views

Box-shadow shows around block not around text when applying it to h2

HTML: <div class="div1"> <h2>Set RSVP & Check in</h2> <p> Set RSVP to remind all events you plan to go. </p> </div> CSS: .div1 { ...
1
vote
1answer
74 views

How can I do a text gradient with a drop shadow on a gradient background?

Here's what I need to pull off in CSS (it's terribly ugly, but it shows my problem well as an example): We've got a gradient over text with a drop shadow on a background that has a slight gradient. ...
1
vote
1answer
92 views

Strange behaviors of opacity and text-shadow

I'm having a problem with Chrome trying to set an opacity below 1 because the text will appear different than how it looks when the opacity is 1 In the picture I've set the opacity: 0.5; on a few ...
1
vote
3answers
551 views

Getting IE text-shadow polyfill to work with Modernizr

I am trying to get a small polyfill (https://github.com/heygrady/textshadow) to add text-shadow effect on Internet Explorer to work, but can't seem to figure out how to make it work. This is the code ...
1
vote
2answers
83 views

How to check if element has text-shadow

How do I check if a element has text-shadow set in the CSS ? With jQuery
1
vote
1answer
309 views

Validation Please: Google Web Fonts + Google Chrome 11.0.696.68 + Windows 7 + text-shadow (with rgba) = Fail

Doing a bit of research, it appears Google Chrome renders the rest of the page, but until the web font has loaded, it displays a blank space in place of the text that uses the font [source: ...
1
vote
1answer
515 views

Font-face with text shadow giving poor result

I've used font-face with text shadow which looks good both in FF 3.6 and IE 8 in windows7. In windows XP, however, it looks ok in IE but the text is not clear in Firefox 3.6. It loads and its clear ...
1
vote
2answers
280 views

CSS text-shadow navigation problem

I'm trying to make a pseudo link class with the CSS3 text-shadow for both navigation and normal use of links. The problem is that the state "a:hover" is overruling "a:visited" so when doing a ...
1
vote
3answers
168 views

jQuery getting text-shadow variabile

I want to get 4 variables when I click on a span that have the CSS3 text-shadow propriety. So for a css propriety of text-shadow: -4px 11px 8px rgb(30, 43, 2);, my code should be: ...
0
votes
1answer
20 views

CSS text-shadow property doesn't follow hierarchy with :visited pseudo-class

I have a little problem with the visited pseudo-class and the text-shadow property in CSS. Here is my code: li.episode a{ display: block; float: left; -moz-border-radius: 3px; -webkit-border-radius: ...
0
votes
1answer
20 views

text-shadow in older FireFox versions

I have upgraded my FireFox to 9.0.1 so I can't checked what I am asking. I want to use text-shadow css inside my site but I don't know if it works in older FireFox versions like 3.5 . box-shadow ...
0
votes
0answers
27 views

HTML/JS - text-shadow for inputs?

Is it even possible to force text-shadow on elements like: <input name="submit" type="submit" id="submit" value="Submit" /> ? Of course text-shadow doesn't work in any browser when it comes ...
0
votes
0answers
28 views

CSS Text Shadow Colour Calculator

I'm not really sure if this question fits the remit of SO, so if not, please feel free to lock it and we can all move on and get on with our coding. However, I have been working a lot recently with ...
0
votes
3answers
54 views

How to unset CSS text-shadow using Javascript?

I use Javacript to set CSS text-shadow property. Here is my code to set the text-shadow property: var text = document.getElementById("text"); text.style.textShadow = "1px 1px 0 red"; But, I don't ...
0
votes
0answers
70 views

How to get rid of black artifacts on text when using dropshadow filter in IE9

Image CSS below. I need a red color heading with a #f2f2f2 shadow. It look ok in Chrome and Firefox but in IE it show litte black artifacts on the edges of every letter. Is there a better way to make ...
0
votes
1answer
125 views

Remove CSS3 text-shadows and box-shadows from IE

I've looked high and low and it seems like an easy enough question. I am using CSS3 shadows (box and text) and it really destroys any readability in IE, so I want to just remove all shadows in this ...
0
votes
2answers
270 views

Text shadow behavior in iOS5

I currently develop a website in mobile safari. I am stuck on a problem that the text shadow behavior in iOS5 and iOS4 is completely different such as the blue effect. And the result of text shadow ...
0
votes
1answer
257 views

jQuery/CSS text-shadow effect

Yes, I was trying to find something before I asked. I am working on my website and I decided to use text-shadow, t\it sounds simple but it isn't. IE doesnt support the text-shadow property, but I ...
0
votes
3answers
663 views

How can i make text glow on mouseover of another element (Without text-shadow)

Say for example I have the following code: HTML: <ul> <li> <a> <span class="title">Home</span> <span class="description">My ...
0
votes
1answer
402 views

IE8 Cufon.replace Text Shadow Issue

Ok, so I'm using Cufon.replace to add a 2px text shadow onto my replaced text, but the problem is, in IE8 for some reason the text shadow is above the text itself, so it looks as if the original text ...
0
votes
1answer
102 views

How can I keep CSS3 text-shadow from overshadowing adjacent letters?

I am using a text-shadow effect on text that is rendered using WebKit. It works, but not well. I have white bolded text with the following setting for the text-shadow: text-shadow: rgba(0,0,0,0.9) ...
-2
votes
4answers
421 views

How can i achieve a text-glow effect in ie(7+)?

the question says it all xD Using CSS, JQuery Or both how can i make text glow. Is it possible?