Hello, I have a list of links in a fixed-width div. Each link is in an <li> tag. The <li> tag has a border-right to create vertical separators. One of the link's text is too long and word wraps to the next line.
In IE6 and IE7, there is an extra right border that appears at the end of the line for that link that is word-wrapping in addition to the correct border-right that appears on the next line. FF and IE8 do not have this problem. Here is the URL isolating the problem. http://stephentang.info/ie/test.html One solution is for me to change the CSS so that there are border-left lines on the <li> tags, but I was wondering if I could avoid this. Thank you for reading. --Stephen ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
