Re: [css-d] IE6 div border problem

2008-10-17 Thread Brett
Georg, Thanks, that worked great. And thanks for taking the time to answer. Best, Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List po

Re: [css-d] IE6 div border problem

2008-10-17 Thread Gunlaug Sørtun
Brett wrote: > ... As soon as the page is scrolled in IE, the div border breaks (has > gaps), but the clearing element at the bottom has a complete border. > Is there some trick that can fix this in IE? Yes, add a 'hasLayout'[1] trigger to the div. div#your-id {height: 1%;} ...usually works fi

[css-d] IE6 div border problem

2008-10-17 Thread Brett
I have a long div with a border, which contains floated ul li elements. I have a clearing element after the last li element, so the div will expand to contain the floated elements, and the border will will surround everything. It all works well in FF, Safari, and Opera, and even works initially i