Re: [css-d] need help with abs.pos in IE6

2005-05-06 Thread Gary Turner
David Cortesi wrote: Gary, thanks very much for taking time to work on my problem. You're welcome. you propose two fixes, one to use the "Holly Hack" which I have yet to test (will get to my IE6 system late this afternoon) but the first, more radical, is to use float:right instead of position:abs

Re: [css-d] need help with abs.pos in IE6

2005-05-05 Thread Zoe M. Gillenwater
Gary Turner wrote: David Cortesi wrote: http://www.tassos-oak.com/tempp/TocDivTest.html The problem is the absolute-positioned page numbers -- in all but IE6, these are positioned at the right edge of their containing list or div. In IE6, they are positioned at the right of the body (or html, I

Re: [css-d] need help with abs.pos in IE6

2005-05-04 Thread Gary Turner
David Cortesi wrote: Dear list, I code a Table Of Contents: headings, possibly nested, with right-aligned page numbers, using simple CSS positioning; it works in every browser except of course, IE6. Here is a test case: http://www.tassos-oak.com/tempp/TocDivTest.html The problem is the absolute

[css-d] need help with abs.pos in IE6

2005-05-04 Thread David Cortesi
Dear list, I code a Table Of Contents: headings, possibly nested, with right-aligned page numbers, using simple CSS positioning; it works in every browser except of course, IE6. Here is a test case: http://www.tassos-oak.com/tempp/TocDivTest.html Excuse the garish colors used to make element bou