Topic: IE7 Fix(es)
In order to ensure that PunBB will work correctly when viewed with IE7 you need to add the following to Section 3 of base.css.
/* 3.3 This is the equivelant of 3.2 but for IE7. It is visible to other browsers
but does no harm */
/*Begin IE7Win Fix */
.pun, .pun .inbox, .pun .inform, .pun .intd, .pun .tclcon {min-height: 1px}
/* End of IE7Win Fix */
Any further versions of the 1.2 branch will include this fix. Version 1.3 uses conditional comments to provide a special stylesheet for Internet Explorer which includes everything necessary to ensure it works in both IE6 and IE7.
If anybody encounters any problems caused by this fix or any problems with IE7 which are not fixed please report them here.
------------------------------------------------------------------------------------------------
UPDATED - 10/01/2007
In base.css change the first declaration in item 7.1 to this
DIV.postleft, DIV.postfootleft {
FLOAT:left;
WIDTH: 18em;
OVERFLOW: hidden;
POSITION: relative;
}
This should eliminate the problem of the online indicator not being visible in posts.