There's something weird going on with the height when you add a sidebar image. I thought it was just me, but the tigertest journal has the same issue. In Mozilla, if you don't set the height in the customization options, and you use a background image, the whole journal gets squashed up very small. See my journal in your style for another example. I think what's going on is that if you don't set a height, height is defined as 100%, which Mozilla interprets strangely (it's fine in IE). Maybe height should default to auto rather than 100%? If that's not the issue I'm not sure what's causing it.
I actually pulled out the height: 100% in this version -- it caused a double scrollbar in IE. There's no height attribute set at all, which appears to be Mozilla's problem. Hmm. Setting the height to auto doesn't help Mozilla at all.
It looks like if I comment out the overflow: auto, Mozilla displays correctly. Raises the question of why Mozilla thinks that that container is so small....
I see it -- it looks like the order in which the CSS is listed in the stylesheet is causing problems (at least in Windows IE). If the background image CSS is listed first, no problem. If the link color CSS is listed first, the background image doesn't fix correctly. Wacky!
I'm going to release a fix for this and the Mozilla bug this afternoon, then. Thanks for letting me know!
Comments 4
Reply
I actually pulled out the height: 100% in this version -- it caused a double scrollbar in IE. There's no height attribute set at all, which appears to be Mozilla's problem. Hmm. Setting the height to auto doesn't help Mozilla at all.
It looks like if I comment out the overflow: auto, Mozilla displays correctly. Raises the question of why Mozilla thinks that that container is so small....
Reply
(The comment has been removed)
Or it's possible that there's a bug in my style! Which settings were you using, and what was the result?
No rush, of course. Whenever you want to tackle it. :)
Reply
I'm going to release a fix for this and the Mozilla bug this afternoon, then. Thanks for letting me know!
Reply
Leave a comment