MyBB Community Forums

Full Version: Need some help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
On my theme im making the corner overlaps.

Heres a demo:

http://infernofx.org/forums/index.php (go down to bottom of page to change to the Rising Dead theme).

And look at the header, the right rounded corner goes over a bit.

Heres my code:
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>

<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_l2.png" alt="" border="0"></td>
<td style="background:url('images/risingdead/cat_tbg.png'); background-repeat:repeat-x;" align="center" width="100%">

</td>
<td align="right"><img src="{$theme['imgdir']}/cat_r2.png" alt="" border="0"></td>

</tr>
</table>
No corners overlap for me. Big Grin
I don't see any problems on my end.
Certified IE7 and Firefox Compatible. No rendering issues there! I'll issue a certificate within the hour!
Heres what I see:

[attachment=8666]
Inferno Wrote:Heres what I see:

What browser are you using and version? I'll give you a way to fix it using a hack.
This happens in FireFox only rcpalace.
ct2k7 Wrote:This happens in FireFox only rcpalace.

What version? it seems to work fine on the latest from FF.
I'm on 2.0.0.4 - tried with 2.0.0.5 as well Sad
Figured out the problem, try shrinking the firefox window and re-expanding. It seems like the size of the header top bar has a different width than the rest of the header. It also can be a resolution problem.
Kind Regards.
Pages: 1 2