<br>
<>在风格模板page_dispbbs中找到以下代码:</P>
<><STRONG><!--判断是否是IE,生成相应的style和class--><br /><br><xsl:variable name=\"postclass\"><br /><xsl:choose><br /><br> <xsl:when test=\"<a href=\"</STRONG><a href=\"mailto:mailtpost/agent/@browser=\'Microsoft%22%3Epost/agent/@browser=\'Microsoft%3C/a\" target=\"_blank\" ><STRONG><FONT color=#000000>mailtpost/agent/@browser=\'Microsoft\">post/agent/@browser=\'Microsoft</a</FONT></STRONG></A><STRONG>> Internet Explorer\'\">postie</xsl:when><br /><br> <xsltherwise>post</xsltherwise><br /><br></xsl:choose><br /></xsl:variable><br /><br><xsl:variable name=\"bodystyle\"><br /><br><xsl:choose><br /><br> <xsl:when test=\"<a href=\"</STRONG><a href=\"mailto:mailtpost/agent/@browser=\'Microsoft%22%3Epost/agent/@browser=\'Microsoft%3C/a\" target=\"_blank\" ><STRONG><FONT color=#000000>mailtpost/agent/@browser=\'Microsoft\">post/agent/@browser=\'Microsoft</a</FONT></STRONG></A><STRONG>> Internet Explorer\'\">height:200px;width:97%;padding-right:0px; overflow-x: hidden;</xsl:when><br /><br> <xsltherwise>min-height:200px;</xsltherwise><br /><br></xsl:choose>font-size:<xsl:value-of select=\"<a href=\"</STRONG><a href=\"mailto:mailtpost/setting/@fontsize%22%3Epost/setting/@fontsize%3C/a\" target=\"_blank\" ><STRONG><FONT color=#000000>mailtpost/setting/@fontsize\">post/setting/@fontsize</a</FONT></STRONG></A><STRONG>>\" />pt;line-height:<xsl:value-of select=\"<a href=\"</STRONG><a href=\"mailto:mailtpost/setting/@lineheight%22%3Epost/setting/@lineheight%3C/a\" target=\"_blank\" ><STRONG><FONT color=#000000>mailtpost/setting/@lineheight\">post/setting/@lineheight</a</FONT></STRONG></A><STRONG>>\" />;text-indent:<xsl:value-of select=\"<a href=\"</STRONG><a href=\"mailto:mailtpost/setting/@indent%22%3Epost/setting/@indent%3C/a\" target=\"_blank\" ><STRONG><FONT color=#000000>mailtpost/setting/@indent\">post/setting/@indent</a</FONT></STRONG></A><STRONG>>\" />px;<br></xsl:variable><br /><br><!--end --></STRONG></P>
<><STRONG>替换为:</STRONG></P>
<><STRONG><!--判断是否是IE,生成相应的style和class--><br><xsl:variable name=\"postclass\"><br><xsl:choose><br> <xsl:when test=\"</STRONG><a href=\"mailto:post/agent/@browser=\'Microsoft\" target=\"_blank\" ><STRONG><FONT color=#000000>post/agent/@browser=\'Microsoft</FONT></STRONG></A><STRONG> Internet Explorer\' and not(</STRONG><a href=\"mailto:post/agent/@version\" target=\"_blank\" ><STRONG><FONT color=#000000>post/agent/@version</FONT></STRONG></A><STRONG> > 6 ) \">postie</xsl:when><br> <xsltherwise>post</xsltherwise><br></xsl:choose><br></xsl:variable><br><xsl:variable name=\"bodystyle\"><br><xsl:choose><br> <xsl:when test=\"</STRONG><a href=\"mailto:post/agent/@browser=\'Microsoft\" target=\"_blank\" ><STRONG><FONT color=#000000>post/agent/@browser=\'Microsoft</FONT></STRONG></A><STRONG> Internet Explorer\' and not(</STRONG><a href=\"mailto:post/agent/@version\" target=\"_blank\" ><STRONG><FONT color=#000000>post/agent/@version</FONT></STRONG></A><STRONG> > 6 )\">height:200px;width:97%;padding-right:0px; overflow-x: hidden;</xsl:when><br> <xsltherwise>min-height:200px;</xsltherwise><br></xsl:choose>font-size:<xsl:value-of select=\"</STRONG><a href=\"mailto:post/setting/@fontsize\" target=\"_blank\" ><STRONG><FONT color=#000000>post/setting/@fontsize</FONT></STRONG></A><STRONG>\" />pt;line-height:<xsl:value-of select=\"</STRONG><a href=\"mailto:post/setting/@lineheight\" target=\"_blank\" ><STRONG><FONT color=#000000>post/setting/@lineheight</FONT></STRONG></A><STRONG>\" />;text-indent:<xsl:value-of select=\"</STRONG><a href=\"mailto:post/setting/@indent\" target=\"_blank\" ><STRONG><FONT color=#000000>post/setting/@indent</FONT></STRONG></A><STRONG>\" />px;</xsl:variable><br><!--end --></STRONG></P>
<> </P>
<>这是暂时的解决办法,不过不是在客户端</P>
[此贴子已经被作者于2007-1-31 22:28:59编辑过] |