... I'm using a p tag to display a large image as a background image, with a bunch of top-padding to make it all visible... In IE Win, the background image started to stutter -- there was a bit of space below it and then the bottom centimeter showed again. I put a red border around the paragraph and took out the extra paragraph I had added to see what was going on. In IE Win, it almost looks like the paragraph is repeating, layered over itself. The vertical borders extend a few pixels above the top and there's a second outline, below the first... http://harbord.hothouse.ca/
Karen,
Holly's hack should fix that:
/* \*/
* html #mainprop {height:1%;}
/**/But I cannot debug a behavior of an extra paragraph you've taken out.
----
Looking at your CSS, I guess you had a hard fight with browser bugs, and you won at least. :) But I don't understand the following rules:
/* for Mozilla/Safari/Opera */
* > #index #main { padding-top: 500px; }
* > #main { padding-top: 534px; min-height: 1px; }
* > #main #mainprop { margin-top: -500px; }On this #index page, the #main padding is 500px (other pages have 534px) and then you are pulling it back? I haven't looked to deep at other pages, but on the index page, when I comment these rules out, all is well in Moz/Opera, what am I missing?
Ingo
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
