SMF Support > SMF 2.0.x Support
Problem Aligning Babylon UserInfo Box in IE
(1/1)
CrabbyHost:
Ok...I've searched and searched to no avail.
I can not for the life of me get the userinfo/newsbox centered or at 100% width in IE using the Babylon theme. It's fine in FireFox.
What really has me puzzled is I apparently did it before on my other forum, but darned if I remember how or where I had to go. I've tried every way in the world of editing the index.template.php file.
Forum displaying correctly: www.thecrabbyhost.com [nofollow] (2.0 Beta 3 version)
Forum not displaying right: www.chshops.com/community [nofollow] (2.0 Beta 3.1 version)
Could the versions be making the difference? I wouldn't think so, but I can't find anything else.
SlammedDime:
add style="width:100%" to the TD tag that contains the User Info box.
--- Code: --- </tr>
<tr id="upshrinkHeader">
<td valign="top">
--- End code ---
--- Code: --- </tr>
<tr id="upshrinkHeader">
<td valign="top" style="width:100%;">
--- End code ---
CrabbyHost:
Thank you!! Fixed it. :)
Navigation
[0] Message Index
Go to full version