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.
Display problem in IE7
Hello!
I've created a new forum and everything works fine. There is only a small display problem in IE7:
"Alle Diskussionen" should be on the left side, as in all other browsers too...
How can I solve this?
Thanks for help!
I've created a new forum and everything works fine. There is only a small display problem in IE7:
"Alle Diskussionen" should be on the left side, as in all other browsers too...
How can I solve this?
Thanks for help!
0
This discussion has been closed.
Comments
Do you need some code? A css-file?
Anyway thanks a lot for your help!!
Another thing you could do is recreate the problem on a different website (or subdirectory) by installing all the addons, themes, styles, etc. in the private forum. Then we could see it in action.
Yes, that would be great, good idea!
There was this in the main css-file:
html>body .ContentInfo h1 { width:80% !important; }
I've changed this to 100% like this:
html>body .ContentInfo h1 { width:100% !important; }
and now the it works!
Who knows why... :-)
-> Probably I've changed another thing and with that 80% it ends in an display error in IE 7...