On 11 Aug 2007, at 10:01 AM, Joyce Evans wrote:

When I view the following link (which I’m working on) in IE7, the lower portion of the “y” in the word “Physician” does not appear.  I see the entire “y” in IE 6 and FF 2 but not in IE7.  This text is sitting within an h1 tag within a #title tag.  Does anyone have an idea why I can’t see the lower portion of “y”?

Hi Joyce

Apart from the fact that you really shouldn't be using px to define the size of your h1 text, try adding line-height to the h1 rule in your css, and then tweaking the padding:

h1 {
        color: #ffffff;
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 22px ;
        padding: 9px 62px 0 0;
        margin: 0;
}

Tested in IE7/XP; haven't looked at 6...

HTH
N
___________________________
omnivision. websight.
http://www.omnivision.com.au/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to