Re: [css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-21 Thread Chetan Crasta
In the Name/Email inputs, the tops of the text "Name" and "Email" are cut off (Firefox 4 / Ubuntu). I think the reason for this is for the computed font size ( 25.13 px), the line height is 32px. However, only 17px space is available. If you increase the height of the input element to 44px, and mov

Re: [css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-20 Thread Elli Vizcaino
>Assuming you mean the Name/Email inputs Yes this is what I mean. >Chrome / Mac it's cut off on the bottom. Firefox / Mac it's cut off on >the top. In both cases removing the height fixes the problem in both >cases. > >Tim Removing the height does not exactly fix my problem for 2 reasons, it m

Re: [css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-20 Thread Tim White
On Tue, Dec 20, 2011 at 1:00 PM, Elli Vizcaino wrote: >>Hello Gang, > >>I'm using a custom font for the input values of a newsletter sign-up form >>(found in the sidebar) and the top of the font gets cut off, despite the fact >>that I've declared the box-sizing to border-box. If I use the defaul

Re: [css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-20 Thread Ingo Chao
Assuming you mean the Name/Email inputs, I see the bottom, not the top, is chopped in Chrome/Mac with the font "Little Days". With the font-family disabled (falling back to Candara I think) and with padding disabled, the text is somewhat centered. Is this what you mean in your description? Canot co

[css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-20 Thread Elli Vizcaino
Hi Everyone, I still need help w this issue (please see previous post copied/pasted below). One suggestion given, didn't exactly work and no further explanation was provided. Any one know why this is happening and how I can resolve it? Once again TIA! Elli >Subject: [css-d] @Font-Face Font