Glenn E. Lanier, II wrote: > I have a properly validating [1] page [2] that is only misbehaving in IE7. > The links/tooltips in the left-hand navigation menu work (div#divPageMenu > ul#ulCollegeMenu) until you get roughly even vertically with the p strong em > text in div#divContentNoTestimonial. Then, the a:hover fails to activate > (and more importantly, the pointer does not become a hand, allowing you to > follow the link). If you resize the window to shift the p strong em text > down the page, the links work as expected until you get roughly even with > that paragraph again....] > > Same issue, but removing all styles from that P causes the page to work > properly. > > [2] http://www.jsuonline.com/online_degrees.php > [3] http://www.jsuonline.com/JSUOnline.php (yes, .php not .css) > > > > --G > > Glenn,
On my end (XP), I get the problem in both IE6.0 and IE7.0. On a local file I changed this: <p class="pStrongEm">Select an online degree program below, or by using the menu to the left, for additional information.</p> To: <p><strong>Select an online degree program below, or by using the menu to the left, for additional information.</strong></p> That is to say the line is bold and Roman (no italics). This /seemed/ to resolve the issue. So I am assuming that one could use this same fast and dirty half-fix; or, investigate a "real solution." And I am assuming, again, that it may be a spin of the "IE italic bug (?)" -- see: <http://www.positioniseverything.net/explorer/italicbug-ie.html> Best, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
