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.
Please help with a few small bugs
Wooo.... very nearly done styling my forum. Difficult(ish) but fun :)
But I just need a little bit more help before it's finished.
Everything works fine in Safari (with some very minor blemishes in mozilla, which I can tidy up). But there's some small but critical bugs in WinIE (which is hard for me to test in, since I only have a windows machine at work - where I can't work on this!). Both of these problems are isolated to WinIE only.
The forum is located at: http://brilliantgreen.net/forum/
<i>The two things are:</i>
1. The header and menu don't appear in IE
I have them both position:absolute. as you can see in the code below. Both just plain don't display.
.Head {
position: absolute;
background-image : url("../../../images/forum_header.jpg");
top : 0px;
left : 15px;
width : 700px;
height : 340px;}
0
This discussion has been closed.
Comments
width: 703px;
margin-top: 0px;
padding-bottom: 20px;
}
With that it shows... just don't ask why
Hope it helps