Hi everyone -- The problem page is:
http://sellmycalls.com/chain-nowrap.html and an example of a problem table cell is in row 1, column 11 where IE leaves a hyphen stranded on one line and prints the( negative) number on the next line. A temp solution to the problem is in the next column to the right, column 12. At source line 520, I have: th, td { /* width: 4em; */ white-space: nowrap; padding: 0 .5em; } The two source lines that correspond to the example cells above are 654 and 655. IE7 seems to ignore the "white-space:nowrap;" in the stylesheet at line 654. In the next cell, line 655, I apply the style explicitly to the <td> and it works fine. What am I doing wrong that IE7 isn't applying the global "white- space:nowrap" style? Thanks! -- Ben --~--~---------~--~----~------------~-------~--~----~ -- 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] -~----------~----~----~----~------~----~------~--~---
