1.  Delete the line-height: 1px;
2.  Change the padding in the ".navitem a" rule to:

.nav_item a {styles.css (line 221)
  color:#B2D6E5;
  display:block;
  font-family:arial,verdana,sans-serif;
  font-size:11pt;
*  padding: 6px 7px 0;*
  text-decoration:none;
}

3.  Do the same change to ".nav_item_active a".

You had such a high amount of padding that when you removed "line-height:
1px;" it would push the text down to the bottom.

Let me know if this worked out for you.

On Sat, Jan 10, 2009 at 12:29 PM, pkr <[email protected]> wrote:

>
> Hi there,
>
> Thank the lord for this group.
>
> I'm about to start phase 2 of developing the backend of my site, but I
> have a few cross browser compatibility issues with my CSS that I need
> to address before I dive in.
>
> This one in particular is killing me. The problem is that in IE7, some
> text is getting cut off half way through. I've traced the problem back
> and it seems like it stems from including a line-height: 1px;
> statement. I've tried change it to em, pt, added a clear: bottom; but
> nothing.
>
> The reason I've included the line-height is to center the text in the
> cell to keep it from being at the very bottom. If I take the statement
> out, it WILL solve the cut off text problem, however, it also
> positions the text at the very bottom of the cell which is not what I
> want.
>
> For reference the page in question is http://tinyurl.com/8f9dkf
>
> [CODE]
> .nav_item {
>        float: right;
>        height: 28px;
>        font-family: arial, verdana, sans-serif;
>        line-height: 1px;
> }
> [/CODE]
>
> That is the problem. I've tried switching the line-height to
> the .nav_item a{ } class but still nothing...
>
> Anyone have any idea what could be going wrong? Any help would be very
> much appreciated! Thanks in advance.
> >
>


-- 
-Richard Aday

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to