Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
H1 position in IE7
I'm currently creating a theme, based on the vanilla default, that integrates seamlessly with a website I made.
As it stands right now i've got it mostly correct in all browsers, with one little annoyance in IE7 left. The <h1> at the top of the pages (All Discussions, General) is not aligned at the left of the page but a 300? pixels more to the right. This is not a bug in my css/html, because this site has the same problem, and i've seen a screenshot in another IE7 problem thread here on this forum with the same problem. Strangely enough, the Categories page does not have this problem.
I was hoping someone here has found a fix for this problem.
0
This discussion has been closed.
Comments
*Grins like an evil scientist* We must TEST! *Grins and laughs like an evil scientist*
Bummer. Just realized my work machine is the one with IE7, and I don't want to install it here.
As far as the CSS bug, its from an IE6 hack:
html>body .ContentInfo h1 { width:80% !important; }
Not sure how to fix, other than the complicated conditional comments and separate CSS that MS proposes.