[css-d] Safari miscalculating bottom for absolute positioning

2007-03-26 Thread Zoe M. Gillenwater
I'm not a Mac user, so I'm not skilled at debugging problems in Safari and am wondering if some of the Mac CSS gurus can help me. I have a footer div, relatively positioned, that contains two anchor elements which are absolutely positioned to appear on its bottom. This works everywhere except

Re: [css-d] Safari miscalculating bottom for absolute positioning

2007-03-26 Thread Alex Robinson
Zoe, the problem seems to be related to #project-areas and #latest-news. Remove those two blocks and the problem goes away. As do the two blocks. Of the two blocks it's #project-areas which is doing the most damage. Try setting #project-areas p and #project-areas ul to display: none to see

Re: [css-d] Safari miscalculating bottom for absolute positioning

2007-03-26 Thread Zoe M. Gillenwater
Alex Robinson wrote: the problem seems to be related to #project-areas and #latest-news. Remove those two blocks and the problem goes away. As do the two blocks. Of the two blocks it's #project-areas which is doing the most damage. Try setting #project-areas p and #project-areas ul to