>Subject: RE: [css-d] @Font-Face Font Chopped OFF by Padding
> 
>
>First, remove this as it isn't needed (around line 342)
>.sof-email-form fieldset {
>width: 270px;
>margin: 0 35px 0 41px;
>}
> 

Actually I do need it because when I remove it, the input fields shift to the 
left and I need them right where they are. 


>Next, near line 355 in this class 
>.sof-email-form input {
> 
> 
>remove the heght: 29px; 
>and change the padding from 
>padding: 9px 4px 3px;
> 
>to 
>padding: 3px 4px 0 0;
> 
>and you should be good to go.
> 


Thanks but note that you've declared the padding with 0 on the left and that's 
actually where I need the padding, if I'm going to remove it from one side. Can 
you explain why I don't need the height property here? And is this cross 
browser compatible? I'm basing my changes off of FF3.6 haven't seen if your 
suggestions work cross browser.

Elli Vizcaino
Helping artists, entrepreneurs and small
businesses knock the socks off the competition!
http://www.e7flux.com 
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to