Portman wrote: > I changed the <br clear="both"> to <br style="clear:both;"> and have > the height: 1%; in also but it doesn't help. In the css for IE for the > bullets, I have list-style-position: inside;. > > Any other ideas would be much appreciated.
Hi Riva, As Philippe wrote (in http://archivist.incutio.com/viewlist/css-discuss/81092): * "Actually it is the { height: 1%;}. When the 'hasLayout' property is triggered on a <li>, the bullet is displayed at the bottom of a multi-line list item. That is a bug that affect both IE 6 and IE 7." Removing helps, but I discovered another 'hasLayout' trigger: the { width: 250px; } in the <li>. The { list-style-position: inside; } is not needed for IE > better is outside, for otherwise a second line is starting just at the same vertical position as the bullet (inside = "indented bullet"). To adapt, a bit extra padding-left for IE is needed, to save the bullets inside the box. > > Riva > P.S. I also notice that the page background (supposed to look like 2 > columns) changes in IE if you scroll down and up again - could these > two things be related? To my surprise: they are related! After making a testpage for the bullet thing, the 2 columns appeared to stay fixed in IE , automatically, without any trouble shooting. :-) See (source code in) the testpage <http://home.tiscali.nl/developerscorner/css-discuss/test-1stchoiceservices.htm>. The only IE misbehaviour I see now, is an unasked extra blue line above the "Services & Treatments" title. > (If they are, I am in worse shape (CSS knowledge wise) than I thought. > :-) ) Don't think so: IE is in worse shape CSS knowledge wise than we hope. ;-) To know the reason of all inpredictible IE-bugs ... is often mystery guessing! And sometimes, there are mystery solutions. :-) Success and greetings, francky ______________________________________________________________________ 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/
