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.
start new discussion button?
In the upper left hand corner we have the "Start a new discussion" text.
Is there a way to turn this into a graphic button? Some of my beta testers don't see it because they're used to seeing a graphic they can click on. I can design and host the button as long as there aren't any special dimensions to heed. If there are, what are they? Where would I put this code?
0
This discussion has been closed.
Comments
#Panel h1 a { background: url('http://wallphone.com/logosm.gif') center no-repeat; display: block; height: 33px; width: 180px; text-indent: -180px; }
Adding an A in there will do this on H1s that contain a link--hopefully there won't be any
This defines the location of the image, how it should appear on the screen, height should be set to whatever your image height is, image width must be less than 180px, since that is the hard-coded width of the panel, and the text-indent line moves the "start a new discussion" text off the screen.