On Sun, Mar 16, 2014 at 8:15 PM, David Laakso wrote:
> In the footer ie/11 is chopping-off the crossbar of the numerical
> digit 4. What to do?
Thanks to all who replied both on and off-list.
Re-set css for the containing blocks and re-set the generated content.
letter-spacing to .175em. The foo
Here is an example without using ::after and content
http://jsfiddle.net/2n6an/1/
On Sun, Mar 16, 2014 at 8:52 PM, Chris Rockwell wrote:
> Aargh, this is annoying. I've got it narrowed down to the text shadow.
>
>
> On Sun, Mar 16, 2014 at 8:49 PM, Chris Rockwell
> wrote:
>
>> Or maybe it's s
Aargh, this is annoying. I've got it narrowed down to the text shadow.
On Sun, Mar 16, 2014 at 8:49 PM, Chris Rockwell wrote:
> Or maybe it's something else, this seems to work fine:
> http://jsfiddle.net/2n6an/
>
>
> On Sun, Mar 16, 2014 at 8:40 PM, Chris Rockwell
> wrote:
>
>> It's the lette
Or maybe it's something else, this seems to work fine:
http://jsfiddle.net/2n6an/
On Sun, Mar 16, 2014 at 8:40 PM, Chris Rockwell wrote:
> It's the letter-spacing, just don't know why yet. It appears to only have
> an affect when it's being applied to the content: "" attribute.
>
>
> On Sun, Ma
It's the letter-spacing, just don't know why yet. It appears to only have
an affect when it's being applied to the content: "" attribute.
On Sun, Mar 16, 2014 at 8:15 PM, David Laakso wrote:
> In the footer ie/11 is chopping-off the crossbar of the numerical
> digit 4. What to do?
>
> html
> ht
In the footer ie/11 is chopping-off the crossbar of the numerical
digit 4. What to do?
html
http://ccstudi.com/
css
http://ccstudi.com/site/css/sisu.css
footer::after{
border:1px dotted red;
content:"'14";
color:rgb(218,165,32);
font:1250% 'falstaffMTStd';
letter-spacing:-.25em;
margin:0;
paddin