Re: [css-d] Partially Visible Text In IE7

2008-05-15 Thread Chris Hardie
for customization. Thanks again. > > Brant Burnett > Pathfinder Software > www.pfasoft.com > > -Original Message- > From: Chris Hardie [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 15, 2008 11:51 AM > To: Brant Burnett > Cc: css-d@lists.css-discuss.org >

Re: [css-d] Partially Visible Text In IE7

2008-05-15 Thread Brant Burnett
Software www.pfasoft.com -Original Message- From: Chris Hardie [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 11:51 AM To: Brant Burnett Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Partially Visible Text In IE7 Hi Brant, Hope this helps: .capacitylisttitle { font-size

Re: [css-d] Partially Visible Text In IE7

2008-05-15 Thread Gunlaug Sørtun
Brant Burnett wrote: > However, for some reason the text for the movie title on the very > last one doesn't always render correctly in IE7. > The IE/win 'stacking bug' is at play. Try adding... a {position: relative;} ...to get the l

Re: [css-d] Partially Visible Text In IE7

2008-05-15 Thread Christian Kirchhoff
Seems like something related to the Peekaboo bug. If the display of the last link is cut and you give it the focus, the link is repainted again and then complete. If you then hover one of the links in the left menu, the last link gets cut again. Maybe the technique desribed here helps: http://w

Re: [css-d] Partially Visible Text In IE7

2008-05-15 Thread Chris Hardie
Hi Brant, Hope this helps: .capacitylisttitle { font-size: 2em; margin-bottom: 0.5em; display:inline-block; } You may want to look into paring down the number of classes you have. Check out the section on classitis and divitis, it will help you simplify your code: http://developer

[css-d] Partially Visible Text In IE7

2008-05-15 Thread Brant Burnett
I have a dynamic page which is being generated. I've avoided using tables for non-tabular content (except for a couple of ASP.NET controls I can't change). However, for some reason the text for the movie title on the very last one doesn't always render correctly in IE7. I can't find any explanat