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.

IE7 Vanilla/Green display error

edited October 2007 in Vanilla 1.0 Help
Hello,

I just installed the Vanilla - Green Style, it looks great under Firefox, but when i wanted to show it to a friend who
uses IE only he complaint about the background image of the menu bar not showing up. I started IE7 and took a look
for myself and indeed its not there

image

Does anyone know how to fix this ?

Comments

  • Try these css fixes:

    Line 102-105

    #Header { position: relative; /*background-color: #000;*/ }

    Line 126-133

    #Header ul { width: 820px; padding: 0; margin: 0 auto; list-style: none; /*border-left: 1px solid #6D8F41; border-right: 1px solid #2C3A1A;*/ }

    Line 304, change this:

    html>body .ContentInfo h1 { width:80% !important;}

    To:

    html>body#CommentsPage .ContentInfo h1 {width:80% !important;}
  • Wow, just wow, that worked like a charm :D Thanks sjeeps, that'll make some people very happy!
  • You know what would make them happier? Telling them to use firefox. It's the old 'give a man a fish and he'll be happy for an hour, teach a man to fish and he'll be happy for a lifetime' concept.
This discussion has been closed.