Hello,
I have updated my VB to 3.6.3 and i have my template bbcode_quote personalized with mod "Rounded Quotes".
It's ok with IE but with Firefox dont' work fine and it's the same template in 3.6.2 and work fine in IE and firefox.
This is my template
PHP Code:
<table border="0" cellpadding="0" cellspacing="0" align="center" style="margin-top: 5px; margin-bottom: 5px; width: 95%;">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="75" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="50">
<tr>
<td width="28" valign="top">
<img src="$stylevar[imgdir_misc]/quotes/quot-top-left.gif" border="0" alt="" /></td>
<td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quote-bg.gif'); background-position: center;" valign="middle">
<span class="smallfont">$vbphrase[quote]:</span></td>
<td valign="top">
<img src="$stylevar[imgdir_misc]/quotes/quot-top-right.gif" border="0" alt="" /></td>
</tr>
</table>
</td>
<td align="left" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-lr-bg.gif')" valign="bottom">
</td>
<if condition="$show['username']">
<td width="0" align="left" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="150">
<tr>
<td valign="top">
<img src="$stylevar[imgdir_misc]/quotes/quot-by-left.gif" border="0" alt="" /></td>
<td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></span>
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</td>
<td valign="top">
<img src="$stylevar[imgdir_misc]/quotes/quot-by-right.gif" border="0" alt="" /></td>
</tr>
</table>
</td>
<else /></if>
<td width="100%" align="right" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</td>
<td align="left" valign="top">
<img src="$stylevar[imgdir_misc]/quotes/quot-top-right-10.gif" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quoting-left.gif')">
</td>
<td width="100%" valign="top" bgcolor="#FFFFFF"></td>
<td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quoting-right.gif')">
</td>
</tr>
<tr>
<td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-left-bg.gif')">
</td>
<td width="100%" valign="top" bgcolor="#FFFFFF" class="normalfont">
<if condition="$show['username']"><i>$message</i>
<else />$message</if></td>
<td width="10" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-right-bg.gif')">
</td>
</tr>
<tr>
<td width="10" valign="bottom">
<img src="$stylevar[imgdir_misc]/quotes/quot-bot-left.gif" border="0" alt="" /></td>
<td width="100%" style="background-image: url('$stylevar[imgdir_misc]/quotes/quot-bot-bg.gif')">
</td>
<td width="10" valign="bottom">
<img src="$stylevar[imgdir_misc]/quotes/quot-bot-right.gif" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
You can see the bug in image attachement.
Ps: sorry for my english.
Thank you for your help.